body{
    font-size: 14px;
}
/*banner*/
.swiper-container {
    position: relative;
    width: 100%;
    height: 360px;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container .swiper-wrapper {
    height: 100% !important;
}
.swiper-container .swiper-slide{
    height: 100%;
}

.notice-wrap{
    margin-top: 15px;
}
.notice-title{
    width: 244px;
    height: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}
.notice-title img{
    position: absolute;
    left: 0;
    top: 0;
    width: 244px;
    height: 80px;
    z-index: 1;
}
.notice-title span{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    padding-left: 30px;
}
.notice-left-nav .navitem{
    width: 244px;
    height: 48px;
    margin-top: 5px;
    font-size: 16px;
    color: #373737;
    font-weight: 500;
    cursor: pointer;
    background: rgba(230,236,247,0.5);
}
.notice-left-nav .navitem a{
    color: #373737;
    text-decoration: none;
}
.notice-left-nav .navitem.active{
    background-color: #1a70d2;
    color: #FFFFFF;
}
.notice-left-nav .navitem.active a{
    color: #FFFFFF;
}
.notice-left-nav .navitem .navitem-icon{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0,55,168,0.3);
    margin-left: 15px;
    margin-right: 8px;
}
.notice-left-nav .navitem.active .navitem-icon{
    background-color: #FFFFFF;
}
.notice-rightbox{
    flex:1;
    -webkit-flex: 1;
    margin-left: 20px;
}
.notice-rightbox .rightbox-head{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom:1px solid rgba(0,79,189,0.1);
    height: 40px;
}
.rightbox-head .title{
    color: #0037A8;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #0037a8;
    height: 40px;
    line-height: 40px;
    width: 125px;
}
.rightbox-head .stepflex{
    font-size: 12px;
    color: rgba(55,55,55,0.7);
}
.rightbox-head .stepflex .active{
    color: #0037a8;
}
.notice-rightbox .articlebox{
    margin-top: 30px;
}
.articlebox .article-title{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
}
.articlebox .article-line1{
    height: 1px;
    background: #e5edf8;
    border: 1px solid rgba(0,79,189,0.1);
    margin-top: 20px;
}
.articlebox .article-line2{
    height: 2px;
    background: #0037a8;
    border-top: 4px solid rgba(0,79,189,0.1);
}
.articlebox .article-msg{
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 12px;
    color: rgba(55,55,55,0.7);
    margin-top: 10px;
}
.article-msg img{
    width: 15px;
    margin-right: 4px;
}
.articlebox .article-content{
    margin-top: 20px;
    font-size: 16px;
    color: rgba(0,0,0,0.8);
    line-height: 32px;
}

@media (max-width: 768px){
    .head-navbox .head-navbox-list > li{
        padding: 0 10px;
    }
}
@media (min-width: 768px){
    .head-navbox .head-navbox-list > li{
        padding: 0 10px;
    }
}
@media (min-width: 1024px){
    .head-navbox .head-navbox-list > li{
        padding: 0 20px;
    }
}
@media (min-width: 1200px) {
    .container{
        width: 1100px;
    }
}
@media (min-width: 1280px) {
    /*.head-navbox{*/
    /*    padding-left: 100px;*/
    /*}*/
    .container{
        width: 1100px;
    }
}


/*ÁÐ±í*/
.article-list-item{
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,79,189,0.1);
}
.article-list-item .list-cover{
    width: 218px;
    height: 135px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 8px;
}
.article-list-item .list-cover .cover{
    display: block;
    width: 100%;
    height: 100%;
}
.article-list-item a{
    color: #333;
}
.article-list-item .list-title{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.article-list-item .list-content{
    color: rgba(55,55,55,0.7);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 20px;
}
.article-list-item .time{
    color: #373737;
    margin-top: 30px;
}
.pages-wrap{
    margin: 30px 0;
}
.pages-wrap .pagesbox{
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.pages-item{
    width: 32px;
    height: 32px;
    background: #ebecec;
    border-radius: 4px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: rgba(0,0,0,0.3);
    margin: 6px 6px 0 6px;
}
.pages-item.active{
    background-color: #0037A8;
    color: #FFFFFF;
}
.pages-item .preicon{
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid #929DB3;
    border-left: 1px solid #929DB3;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.pages-item .nexticon{
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid #929DB3;
    border-right: 1px solid #929DB3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.pages-item.totals{
    width: 82px;
    color: #000000;
    font-weight: bold;
}
.pagesbox .gopage{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.pagesbox .gopage input{
    width: 48px;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
    text-align: center;
    margin: 0 6px;
}