/*当前位置*/
.locationBox {
    background: #F4F4F4;
    height: 40px;
    margin-bottom: 40px;
}

.locationBox a, .locationBox span {
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

/*top轮播图*/
.topCarouselLarge {
    margin-bottom: 40px;
}

.topCarouselOne {
    width: 100%;
    height: 100%;
    position: relative;
}

.topCarouselOne a {
    display: block;
}

.topCarouselOne img {
    width: 100%;
    height: 393px;
}

.topCarouselOne p {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    width: 80%;
    padding-right: 20%;
    padding-left: 2.5%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topCarousel {
    width: 100%;
}

.el-carousel__indicators {
    left: auto;
    right: -20px;
    bottom: 10px;
}

.el-carousel__button {
    display: block;
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
}

.el-carousel__indicator.is-active button {
    opacity: 1;
    width: 26px;
    border-radius: 5px;
}

.topCarouselLarge .articleHead h5.current {
    background: #f2f2f2;
}

.topCarousel .el-carousel__arrow {
    display: none;
}

.topCarouselArt {
    background: #F2F2F2;
    padding: 24px 40px;
    margin-right: 20px;
    height: 345px;
    overflow: hidden;
}

.topCarouselArt > h5 {
    font-size: 24px;
    color: #333333;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.topCarouselArt > span {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    height: 65px;
    overflow: hidden;
    text-indent: 2em;
}

.topCarouselArt ul li a {
    color: #333;
    line-height: 36px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.topCarouselArt ul li {
    padding: 0 0 0 11px;
    position: relative;
}

.topCarouselArt ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #000;
    top: 16px;
    left: 0;
    border-radius: 50%;
}

/*
/*内容中心*/
.contentBox {
    margin-bottom: 40px;
    padding-top: 2px;
}

.contentBox .el-carousel__arrow {
    display: block;
}

.contentBox .el-carousel__arrow {
    height: 80px;
    width: 50px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 34px;
}

.contentBox .el-carousel__arrow--left {
    left: 0;
}

.contentBox .el-carousel__arrow--right {
    right: 0;
}

/*通用头部*/
.articleHead {
    border-top: 1px solid #0F6FBC;
    border-left: 1px solid #0F6FBC;
    background: #015293;
    overflow: hidden;
}

.articleHead a {
    display: block;
}

.articleHead h5 {
    float: left;
    padding: 0 14px;
    border-right: 1px solid #0F6FBC;
}

.articleHead h5.current {
    background: #fff;
    border-left: 1px solid #0F6FBC;
}

.articleHead h5.current a {
    color: #015293;
    font-size: 20px;
}

.articleHead h5 a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
}

.articleHead span {
    float: right;
    margin-right: 14px;
}

.articleHead span a {
    line-height: 46px;
    color: #FFFFFF;
    font-size: 14px;
}

/*通用列表1*/
.articleList1 ul li {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 0 11px;
    position: relative;
    overflow: hidden;
}

.articleList1 ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #000;
    top: 28px;
    left: 0;
    border-radius: 50%;
}

.articleList1 ul li a {
    width: 100%;
    height: 58px;
    font-size: 16px;
    color: #333333;
}

.articleList1 ul li a span {
    line-height: 58px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 79%;
    margin-right: 1%;
    letter-spacing: 1.15px;
    float: left;
}

.articleList1 ul li a span:last-child {
    float: right;
    width: 18%;
}

/*文章带图*/
.articleImgBox {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 20px;
}

.articleImgBox img {
    width: 280px;
    height: 210px;
}

.articleImgBox h5 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    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: #BE1011;
}