/*导航*/
.navHead > ul {
    margin: 0 auto;
    float: initial;
}

/*头部轮播图*/
.topImgBox {
    width: 96%;
    height: 300px
}

.topImgBox a {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
}

.topImgBox img {
    width: 100%;
    height: 300px;
}

.topImgBox a p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 80%;
    padding: 0 17% 0 3%;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topImgBox .el-carousel__indicators {
    right: -35px;
    bottom: 0;
}

.topImgBox .el-carousel__indicator {
    padding: 12px 2px;
}

/*通用头部*/
.articleHead {
    overflow: hidden;
    border-bottom: 2px solid #CCCCCC;
    position: relative;
}

.articleHead a {
    display: block;
}

.articleHead h5 {
    float: left;
    line-height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.articleHead h5 a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1.2px;
    border-bottom: 3px solid #0082CE;
    padding: 0 5px;
}

.articleHead span {
    float: right;
    margin: 10px 0 10px 0;
}

.articleHead span a {
    color: #999999;
    font-size: 14px;
}

.contentBox {
    margin-top: 30px;
}

/*通用列表1*/
.articleList1 {

}

.articleList1 ul {
    padding: 10px 0;
    height: 195px;
}

.articleList1 ul li {
    position: relative;
    padding-left: 15px;
}

.articleList1 ul li i {
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
}

.articleList1 ul li a {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #333333;
    display: block;
}

.articleList1 ul li a span {
    line-height: 36px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    letter-spacing: 1.15px;
}

/*文章带图*/
.articleImgBox {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}

.articleImgBox img {
    width: 100%;
    height: 200px;
}

.articleImgBox h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-align: justify;
}

.articleImgBox span {
    font-size: 14px;
    color: #333;
    margin-top: 3px;
    margin-bottom: 10px;
    display: block;
}

.articleImgBox p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    text-indent: 2em;
}

.articleImgBox p a {
    color: #0082CE;
}

/*右侧头部*/
.rightHead {
    border-top: 2px solid #0082CE;
    padding-left: 20px;
    background: #F1F5F8;
    overflow: hidden;
}

.rightHead a {
    line-height: 22px;
    margin: 12px 0;
    font-size: 22px;
    font-weight: bold;
    color: #0082CE;
    display: block;
}

/*右侧内容*/
.mess {
    padding: 20px;
    background: #F1F5F8;
}

.mess ul li h5 {
    line-height: 40px;
    background: #0082CE;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.mess ul li {
    margin-bottom: 30px;
}

.mess ul li p {
    line-height: 36px;
    color: #333;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
}

.mess ul li img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.mess ul li .address {
    line-height: 30px;
    color: #0082CE;
    font-size: 16px;
    text-align: justify;
    letter-spacing: .8px;
    white-space: pre-wrap;
    font-family: '微软雅黑';
    word-wrap: break-word;
}

.mess ul li .preBox {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    white-space: pre-wrap;
    font-family: '微软雅黑';
    word-wrap: break-word;
}

/*热点专题*/
.hotBox {
    margin-bottom: 30px;
}

.hotBox .head {
    background: #0F6FBC;
    font-size: 32px;
    color: #fff;
    text-align: center;
    height: 240px;
    padding-top: 60px;
}

.hotBox .hotContent {
    background: #F1F5F8;
    padding: 0 70px;
}

.hotBox .hotContent ul {
    overflow: hidden;
}

.hotBox .hotContent ul li {
    padding: 30px 0;
    float: left;
    width: 215px;
    height: 240px;
    margin: 0 10px;
}

.hotBox .hotContent ul li:first-child {
    margin-left: 0;
}

.hotBox .hotContent ul li:last-child {
    margin-right: 0;
}

.hotBox .hotContent ul li img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.hotBox .hotContent ul li h5 {
    font-weight: 600;
    color: #333333;
    font-size: 17px;
    margin-bottom: 13px;
    line-height: 20px;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 40px;
}

.hotBox .hotContent ul li p {
    font-size: 14px;
    color: #666;
    line-height: 19px;
    letter-spacing: .9px;
}

.hotBox .hotContent ul li p a {
    color: #0082CE;
}

.hotBox .el-carousel__indicators {
    display: none;
}

.hotBox .el-carousel__arrow {
    background-color: transparent;
    color: #999999;
    top: 47%;
    font-size: 60px;
}

.hotBox .el-carousel__arrow--left {
    left: 5px;
}

.hotBox .el-carousel__arrow--right {
    right: 30px;
}

.moreBox {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #0F6FBC;
    padding: 7px 20px;
    border-radius: 30px 0 0 30px;
    text-align: center;
}

.moreBox a {
    color: #fff;
    font-size: 16px;
}

/*图片列表*/
.imgListBox {
    margin-bottom: 10px;
    padding: 20px;
}

.imgListBox h5 {
    line-height: 40px;
    background: #0082CE;
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.imgListBox ul {

}

.imgListBox ul li {
    margin-bottom: 10px;
}

.imgListBox ul li img {
    width: 100%;
    max-height: 195px;
}

.imgListBox ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
}

.messBox .el-col-6 img {
    margin-bottom: 10px !important;
}
