/*reset*/
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #383d37;
    cursor: pointer;
}
li{
    list-style: none;
}
input{
    /*-moz-user-select: none;*/
    -webkit-user-select: auto;
}
.containter{
    width: 100%;
    padding: 0 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.box{
    margin: 1rem 0;
}
body{
    font-size: 12px;
    font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "黑体", "宋体", "Lucida Grande" !important;
    background: #f0f0f0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mid-banner a img{
    width: 100%;
}
/*头部*/
.top{
    background: #fff;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
}
.top a img{
    height: 1.5rem;
    margin-top: 0.25rem;
}
.top>i{
    color: #0069b7;
    margin-top: 0.5rem;
    font-size: 1rem;
}
/*footer*/
.footer{
    background: #fff;
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    font-family: MYuenPRC-Light;
    text-align: center;
    margin-top: 2rem;
}
.footer a>img{
    width: 100%;
}
.footer .left div img{
    width: 0.8rem;
    position: relative;
    top: 0.25rem;
    margin-right: 0.3rem;
}
.footer .left div{
    margin-bottom: 0.25rem;
    text-align: left;
}
.footer .containter,.footer>p{
    overflow: hidden;
    background: #fff;
    color: #4e4e4e;
    padding: 0.5rem 20px;
}
/*侧边导航*/
nav{
    width: 33.3%;
    height: 100%;
    background: rgba(66,66,66,0.8);
    position: fixed;
    left: -50%;
    z-index: 1000;
    padding-top: 0.5rem;
}
nav li{
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    text-align: center;
    border-bottom: 0.05rem solid #777;
    display: flex;
}
nav>ul li a{
    color: #fff;
    font-size: 0.6rem;
    flex: 1;
    z-index: 99999;
}
nav>ul li a+a{
    border-left: 1px solid #777;
}
/*侧边导航搜索*/
.common-search{
    position: relative;
    width: 70%;
    margin-left: 8%;
}
.common-search input{
    width: 100%;
    height: 1.1rem;
    line-height: 1.1rem;
    padding-left: 10px;
    box-sizing: border-box;
    background: #e3e4e6;
    outline: navajowhite;
    border-radius: 30px;
    border: none;
}
.common-search i{
    font-size: 0.6rem;
    position: absolute;
    top: 0.7rem;
    right: 10px;
    color: #0069b7;
}
/*顶部宣传图*/
.top-banner{
    overflow: hidden;
    position: relative;
}
.top-banner>img{
    width: 300%;
    margin-left: -100%;
    display: block;
}
.top-banner>div.page-title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom:0.5rem ;
    padding: 0 20px;
    box-sizing: border-box;
}
.top-banner>div.page-title h2{
    color: #0766bb;
    margin-bottom: 0.25rem;
    font-style: normal;
    font-size: 0.8rem;
}
.top-banner>div.page-title h2:nth-of-type(2){
    font-weight: lighter;
}
/*可滑动分类列表*/
.list-con{
    background: #f8f8f8;
}
.swiper-slide{
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    box-sizing: border-box;
}
.swiper-slide a{
    color: #6b7f9b;
    font-size: 0.55rem;
}
.swiper-slide.on{
    border-bottom: 3px solid #0069b7;
}
.swiper-slide.on a{
    color: #222e2a;
}

/*文章列表样式*/
.new-list ul{
    /*margin-bottom: 1.5rem;*/
}
.new-list>ul li{
    background: #fff;
    margin: 0.5rem auto;
    /*height: 5rem;*/
    padding: 0.5rem;
    box-sizing: border-box;
}
.new-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.new-list ul li a .left.img-box{
    height: 100%;
    width: 40%;
    overflow: hidden;
    text-align: center;
    max-height: 4rem;
}
.new-list ul li a .left.img-box img{
    width: 100%;
}
.new-list ul li a >div.new-show{
    width: 56%;
    margin:0 2%;
}
.new-list ul li a h3{
    color: #434343;
    font-size: 0.6rem;
    height: 1rem;
    overflow: hidden;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.new-list ul li a p{
    height: 1.6rem;
    line-height: 0.8rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;-webkit-line-clamp: 2;
    text-align: justify;
    color: #7b7b7b;
    margin:0.5rem 0;
}
.new-list ul li a span{
    color: #7b7b7b;
    display: block;
    text-align: right;
}
/*加载更多*/
.more-btn,.nomore-btn{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #006ab7;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
}
.nomore-btn{
    background: #d0d0d0;
    color: #fff;
}
/*文章详情*/
.detail{
    background: #fff;
    padding: 1rem 0;
    margin: 0.5rem 0;
}
.detail p img{
    max-width: 90% !important;
}
.detail>div{
    width: 90%;
    margin: 0 auto;
}
/*左竖线标题*/
.detail>div.title{
    border-left: 3px solid #0069b7;
    padding-left: 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}
.title h3{
    font-weight: normal;
    font-size: 0.8rem;
}
.title ul {
    overflow: hidden;
    margin: 0.5rem 0;
    width: 100%;
}
.title ul li {
    float: left;
    color: #898989;
    font-size: 0.6rem;
}
.title ul li+li{
    margin-left: 0.6rem;
}
.title ul li label {
    margin-right: 1%;
}
/*详情相关链接上一篇*/
.detail>div.news-link{
    margin-top: 1rem;
}
.detail>div.news-link ul{
   text-align: center;
}
.news-link ul li{
    display: inline-block;
    background: #ebf3f9;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
}
.news-link ul li a{
    color: #c9cccc;
}
.news-link ul li a span{
    margin:0 0.25rem;
}
.news-link ul li+li{
    margin-left: 5%;
}
/*相关新闻列表*/
.links p.more{
    line-height: 1.5rem;
    text-align: right;
}
.links ul li{
    border-bottom: 1px solid #dcdcdc;
    line-height: 3vh;
    padding: 0.3rem 0;
}
.links ul li p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   height: 0.8rem;
}
.links ul li p.new-link-title{
    font-size: 0.6rem;
    margin-bottom:0.25rem
}
.new-link-data{
    color: #dcdcdc;
}
.new-link-data span{
    margin-right: 2.5%;
}
/*org样式*/
#org-con li{

}
#org-con .li-title{
    overflow: hidden;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0.35rem 0;
}
.li-title span.right{
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0.60rem;
    text-align: center;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    position: relative;
    top: 0;
    box-sizing: border-box;
}
.li-title span.left{
    display: inline-block;
    width: 90%;
    height: 1rem;
    color: #434343;
    font-size: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.li-title span.left i{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #434343;
    margin-right: 0.25rem;
    position: relative;
    top: -2px;
}
.show-auto{
    display: none;
    margin-bottom: 10px;
    padding-left: 1.5%;
    box-sizing: border-box;
    padding: 0.25rem 0;
}