/*导航图*/
.about-changan{
    width: 1200px;
    margin:-45px auto 0;
}
.about-changan .item-list{
    width: 100%;
    height: 80px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 19px 2px rgba(114, 114, 114, 0.09);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    behavior: url(/r/cms/www/default/pie/PIE.htc);
}
.about-changan .item-list li{
    width:140px ;
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 50px;
    margin:15px 28px;
    text-align: center;
}
.about-changan .item-list li.active,.about-changan .item-list li:hover{
    background: linear-gradient(89deg, #F25822, #FF7F39) !important;
    background: #F25822;
    border-radius: 25px;
}
.about-changan .item-list li.active a,.about-changan .item-list li:hover a{
    color: #fff;
}

/*中间内容*/
.main-news {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0px;
}

.main-news .first, .main-news .each-news{
    height: 148px;
    border-bottom: 1px dashed #E6E6E6;
}

.main-news .first .left, .main-news .each-news .left{
    height: 78px;
    width: 78px;
    text-align: center;
    background: #FFEEE7;
    color: #F25822;
    padding: 12px 0px;
    font-size: 14px;
    display: inline-block;
    float: left;
    margin-top: 35px;
    margin-left: 10px;
}
.main-news .first .left .newsdate1, .main-news .each-news .left .newsdate1{
    font-size:30px;
}
.main-news .first .left{
    font-size:30px;
    color: white;
    background: #F25822;
}
.main-news .first .left .newsyear{
    font-size:14px;
}
.main-news .first .right, .main-news .each-news .right{
    width: 1080px;
    height: 78px;
    float: left;
    margin-left: 20px;
    margin-top: 35px;
}
.main-news .first .right div, .main-news .each-news .right div{
    height: 39px;
    line-height: 39px;
    color: #444444 !important;
    font-size: 16px;
}
.main-news .first .right .title, .main-news .each-news .right .title{
    color: #133C8B !important;
    font-size: 20px;
    font-weight: bold;
}

.main-news .first .right .title{
    color: #F25822 !important;
    font-size: 20px;
    font-weight: bold;
}

/*// 分页*/
.news-page{
    text-align: center;
}
.news-page a{
    display: inline-block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    background: white;
    color: #333;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}
.news-page a.abled-btn:hover{
    cursor: pointer;
    background-color: #F25822;
    color: white;
    border: 1px solid #F25822;
}
.news-page a.pre-btn, .news-page a.next-btn{
   width: 84px;
}
.news-page a.active{
    background-color: #F25822;
    color: white;
    border: 1px solid #F25822;
}
.news-page a.disabled-btn{
    color: #999999 !important;
}

/*内容样式*/
.main-news .content-title{
    padding-bottom: 50px;
    border-bottom: 1px dashed #E6E6E6;
}
.main-news .content-title .left{
    font-size: 20px;
    color: #133C8B;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    float: left;
}
.main-news .content-title .right{
    font-size: 14px;
    color: #4D4D4D;
    height: 20px;
    line-height: 20px;
    float: right;
}
.main-news .content-txt{
    padding: 30px 20px;
}

.main-news .content-txt p, .main-news .content-txt a, .main-news .content-txt span, .main-news .content-txt div{
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
    line-height: 30px !important;
    font-size: 15px;
}
.main-news .content-txt p, .main-news .content-txt div{
    /*text-indent: 2em;*/
    margin-bottom: 10px;
}

.main-news .content-txt h, .main-news .content-txt h2, .main-news .content-txt h3, .main-news .content-txt h4, .main-news .content-txt h5{
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
