body {
    position: relative;
}

/*顶部轮播图*/
.topCarouselBox .el-carousel__arrow {
    display: none;
}

.el-carousel {
    width: 100%;
}

/*通用头部*/
.articleHead {
    height: 50px;
}

.articleHead a {
    display: block;
}

.articleHead h5 {
    float: left;
    padding: 0 10px;
}

.articleHead h5.current {
    border-bottom: 3px solid #3b914d;
    height: 48px;
    line-height: 48px;
    background: #fff;
}

.articleHead h5.current a {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
}

.articleHead h5 a {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 50px;
}

.articleHead span {
    float: right;
}

.articleHead span a {
    line-height: 28px;
    color: #3b914d;
    font-size: 14px;
    border: 1px solid #3b914d;
    border-radius: 25px;
    padding: 0px 6px;
    margin-top: 10px;

}

/*通用列表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: block;
}

.articleList1 ul li a span {
    line-height: 36px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    letter-spacing: 1.15px;
}

.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(../image/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: #3b914d;
    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 {
    background: #F3F3F3;
    padding: 20px 0;
}

.bigCarousel .topCarouselOne p {
    font-size: 16px !important;
}

.bigCarousel .articleHead {
    border-bottom: 3px solid #CCCCCC;
    height: 50px;
}

.bigCarousel .articleHead a {
    display: block;
}

.bigCarousel .articleHead h5 {
    float: left;
    padding: 0;
}

.bigCarousel .articleHead h5.current {
    border-left: none;
    border-top: none;
    border-right: none;
    height: 50px;
    line-height: 50px;
    background: #fff;
}

.bigCarousel .articleHead h5.current a {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #3b914d;
}

.bigCarousel .articleHead h5 a {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 50px;
    padding: 0 10px;
}

.bigCarousel .articleHead span {
    float: right;
}

.bigCarousel .articleHead span a {
    line-height: 50px;
    color: #999999;
    font-size: 14px;
    border: none;
    padding: 0;
}

/*培训*/
.trainList {
    margin: 10px 0 30px;
    overflow: hidden;
}

.trainList ul li {
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

.trainList ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #2C2C2C;
    top: 16px;
    left: 0px;
    border-radius: 50%;
}

.trainList ul li a {
    width: 100%;
    font-size: 16px;
    color: #353535;
    overflow: hidden;
}

.trainList ul li a span {
    line-height: 37px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    letter-spacing: 1.15px;
}

/*top轮播图*/
.topCarouselOne {
    width: 100%;
    height: 100%;
    position: relative;
}

.topCarouselOne a {
    display: block;
}

.topCarouselOne img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}

.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: #3b914d;
}

/*业务板块*/
.worksBox {
    background: #F3F3F3;
    padding: 22px 0 15px;
}

.worksBox h4 {
    font-size: 28px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}

.worksBox h4 a {
    border-bottom: 3px solid #3b914d;
    padding-bottom: 5px;
}

.worksBox .worksOne {
    width: 310px;
    height: 170px;
    position: relative;
    margin: 0 auto 25px;
    overflow: hidden;
}

.worksBox .worksOne img {
    width: 100%;
    height: 100%;
}

.worksBox .worksOne .worksTopBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 170px;
    background: rgba(59, 145, 77, .8);
    text-align: center;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.worksBox .worksOne .worksTopBox h5 {
    color: #fff;
    font-weight: normal;
    padding-top: 35px;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1.7px;
}

.worksBox .worksOne .worksTopBox p {
    color: #fff;
    width: 90%;
    margin: 10px auto;
    font-size: 17px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    letter-spacing: 1.5px;
}

.worksBox .worksAbsBox {
    width: 456px;
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    height: 125px;
}

.worksBox .worksOne:hover .worksTopBox {
    display: block;
    top: 0;
}

.worksBox .worksAbsBox img {
    position: absolute;
}

.worksBox .worksAbsBox .leftImg {
    left: -7px;
    bottom: -6px;
}

.worksBox .worksAbsBox .rightImg {
    right: -7px;
    top: -6px;
}

.worksBox .worksAbsBox p {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    max-height: 120px;
    overflow: hidden;
}

/*一行两个广告位*/
.twoAdv {
    display: flex;
    overflow: hidden;
    margin: 10px 0;
}

.twoAdv a {
    display: block;
    flex: 1;
    overflow: hidden;
    margin-right: 20px;
}

.twoAdv a:last-child {
    margin-right: 0;
}

.twoAdv a img {
    display: block;
    width: 100%;
}

/*表格行*/
.tableRowBox {
    height: 402px;
    padding: 20px 0;
}

