
/* 二级导航样式 start */
.red-line {
    background: #a00000;
    width: 100%;
}
#mobile .red-line {
    position: fixed;
    top:1.33rem;
    left: 0;
    z-index: 300;
    background: #a00000;
    height: 1.173rem;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile .red-line .line-content{
    padding-left:.2rem;
    height: 100%;
    width: 14.5rem;
    
}
.red-line .line-content {
    margin: 0 auto;
    padding-left: 348px;
    width: 1280px;
    height: auto;
    line-height: 48px;
    background-color: #a00000;
}
#mobile .red-line .line-content .jump-box{
    position: relative;
    float: left;
    margin-right: 0;
    padding: 0 .2rem;
    line-height: 1.173rem;
}
.red-line .line-content .jump-box {
    position: relative;
    float: left;
    margin-right: 46px;
    height: 100%;
}
#mobile .red-line .line-content .jump-box .jump-links{
    font-size: .373rem;
    color: #ffffff;
    color: rgba(255, 255, 255, .8);
}
#mobile .red-line .line-content .jump-box.act .jump-links{
    color: #fff;
    font-size: .48rem;
    /* font-weight: 550 */
}
.red-line .line-content .jump-box .jump-links {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.red-line .line-content .jump-box.act .jump-links{
    color: #fff;
}

#mobile .red-line .line-content .jump-box.act::after{
    position: absolute;
    bottom: .15rem;
    left: 34%;
    z-index: 3;
    display: block;
    content: "\20";
    width: .667rem;
    height: .0534rem;
    background-color: #fff;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.red-line .line-content .jump-box.act::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    content: '\20';
    width: 0;
    height: 0;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
/* 二级导航样式 end */


#mobile #scollApp{   /* add scroll */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.main{
    width: 1280px;
    margin: 48px auto 0;
    min-height: 650px;
    overflow: hidden;
}
#mobile .scroll_main{ /* add scroll */
    margin: 1.173rem auto 0;
    height: calc(100vh - 1.173rem - 1.33rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
#mobile .main {  /* add scroll */
    width: 100%;
    margin: 0;
    min-height: auto;
    overflow: auto;
    
}
#mobile .main .left-box {  /* add scroll */
    float: none;
    width: 100%;
    padding: 0 .4rem;
    min-height: calc(100vh - 1.173rem - 1.33rem);
    height: auto;

}
.main .left-box {
    float: left;
    width: 980px;
    padding-right: 48px;
}

/* 三级导航样式 start */
.main .left-box .title-and-links {
    display: none;
    width: 100%;
    height: 33px;
    margin-bottom: 48px;
}
#mobile .main .left-box .title-and-links.isShow{
    display: none;
}
.main .left-box .title-and-links.isShow{
    display: block;
}
.main .left-box .title-and-links .text {
    font-size: 26px;
    color: #333;
    line-height: 33px;
    display: inline-block;
    margin-right: 26px;
    font-weight: bold;
    vertical-align: top;
}

.title-and-links .links-box {
    display: inline-block;
    width: 796px;
    border-bottom: 1px solid #a00000;
    height: 33px;
    font-size: 0;
    vertical-align: top;
}

.title-and-links .links-box .links{
    position: relative;
    width: auto;
    padding: 6px 10px 0 10px;
    font-size: 12px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
}


.title-and-links .links-box .links a{
    color: #333;
}

.title-and-links .links-box .links.act a, .title-and-links .links-box .links:hover a{
    color: #b20f13
}
.title-and-links .links-box .act::before{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    content: '\20';
    width: 0;
    height: 0;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #a00000;
}


/* 三级导航样式 end */



/* 新闻 list notPic 样式 start */

/* 官方消息 */

