

.threetabcon {

    text-align: center;
    margin-top: 50px;
    border-bottom: 1px solid #cccccc;
}

.threetabcon .threeincon {

    display: inline-block;
    position: relative;
}

.threetabcon li {
    height: 45px;
    display: inline-block;
    width: 150px;
    font-size: 18px;
}

.threetabcon li.active a {
    color: #219cd9;
}

.threetabcon li a {
    color: #333;
}

.curBg {
    background: #219cd9;

    position: absolute;
    left: 0;
    bottom: -1px;
}

.newscon {

    padding: 40px 74px 40px;
}

.newsul li {
    height: 170px;
    overflow: hidden;
    margin-bottom: 32px;
}

.datecon {
    float: left;
    width: 70px;
    text-align: center;
    color: #777777;
}

.riqi {
    font-size: 48px;
    margin-top: 36px;
}

.yearmonth {
    font-size: 18px;
}

.newsimg {
    float: left;
    margin-left: 48px;
    width: 260px;
    height: 170px;
}

.newsrightcon {
    float: left;
    margin-left: 24px;
    width: 760px;
}

.newstitle {
    font-size: 18px;
    padding-top: 10px;
}

.newstitle a {
    color: #333;
}

.newstitle a:hover {
    color: #d93d2e;
}

.newsms {
    font-size: 14px;
    color: #777;
    margin-top: 25px;
    line-height: 25px;
}

.newsdetail {
    margin-top: 20px;
}

.newsdetail a {
    color: #333;
    float: right;
}

.newsdetail a:hover {
    color: #d93d2e;
}


.liuyancon {
    border-top: 1px solid #cccccc;
    padding-bottom: 60px;
}

.lyincon {
    width: 1200px;
    margin: 0 auto;
}

.yaoqiu {
    text-align: center;
    font-size: 22px;
    margin-top: 45px;
}

.yaoqiuinput {
    padding-left: 5px;
    width: 308px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cccccc;
}

.leftinput {
    margin-left: 270px;
}

.rightinput {
    margin-left: 24px;
}

.inputonecon {
    margin-top: 35px;
}

.inputtwocon {
    margin-top: 25px;
}

.xuqiu {
    height: 94px;
    padding: 5px;
    margin-left: 270px;
    width: 642px;
    border: 1px solid #cccccc;
}

.inputthreecon {
    margin-top: 25px;
}

.btn {
    color: #fff;
    background: #2b50f0;
    height: 37px;
    width: 161px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
}

.inputfourcon {
    margin-top: 35px;
    margin-left: 270px;
    width: 654px;
    overflow: hidden;
}

.btn {

}

.send {
    float: right;
}

.send span {
    color: #219cd9;
}
.newscen{
    overflow:hidden;
    margin-top: 80vh;
    background-color: #fff;
    position: relative;

}
.newscentop{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
}
.newscentop .n_banner {
    background: url(../images/newstop.jpg) center no-repeat;
    background-size: cover;
    height: 80vh;
}
.newscentop .n_banner:after{
    background:none;
}

.newscentitle{
    position: absolute;
    top: 50%;
    padding-left: 10%;
    left: 0;
    transform: translateY(-50%);
}
.newscentitle h3{
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.newscentitle p{
    color: #fff;
    max-width: 560px;
    font-size: 20px;
}
.newlistinner{
    padding: 80px 0 0;
    overflow: hidden;
}
.newlistinner .newbtn a{
    line-height: 20px;
}
 .xinwentiao{
     padding: 0;
    background:#f5f5f5 ;
    margin: 15px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    overflow: hidden;

}
 .xinwenlist{
     padding: 0 15px;
     margin-top: 30px;
 }
 .xinwentiao a>div{
     float: left;
 }
.xinwentiao a .img{
    max-width:350px ;
}
 .xinwentiao::after{
    content: "";
    background: #2b50f0;
    height: 45px;
    width: 3px;
    display: block;
    right: 0px;
    position: absolute;
    top: 28px;
    transition: all .45s;

}

 .xinwentiao:hover::after{
    content: "";
    background: #2b50f0;
    height: 100%;
    top: 0px;
}
 .xinwen{
    padding-left: 4%;
}
.xinwen h3 {
    color:#000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 4%;
    transition: 0.5s ;
}
 .xinwentiao:hover .xinwen h3{
    color:#2b50f0 ;
}
.xinwen .data{
    color: #999;
    line-height: 36px;
}
.xinwen p{
    margin-top: 10px;
    color: #999;
}

.newlistinner .nebkuang>div{
    width: 233px;
}
.newscen .btn{
    width: 100%;
}
@media (max-width: 767px){
    .newlistinner .nebkuang{
        width: 700px;
    }
    .newlistinner{
        padding:40px 0 0 ;
    }
    .mainLeft{
        display: none;
    }
    .que-list-hits{
        display: none;
    }
    .newscentitle{
        top: 60%;
        padding: 0 8%;
        left: 0;
    }
   .newscentitle h3{

        font-size: 24px;
        margin-bottom: 5px;
    }
    .banner{
        background-color: rgba(0,0,0,.8);
    }
    .banner img{
        opacity: 0.6;
    }
    .newscentitle p{

        font-size: 14px;font-weight: 400;    }
}