.tableConBox {
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.tableConBox .tabHeadBox {
    display: flex;
}

.tableConBox .tabHeadBox .oneBox {
    flex: 1;
    border-top: 1px solid #3b914d;
    border-right: 1px solid #3b914d;
    text-align: center;
    border-radius: 7px 7px 0px 0;
    background: #F6F6F6;
}

.tableConBox .tabHeadBox .oneBox:first-child {
    border-left: 1px solid #3b914d;
}

.tableConBox .tabHeadBox .oneBox p {
    line-height: 39px;
    font-size: 16px;
}

.iframeDom {
    width: 590px;
    height: 240px;
    float: left;
    border: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 55px;
}

.tableConBox .tabHeadBox .oneBox:first-child iframe {
    display: block;
}

.tableConBox .tabHeadBox .oneBox:hover iframe {
    display: block;
}

.tableConBox .tabHeadBox .oneBox.current {
    background: #3e924d;
}

.tableConBox .tabHeadBox .oneBox.current p {
    color: #fff;
}

.videoPinBox .el-carousel__arrow {
    display: block;
}

.videoPinBox .el-carousel__arrow {
    height: 60px;
    width: 35px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 34px;
}

.videoPinBox .el-carousel__arrow--left {
    left: 0;
}

.videoPinBox .el-carousel__arrow--right {
    right: 0;
}

.videoPinBox .el-carousel__indicator.is-active button {
    opacity: 1;
    width: 20px;
    border-radius: 5px;
}

.videoPinBox .topCarouselLarge .articleHead h5.current {
    background: #f2f2f2;
}

.videoPinBox .el-carousel__indicators {
    left: auto;
    right: -40px;
    bottom: 3px;
}

.videoPinBox .el-carousel__button {
    display: block;
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
}

/*党群工作*/
.massesBox {
    height: 400px;
    padding-top: 11px;
    background: url("../image/zhongBg.png") no-repeat;
    background-size: 100% 100%;
}

.massesBox h4 {
    text-align: center;
    margin-bottom: 15px;
}

.massesBox h4 a {
    line-height: 50px;
    height: 50px;
    border-bottom: 3px solid #3b914d;
    color: #333333;
    font-size: 20px;
    padding-bottom: 5px;
}

.massesBox ul {
    overflow: hidden;
}

.massesBox ul li {
    width: 285px;
    margin-right: 20px;
    float: left;
}

.massesBox ul li:last-child {
    margin-right: 0;
}

.massesBox ul li a {
    display: block;
}

.massesBox ul li a img {
    width: 100%;
    height: 153px;
}

.massesBox ul li a h5 {
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #000;
    margin: 10px 0;
    font-size: 17px;
}

.massesBox ul li a p {
    color: #525252;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    font-size: 15px;
    text-align: justify;
}

/*关于我们*/
.aboutUsBox {
    height: 228px;
    padding: 20px 0;
}

.aboutUsBox .leftBox ul {
    overflow: hidden;
}

.aboutUsBox .leftBox ul li {
    width: 190px;
    height: 190px;
    background: #F8f8f8;
    border-radius: 50%;
    float: left;
    margin-right: 40px;
}

.aboutUsBox .leftBox ul li a {
    display: block;
    text-align: center;
}

.aboutUsBox .leftBox ul li a img {
    width: 90px;
    height: 90px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.aboutUsBox .leftBox ul li a h5 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.aboutUsBox .rightBox {
    width: 90%;
    margin-left: 10%;
}

.aboutUsBox .rightBox h5 {
    font-size: 20px;
    color: #3b914d;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.aboutUsBox .rightBox p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
}

/*相关链接*/
.aboutLink {
    width: 100%;
    height: 155px;
    background: url("../image/zhong2bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
}

.aboutLink .leftBox ul {
    overflow: hidden;
    border-right: 2px solid #ccc;
    height: 125px;
}

.aboutLink .leftBox ul li {
    float: left;
    margin-right: 20px;

}

.aboutLink .leftBox ul li a {
    font-size: 16px;
    color: #333;
    line-height: 125px;
}

.aboutLink .rightBox ul {
    overflow: hidden;
}

.aboutLink .rightBox ul li {
    float: left;
    width: 22%;
    height: 155px;
    margin-left: 3%;
}

.aboutLink .rightBox ul li a {
    display: block;
    text-align: center;
}

.aboutLink .rightBox ul li a img {
    width: 65px;
    height: 45px;
    margin: 20px 0 15px;

}

.aboutLink .rightBox ul li a p {
    line-height: 20px;
    height: 40px;
    color: #333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;

}

/*下拉链接*/
.dropDownLink {
}

.dropDownLink .el-dropdown {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #d8dce5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5a5e66;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 1;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 98%;
    overflow: hidden;
}

.dropDownLink .el-dropdown .el-dropdown-link {
    display: block;
    line-height: 40px;
    height: 40px;
}

.dropDownLink .el-icon--right {
    float: right;
    line-height: 40px;
}

.el-dropdown-menu {
    width: 295px;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #f8f8f8;
    color: #5a5e66;
}

.el-dropdown-menu {
    min-height: 36px;
    max-height: 216px;
    overflow-y: scroll;
}

#cnzz_stat_icon_1279058201 img {
    opacity: 0;
    height: 0px;
}

.tbcss {
    font-size: 14px;
    text-align: center;
    background: #3e924d;
    width: 590px;
    height: 240px;
}

.tbcss tr {
    height: 16%;
    background: #ffffff;
}