#mobile .news_bulletin_content_left>ul>li{
        margin-bottom: 0;
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        height: auto;
        padding: .267rem 0;
}
.news_bulletin_content_left>ul>li{
    margin-bottom: 31px;
    width: 100%;
    padding-right: 7px;
    border-bottom: 1px solid #EDEDED;
}
#mobile .news_bulletin_content_left>ul>li>p:nth-child(1){
    height: 1.1rem;
    overflow: hidden;
    margin-bottom: .4rem;
}
#mobile .news_bulletin_content_left>ul>li>p>a{
    float: left;
    width: 100%;
    padding:0 .9rem 0 0;
    line-height: .533rem;
    font-size: .427rem;
    color: #333333;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 549;
}
.news_bulletin_content_left>ul>li>p>a{
    float: left;
    width: 100%;
    padding-right: 50px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: bold;
}
.news_bulletin_content_left>ul>li>p>a.width100{
    padding-right: 0;

}
#mobile .news_bulletin_content_left>ul>li>p:nth-child(1)>span{
    float: right;
    margin-left: -.933rem;
    width: .867rem;
    height: .5rem;
    text-align: center;
    line-height: .45rem;
    border-radius: 2px;
    border: 1px solid rgba(160,0,0,1);
    font-size: .293rem;
    font-weight: 500;
    color: rgba(160,0,0,1);
    letter-spacing: 1px;
    margin-top: .07rem;
}
.news_bulletin_content_left>ul>li>p:nth-child(1)>span{
    float: right;
    margin-left: -46px;
    width:46px;
    height:24px;
    text-align: center;
    line-height: 23px;
    border-radius:2px;
    border:1px solid rgba(160,0,0,1);
    font-size:12px;
    font-weight:500;
    color:rgba(160,0,0,1);
    letter-spacing:1px;
}
.news_bulletin_content_left>ul>li>p>a:hover{
    color: #A00000;
}
#mobile .news_bulletin_content_left>ul>li>p:last-child{
    padding:0;
}
.news_bulletin_content_left>ul>li>p:last-child{
    padding-bottom: 14px;
}
#mobile .news_bulletin_content_left>ul>li>p>span:nth-child(1){
    float: left;
    padding: 0 .133rem;
    width: auto;
    min-width: 1.6rem;
    height: .533rem;
    line-height: .533rem;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: .0267rem;
    font-size: .267rem;
    color: #FFFFFF;
    letter-spacing: 0.86px;

}
#mobile .news_bulletin_content_left>ul>li>p:nth-child(2)>span:nth-child(2){
    float: right;
    color: #BBBBBB;
    font-size: .267rem;
    margin-top:.107rem;
}
.news_bulletin_content_left>ul>li>p:nth-child(2)>span:nth-child(2){
    float: right;
    color: #BBBBBB;
    font-size: 14px;
    margin-top: 5px;
}
.news_bulletin_content_left>ul>li>p>span:nth-child(1){
    float: left;
    padding: 0 10px;
    width: auto;
    min-width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.86px;

}

/* 新闻 list notPic 样式 end */




/* 带图片新闻条 样式  start*/
.mainNew_title{
    display: none;
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 1px solid #ededed;
}
#mobile .mainNew_title.isShow{
    display: none;
}
.mainNew_title.isShow{
    display: block;
}
.newsArticle_li{
    padding: 12px 10px 12px 5px;
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #ededed;
}
#mobile .newsArticle_li .newsArticle_left{
    float: left;
    margin-right: -3rem;
    width: 3rem;
    height: 2rem;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
}
.newsArticle_li .newsArticle_left{
    float: left;
    margin-right: -180px;
    width: 180px;
    height: 120px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
}
.newsArticle_li .newsArticle_left img{
    display: block;
    width: 100%;
    height: auto;
    
}
#mobile .newsArticle_li .newsArticle_right{
    float: right;
    padding-left: 3.27rem;
    width: 100%;
    height: 2rem;
}
.newsArticle_li .newsArticle_right{
    float: right;
    padding-left: 204px;
    width: 100%;
    height: 120px;
}
#mobile .newsArticle_rightTop{
    padding-top: 0;
    height: .987rem;
    line-height: .469rem;
    font-size: .373rem;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: .4rem;
}
.newsArticle_rightTop{
    padding-top: 10px;
    height: 84px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: bold; 
    cursor: pointer;
}
.newsArticle_rightTop:hover{
    color:#a00000;
}
.newsArticle_right .newsArticle_rightBottom{
    width: 100%;
    height: 36px;
    font-size: 12px;
}
#mobile .newsArticle_rightBottom .newsArticle_btn{
    float: left;
    padding: 0 .133rem;
    width: auto;
    min-width: 1.6rem;
    margin: 0;
    height: .533rem;
    line-height: .533rem;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: .0267rem;
    font-size: .267rem;
    color: #FFFFFF;
    letter-spacing: 0.86px;
}
.newsArticle_rightBottom .newsArticle_btn{
    float: left;
    margin: 6px 0;
    padding: 0 10px;
    width: auto;
    min-width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.86px;
}
#mobile .newsArticle_rightBottom .newsArticle_time{
    float: right;
    line-height: .48rem;
    color: #BBBBBB;
    font-size: .267rem;
}
.newsArticle_rightBottom .newsArticle_time{
    float: right;
    line-height: 36px;
    color: #333;
}
/* 带图片新闻条 样式  end*/





/* add scroll */
.loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
.loadingH5-icon{color: #707070;}
.loaderH5{
    display: none;
    position: relative;
    font-size: .133rem;
    margin: .106rem auto;
    text-indent: -9999em;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #999;
    background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
    -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
    -o-animation: scrollMoreLoaderH5An 1s infinite linear;
    animation: scrollMoreLoaderH5An 1s infinite linear;
 }
 .loadingH5 .loaderH5{
     display: block;
 }
 .loadingH5 .loaderH5:before {
     width: 50%;
     height: 50%;
     background: #999;
     border-radius: 100% 0 0 0;
     position: absolute;
     top: 0;
     left: 0;
     content: '';
 }
 .loadingH5 .loaderH5:after {
     background: #fff;
     width: 72%;
     height: 75%;
     border-radius: 68%;
     content: '';
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }
@-webkit-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes scrollMoreLoaderH5An {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 }