/* main.css */
*{
    margin: 0;
    padding: 0;
}
ul{list-style: none;}
a{
    text-decoration: none;
}
.header, .footer{
    width: 100%;
}
.logo-title{
    width: 1200px;
    height: 144px;
    margin: 0 auto;
}
.tab-list{
    font-size: 22px!important;
    font-weight: bold;
}
.tab-list>li{
    padding: 0 12px;
    position: relative;
    font-size: 18px;
}
.tab-list a{
    color: black;
    text-decoration:none;

}
.tabsublist {
    display:none;
    position: absolute;
    left: 0;
    top: 24px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: unset;
    border-radius: 5px;
    padding-top: 10px;
    z-index: 1;
}
.tabsublist li{
    height: 30px;
    line-height: 30px;
    float: none;
    /* padding: 0; */
}
.tabsublist li a{
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0 12px;
    display: inline-block;
    color: #666666;
    white-space: nowrap;

}
.tabsublist li a:hover{
    background-color: #0088cc;
    color: #ffffff;
    text-decoration:none;
}
.logo-img{
    width: 100%;
}
.logo-img img{
    width: 100%;
}

.content{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    /* height: 100px; */
}
.info-title{
    margin: 30px 0;
    text-align: center;
}
.title-list {
    width: 1000px;
    margin: 0 auto;
}
.title-list p{
    float: left;
    width: 25%;
    text-align: center;
}
.content-info{
    padding: 10px;
}
.content-list{
    margin: 10px;
    width: 570px;
    float: left;
}
.content-list a{
    display: inline-block;
    width: 100%;
    height: 320px;
    border: 1px solid;
}
.content-list img{
    width: 100%;
    height: 320px;
}
.content-list p{
    padding: 20px;
    text-indent: 2em;
}







.footer{
    width: 100%;
    background-color: #254A6C;
    color: #ffffff;
    height: 80px;
    font-size: 14px;
    font-family: 'Arial Normal', 'Arial';
    padding-top: 10px;
}
.top,.bottom {
    width: 810px;
    padding-left: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.top p,.bottom p{
    float: left;
    width: 50%;
    text-align: left;
}
.clear{
    clear: both;
}