#app {
    position: relative;
}

/*顶部轮播图*/
.topCarouselBox {
    margin-bottom: 25px;
}

.topCarouselBox .el-carousel__arrow {
    display: none;
}

.el-carousel {
    width: 100%;
}

/*通用头部*/
.articleHead {
    height: 50px;
}

.articleHead a {
    display: block;
}

.articleHead h5 {
    float: left;
    padding: 0 14px;
}

.articleHead h5.current {
    height: 48px;
    line-height: 48px;
}

.articleHead h5.current a {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
}

.articleHead h5 a {
    font-size: 18px;
    color: #666;
    line-height: 50px;
}

.articleHead span {
    float: right;
}

.articleHead span a {
    line-height: 28px;
    color: #4F9269;
    font-size: 14px;
    border: 1px solid #4F9269;
    border-radius: 25px;
    padding: 0px 6px;
    margin-top: 10px;

}

.comTitle {
    height: 70px;
    padding-left: 30px;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #4F9269, #97CF84);
}

.comTitle h5 {
    font-size: 22px;
    line-height: 70px;
    color: #ffffff;
}

/*通用列表1*/
.articleList1 {
    margin-top: 15px;
}

.articleList1 ul li {
    padding: 0 0 0 15px;
    position: relative;
}

.articleList1 ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #2C2C2C;
    top: 15px;
    left: 2px;
    border-radius: 50%;
}

.articleList1 ul li a {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #333333;
    display: flex;
}

.articleList1 ul li a span:first-child {
    line-height: 36px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    flex: 1;
    letter-spacing: 1.15px;
}

.articleList1 ul li a span:last-child {
    line-height: 36px;
    font-size: 16px;
    color: #999999;
    margin-left: 20px;
}

.articleList1 ul li em {
    float: right;
    font-size: 13px;
    color: #999;
    font-style: normal;
    line-height: 36px;
}

/*文章带图*/
.articleImgBox {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 20px;
}

.articleImgBox .imgBox {
    width: 100%;
    height: 210px;
    position: relative;
}

.articleImgBox .imgBox img {
    width: 100%;
    height: 100%;
}

.articleImgBox .imgBox a {
    display: block;
}

.articleImgBox .imgBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    width: 96%;
    padding: 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleImgBox .articleList1 span {
    font-size: 14px;
    color: #333;
    margin-top: 3px;
    margin-bottom: 10px;
    display: block;
}

.articleImgBox .articleList1 p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    text-indent: 2em;
}

.articleImgBox .articleList1 p a {
    color: #BE1011;
}

/*视频模版*/
.videoBox {
    overflow: hidden;
    margin-top: 20px;
}

.videoBox .videoOne {
    float: left;
    width: 48%;
}

.videoBox .videoOne:last-child {
    float: right;
}

.videoBox .videoOne a {
    display: block;
    position: relative;
}

.videoBox .videoOne a i {
    display: block;
    width: 40px;
    height: 40px;
    background: url(./../images/video.png);
    background-size: cover;
    position: absolute;
    top: 33%;
    left: 42%;
    z-index: 10;
}

.videoBox .videoOne a img {
    width: 100%;
    height: 180px;
}

.videoBox .videoOne a p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    color: #fff;
    width: 96%;
    padding: 0 2%;
    line-height: 36px;
    font-size: 16px;
    height: 36px;
    overflow: hidden;
}

/*专题*/
.specialBox {
    margin-bottom: 30px;
}

.specialBox a {
    display: block;
}

.specialBox a img {
    width: 100%;
}

.specialBox .el-carousel__arrow {
    display: none;
}

.specialBox .el-carousel__indicators {
    bottom: 5px;
}

