﻿
/* 头部 */
.header{
    width: 100%;
    display: block;
    background: #31a4f2;
}
.header_title{
    overflow: hidden;
    background: #31a4f2;
}
.header_title .header_logo{
    padding:20px 0px;
}
.header_title .header_list{
    margin-top: 40px;
    /* background: red; */
}
.header_title .header_list li{
    margin: 0px 10px;
    transition:.1s;
    display:inline-block;
    text-align:center;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.header_title .header_list li a{
    color: #fff;
}
.header_title .header_list li:hover{
    font-weight: bold;
    border-bottom: 5px solid #fff;
}
.header_title .header_list li:nth-child(1){
    width: 60px;
}
.header_title .header_list li:nth-child(2){
    width: 85px;
}
.header_title .header_list li:nth-child(3){
    width: 85px;
}
.header_title .header_list li:nth-child(4){
    width: 80px;
}
.header_title .header_list li:nth-child(5){
    width: 55px;
}
.header_title .header_list li:nth-child(6){
    width: 110px;
}
.header_title .header_list li:nth-child(7){
    width: 100px;
}




.branner{
    overflow: hidden;
    min-width: 1200px;
    max-width: max-content;
    margin: 0 auto;
}
.branner img{
    width: 100%;
    min-width: 1200px;
}



/* 模块标题 */

.zhuanti{
    /* overflow: hidden; */
    position: relative;
    /* background: red; */
    height: 40px;
    padding-bottom: 20px ;
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0;
}

.zhuanti .timu{
    text-align: center;
    position: relative;
  
}
.zhuanti .timu h2{
    color: #1b8fe8;
    font-size: 30px;
    font-weight: bold;
}
.zhuanti .timu h3{
    color: #1b8fe8;
    font-size: 30px;
    font-weight: bold;
}


.zhuanti .timu h2::after{
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    top: 50px;
    width: 100px;
    height: 20px;
    background: url(/skin/20220117/images/标题下方装饰.png) no-repeat center center;
}

.more{
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: bold;
  
}



.biaod{
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.biaod:last-child{
    border-bottom:none;
    
}
.biaod img{
    width: 229px;
}

.biaod .textd{
    width: 1148px;
    /* background: red; */
}
.biaod img{
    border-radius: 10px;
}
.textd h2{
     margin: 10px 0;
     /* background: red; */
     display: block;
     white-space:normal;
     word-break:keep-all;
     box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 24px;
    font-weight: bold;
     overflow: hidden;
     word-wrap: break-word;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
}
.textd p{
    /* background: red; */
    display: block;
    white-space:normal;
    font-size: 14px;
    word-break:keep-all;
    box-orient: vertical;
    line-height: 30px;
   -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 101px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
} 

.btn{
    float: right;
    border-bottom: 1px solid #408fcb;
    padding: 10px 0;
    margin-top: 10px;
    background: #4e71f1;
    text-align: center;
    display: inline-block;
    margin: 10px auto;
    color: #fff;
    border-radius: 50px;
}
.btn a{
    font-size: 16px;
    color: #fff;
}







































/* 底部 */
        .ent{
            background: #000;
            width: 100%;
            height: 200px;
            padding-bottom: 70px;
           
        }
        .uls{
            width:626px;
            margin: 0 auto;
            padding: 40px 0;
            overflow: hidden;
            text-align: center;
        }
        .uls li{
            padding: 0 20px;
            height: 14px;
            border-left: 1px solid #fff;
            line-height: 14px;
        }
        .uls li:first-child{
            border: none;
        }
        .uls li a{
            color: #fff;
        }
        .bor{
            border-bottom: 1px solid #e1e1e1;
        }

