div {
    transition: all linear .3s;
}
.banner {
    background: url("202111-fjsfgw-banner.png") center top no-repeat #1b5ca3;
    height: 373px;
}
.top-news {
   /* min-height: 180px;*/
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 2% 0;
    top: -65px;
    box-shadow: 0 0 30px  rgba(0,0,0,.1);
    border: 1px solid #eee\9;
}
.top-news h4 {
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin: 0 3%;
}
.top-news p {
    display: none;
    font-size: 16px;
    margin: 0 4%;
    padding-top: 1%;
    position: relative;
}
.top-news p span {
    width: 92%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-news p a {
    display: inline-block;
    color: #1658a0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ztmkbox {
    padding: 40px 0;
}
.ztmk-bg1 {
    background: #fff;
    margin-top: -60px;
}
.ztmk-bg2 {
    background: #f2f8ff;
}
.ztmltit {
    position: relative;
    text-align: center;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ztmltit h4 {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    z-index: 99;

}
.ztmltit h4:after,.ztmltit h4:before {
    content: "";
    width: 40px;
    height: 5px;
    margin: 0 20px;
    vertical-align: middle;
    display: inline-block;
    background-image: -moz-linear-gradient(left, #409eff, #195da7);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left left,right right , from(#409eff), to(#195da7));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(left, #409eff, #195da7);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -ms-linear-gradient(left, #409eff, #195da7);
    /* IE10 */
    background-image: -o-linear-gradient(left, #409eff, #195da7);
    /* Opera 11.10+ */
    background-image: linear-gradient(left, #409eff, #195da7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#409eff,endColorstr=#195da7);

}
.ztmltit span {
    color: #e4f0ff;
    text-transform:Uppercase;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    width:420px;
    text-align: center;
    left: 50%;
    right:50%;
    top: 16px;
    margin-left: -210px;

}
.list-item {
    border-bottom:1px dotted #e8e8e8;
    padding: 24px 0;
}
.ztmlcont li {
    text-align: justify;
    height: 140px;
}
.ztmlcont li:nth-child(3),.ztmlcont li:nth-child(4) {
    border-bottom: none;
}

.ztmlcont li .list-item>a {

    font-size: 20px;
    font-weight: bold;
    /*margin-top: 20px;
    margin-bottom: 10px;*/
    display: block;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box ;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ztmlcont li .list-item>p {
    margin-top: 8px;
    font-size: 16px;
    color: #999;

}
.ztmlcont li .list-item>p a {
    color: #195da7;
}
.ztmlcont {
    text-align: center\9;
}
.ztmlcont a.l-bnt {
    margin-top: 28px;
}
a.l-bnt {
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #195da7;
    margin: 0 auto;
    display: block;
    display: inline-block\9;
    width: 100px;
    text-align: center;
    padding: 8px 20px;
    color: #195da7;
}
a.l-bnt:hover {
    background: #195da7;
    color: #fff;
}

.ztmltab {
    text-align: center;
    padding: 20px 0 10px 0;

}
.ztml-tabitem {
    display: inline-block;
    margin: 0 8px;
    line-height: 20px;
    font-size: 20px;
}
.ztml-tabitem a {
   display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 20px;
    width:100px;
    color: #fff;
    background: #3075c1;
}
.ztml-tabitem a:hover,.ztml-tabitem.curr a {
    background: #1658a0;
}
.tablist {
    position: relative;
}
.tablist li  {
    height: auto;
    border-bottom: none;
}
.tb-item {
    background: #fff;
    padding: 20px;
    text-align: justify;
    height: 200px;
    box-sizing: border-box;
    position: relative;
    margin-top: 28px;
    border: 1px solid  #fff;
}

.tb-item>span {
    font-size: 16px; 
    color: #999;
    position: absolute;
    left: 20px;
    bottom: 24px;
}
.tb-item>h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box ;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
}
.tb-item>p
{
    color: #999;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box ;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tb-item>a.more-icon {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 24px;
    height: 12px;
    background: url(202111-fjsfgw-moreicon.png) center center no-repeat;
    display: block;
    cursor: pointer;
}
.tb-item:hover
{
   border: 1px solid  #1658a0;
    cursor: pointer;
    box-shadow:0 0 10px rgba(0,0,0,.1);
}
.tb-item:hover>h4 a {
    color: #1658a0;
}
.tb-item:hover>a.more-icon {
    background: url(202111-fjsfgw-moreicon-1.png) center center no-repeat;

}
.left-btn,
.right-btn {
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 99;
    border-radius: 100% 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    transition: all linear .3s;
}
.left-btn:hover,
.right-btn:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.right-btn {
    background: url(202111-fjsfgw-righticon.png) center center no-repeat #fff;
    right: -50px;
    top: 35%;
}
.left-btn {
    background: url(202111-fjsfgw-lefticon.png) center center no-repeat #fff;
    left:  -50px;
    top: 35%;

}
.linkpic { width: 100%;  height: 132px;}
.yjpic {width: 100%; height: 100px; display: block; background: url(202111-fjsfgw-yjzj.png) center center no-repeat; }
.linkpic img,.yjpic .img{
    height: 100%;
}
.srcoll-pic {
    position: relative;
}
.srcoll-pic .right-btn {
    right: -30px;
    top: 40%;
}
.srcoll-pic .left-btn {
    left: -30px;
    top: 40%;
}
.srcoll-picbox {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.src-pic-item a {
    display: block;
    padding-top: 56.25%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.src-pic-item a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top:0;
    background: #000;
    background: transparent\9;
    opacity: .3;

    transition: all linear .3s;
}
.src-pic-item a span {
    position: absolute;
    z-index:3;
    width: 100%;
    top: 25%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}
.src-pic-item a:hover:before  {
    opacity: 0;
}

@media only screen and (max-width:1024px){
    .top-link_2021    .w_1300_2021{
        width: 100%;
    }
    .w_1300_2021{padding: 0 15px;}
    .top-news p span {
        width: 88%;

    }
    .banner {
        background-size: 130%;
        height: 280px;
    }
    .src-pic-item a {
       /* height: 112px;*/
    }
    .ztmk-bg1,.ztmk-bg2,.ztmk-bg3 {
        padding: 30px 0;
    }
    .ztmltit  {
        margin-bottom: 0;
    }
    .ztmltit h4 {
        font-size:28px;
    }
    .ztmltit span {
        font-size: 28px;
    }
    .tablist .el-col-6 {
        width: 50%;
    }
    .ztmlcont li .list-item>a {
        line-height: 32px;
    }
    .tb-item {
        max-height: 280px;
    }
    .tb-item>h4 {
        -webkit-line-clamp: 2;
    }
    .tb-item>span {
         left: 16px;
         bottom: 14px;
    }

    .linkpic {
        height: 124px;
    }
    .yipic {
        height: 90px;
    }
    .tablist .left-btn,.tablist .right-btn {
        display: none;
    }
    .srcoll-pic .left-btn, .srcoll-pic .right-btn {
        width: 32px;
        height: 32px;
        background-size: cover;
    }
    .srcoll-pic .right-btn {
        right: 0;
        top: 40%;
    }
    .srcoll-pic .left-btn {
        left: 0;
        top: 40%;
    }
}

@media only screen and (max-width:768px) {
    .banner {
        background-size: 130%;
        height: 220px;
    }
    .top-news h4 {
        font-size: 20px;
    }
    .top-news {
        min-height: auto;
    }
    .top-news p  {
       display: none;
    }
    .el-col-12 {
        width: 50%;
    }
    .ztmlcont { margin-top: -10px;}
    .ztmlcont li>a {

    }
    .ztmlcont li {
        height: 138px;
    }
  a.l-bnt {
        font-size: 14px;
    }
    .ztmk-bg1,.ztmk-bg2 {
        padding: 20px  0 32px 0;
    }
    .ztmltab {
        padding: 10px 0 10px 0;
    }

    .tablist li {
        height: 220px;
    }
    .tb-item {
         height: 200px;
    }
    .srcoll-picbox  .el-col-5 {
        width: 25%;
    }
    .srcollwarp {
        height: 112px;
        overflow: hidden;
    }
    .tb-item>h4 {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width:425px) {
    .banner {
        background-size: 140%;
        height: 160px;
    }
    .top-news {
        padding: 16px 10px;
    }
    .tablist .el-col-6,.zclist .el-col-12 {
        width: 100%;
    }
    .tb-item {
        padding: 16px;
        height: 248px;
        margin-top: 20px;
    }
    .tb-item h4 {
        margin-bottom: 10px;
    }
    .tablist li {
        height: auto;
    }
    .ztmltab {
        padding: 10px 0 10px 0;
    }
    .ztmk-bg1 {
        margin-top: -70px;
    }
    .src-pic-item {
        width: 50%;
    }
    .linkbox  .el-col-8{
width: 100%;
        margin-bottom: 16px;
    }
    .srcoll-picbox  .el-col-5 {
        width: 50%;
    }
    .ztmlcont li .list-item>a {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 28px;
    }
    .ztmlcont a.l-bnt {
        margin-top: 12px;
        padding: 4px 12px;
    }
    .ztmlcont li .list-item>p{
       /* margin-bottom: 16px;*/
    }
    .ztmlcont li {
        height: auto;
    }
    .tb-item>h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .tb-item {
        height: auto;
        padding-bottom: 38px;
    }
    .tb-item>p {
        line-height: 20px;
    }
    .tb-item>a.more-icon {
        bottom: 18px;
    }
    .ztmk-bg1, .ztmk-bg2, .ztmk-bg3 {
        padding: 10px 0 20px 0;
    }
    .ztml-tabitem {
        font-size: 18px;
    }
    .ztml-tabitem a {
        padding: 8px 12px;
    }
    .ztmltit span {
        width: 100%;
        margin-left: -50%;
    }
    .yjpic {
        height: 80px;
        background-size: 300%;
    }
}
@media only screen and (max-width:375px) {
    .banner {
        background-size: 150%;
        height: 160px;
    }
}


@media only screen and (max-width:320px) {
    .linkpic {
        display: block;
height: 100px;
  }
}