/*头条*/
.headlines {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.headlines h3 a {
    font-size: 46px;
    color: #4F9269;
    text-align: center;
}

.headlines ul {
    /*display: flex;*/
    display: table;
    margin: 0 auto;
}

.headlines ul li {
    float: left;
    margin: 0 20px;
    text-align: center;
}

.headlines ul li:last-child {
    margin-right: 0;
}

.headlines p a, .headlines li a {
    margin-top: 18px;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 19px;
    color: #666666;
    text-align: center;
}

/* 顶部轮播图+列表 */
.bigCarousel {
    padding-bottom: 35px;
}

.bigCarousel .topCarouselOne p {
    font-size: 16px !important;
}

.bigCarousel .articleHead {
    border-bottom: 1px solid #C0C0C0;
    height: 50px;
}

.bigCarousel .articleHead a {
    display: block;
}

.bigCarousel .articleHead h5 {
    float: left;
    padding: 0;
    overflow: hidden;
}

.bigCarousel .articleHead h5.current {
    border-left: none;
    border-top: none;
    border-right: none;
    height: 50px;
    line-height: 50px;
}

.bigCarousel .articleHead h5.current a {
    color: #109077;
    font-size: 18px;
    border-right: 1px solid #109077;
}

.bigCarousel .articleHead h5 a {
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    margin-top: 12.5px;
    padding: 0 10px;
    border-right: 1px solid #000000;
}


.bigCarousel .articleHead span {
    float: right;
}

.bigCarousel .articleHead span a {
    color: #999999;
    font-size: 14px;
    border: none;
    padding: 0;
}

/*top轮播图*/
.topCarouselOne {
    width: 100%;
    height: 100%;
    position: relative;
}

.topCarouselOne a {
    display: block;
}

.topCarouselOne img {
    width: 100%;
    height: 200px;
}

.topCarouselOne p {
    background: rgba(140, 135, 135, 0.6);
    color: #fff;
    width: 94%;
    padding: 0 3%;
    height: 60px;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.topCarousel {
    width: 100%;
}

.topCarousel .el-carousel__button {
    background: #fff;
}

.topCarousel .el-carousel__indicator.is-active button {
    width: 8px;
    background: #4F9269;
}

#cnzz_stat_icon_1279058201 img {
    opacity: 0;
    height: 0px;
}

/*两块新闻*/
.centerBox {
    height: 405px;
}

.centerBox .w1200 {
    overflow: hidden;
    display: flex;
}

.centerBox .centerOne {
    flex: 1;
    overflow: hidden;
    margin-right: 25px;
    background: #ffffff;
    height: 375px;
    padding: 0 45px;
    box-sizing: border-box;
}

.centerBox .centerOne:last-child {
    margin-right: 0;
}

.centerBox .centerOne .headBox {
    height: 60px;
    padding-left: 6px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 22px;
}

.centerBox .centerOne .headBox h5 {
    line-height: 60px;
    padding: 0 5px;
    height: 60px;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid #4F9269;
    float: left;
    font-size: 20px;
    letter-spacing: 2px;
}

.centerBox .centerOne .headBox a {
    float: right;
    width: 70px;
    height: 22px;
    background: #83C969;
    text-align: center;
    color: #ffffff;
    margin-top: 19px;
    line-height: 22px;
}

.centerBox .centerOne .firstBox {
    display: flex;
    overflow: hidden;
    margin-bottom: 38px;
}

.centerBox .centerOne .firstBox .timeBox {
    width: 108px;
    height: 72px;
    background: #83C969;
    margin-right: 37px;
    text-align: center;
}

.centerBox .centerOne .firstBox .timeBox h5 {
    line-height: 48px;
    color: #ffffff;
    font-size: 32px;
}

.centerBox .centerOne .firstBox .timeBox span {
    color: #ffffff;
    font-size: 14px;
}

.centerBox .centerOne .firstBox .messBox {
    flex: 1;
    overflow: hidden;
}

.centerBox .centerOne .firstBox .messBox h5 {
    font-size: 16px;
    color: #4F9269;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.centerBox .centerOne .firstBox .messBox p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.centerBox .centerOne .listBox ul li {
    margin-bottom: 18px;
}

.centerBox .centerOne .listBox ul li:last-child {
    margin-bottom: 0;
}

.centerBox .centerOne .listBox ul li a {
    display: flex;
    overflow: hidden;
}

.centerBox .centerOne .listBox ul li a i {
    font-style: normal;
    color: #4F9269;
    display: block;
    margin-right: 40px;
}

.centerBox .centerOne .listBox ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*业务板块*/
.plateBox {
    display: flex;
    overflow: hidden;
    margin-bottom: 25px;
}

.plateBox .plateOne {
    flex: 1;
    overflow: hidden;
    margin-right: 16px;
}

.plateBox .plateOne:last-child {
    margin-right: 0;
}

.plateBox .plateOne a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.plateBox .plateOne a:first-child {
    height: 188px;
    display: block;
    overflow: hidden;
}

.plateBox .plateOne a:last-child {
    display: block;
    width: 100%;
    height: 305px;
    background: #E2EFEB;
    text-align: center;
}

.plateBox .plateOne a img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
}

.plateBox .plateOne img:hover {
    -webkit-transform: scale(1.1, 1.1);
}

.plateBox .plateOne a h5 {
    line-height: 65px;
    font-size: 20px;
    color: #4F9269;
    display: inline-block;
    margin: 0 auto 25px;
    border-bottom: 4px solid #4F9269;
}

.plateBox .plateOne a p {
    width: 100%;
    padding: 0 23px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: justify;
}

.plateBox .plateOne a:last-child:hover {
    background: #4F9269;
}

.plateBox .plateOne a:last-child:hover h5,
.plateBox .plateOne a:last-child:hover p {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

/*专栏（广告位）*/
.advBox {
    margin-bottom: 35px;
}

.advBox a {
    display: block;
}

.advBox a img {
    display: block;
    width: 100%;
}

/*了解更多*/
.understandMore ul {
    display: flex;
    margin-bottom: 45px;
}

.understandMore ul li {
    margin-right: 17px;
    flex: 1;
    overflow: hidden;

}

.understandMore ul li:last-child {
    margin-right: 0;
}

.understandMore ul li a {
    display: block;
}

.understandMore ul li img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.understandMore ul li a:first-child {
    height: 200px;
    display: block;
    overflow: hidden;
}

.understandMore ul li img:hover {
    -webkit-transform: scale(1.1, 1.1);
}

.understandMore ul li p {
    height: 85px;
    line-height: 85px;
    background: #E2EFEB;
    display: block;
    color: #4F9269;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.understandMore ul li p:hover {
    background: #4F9269;
    color: #ffffff;
}

/*友情链接*/
.linkBox h5 {
    line-height: 55px;
    border-bottom: 2px solid #4F9269;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

.linkBox ul {
    overflow: hidden;
}

.linkBox ul li {
    float: left;
    margin-right: 45px;
    margin-bottom: 30px;
}

.linkBox ul li a {
    display: block;
}

.linkBox ul li a img {
    height: 50px;
}

