@charset "utf-8";
/*
@font-face {
    font-family: '思源黑体CN';
    src: url("../font/SourceHanSansSC-Bold.otf");
}
@font-face {
    font-family: '思源黑体CN-rg';
    src: url("../font/SourceHanSansSC-Regular.otf");
}
@font-face {
    font-family: '思源宋体CN';
    src: url("../font/SourceHanSerifCN-Bold.otf");
}
@font-face {
    font-family: '思源宋体CN-rg';
    src: url("../font/SourceHanSerifCN-Regular.otf");
}
*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}
img{display:block;padding:0;border:none;-ms-interpolation-mode:bicubic;max-width:100%;max-height:100%}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.wrap{
    max-width: 1380px;
    margin: 0 auto;
    /*width: 94%;*/
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.bg_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}
.bg_img .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .bg_img .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover {
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.overfloat-dot{white-space:nowrap;text-overflow: ellipsis;overflow: hidden;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.l3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.l4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.l5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.pore{position:relative}
body.navShow{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.head .w{
    max-width: 1198px;
    margin: 0 auto;
}
.head .d1 a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #b20115;
    vertical-align: middle;
}
.head .d1 .ll a{
    margin-right: 24px;
}
.head .d1 .rr a{
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid rgba(178, 1, 21, 0.3);
}
/*
.head .d1 .rr a:nth-of-type(1){
    border-left:none;
}
*/
.head .d1 .rr a[onclick="st_convert(0)"]{padding-left:0;margin-left:0;border-left:none;}
.head .d1 .rr a.log{
    padding-left: 45px;
    background: url("../images/log.png") no-repeat left 19px center;
    background-size: 17px 19px;
}
.head .d1 .rr a.reg{
    padding-left: 50px;
    background: url("../images/reg.png") no-repeat left 20px center;
    background-size: 20px 20px;
}
.head .d1 a:hover{
    text-decoration: underline;
}
.head .d2 .logo{
    width: 354px;
    height: 217px;
    margin: 34px auto 30px;
}
.head .d2 .logo img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.head .search{
    width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.head .search .inp{
    display: block;
    width: 100%;
    background: #fff;
    line-height: 60px;
    font-size: 16px;
    color: #8b8a8a;
    height: 60px;
    padding-left: 30px;
    padding-right: 140px;
}
input::placeholder{
    color: #8b8a8a;
}
input::-ms-input-placeholder{
    color: #8b8a8a;
}
input::-moz-placeholder{
    color: #8b8a8a;
}
input::-webkit-input-placeholder{
    color: #8b8a8a;
}
.head .search .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 60px;
}
.head{
    padding-top: 16px;
    padding-bottom: 157px;
    background: url("../images/banner.jpg") no-repeat 50%;
    background-size: cover;
}
.nav>ul{
    position: relative;
}
.nav>ul>li{
    float: left;
    width: 12.5%;
}
.nav>ul>li>a{
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    transition: all .3s;
    position: relative;
}
.nav .navList>li>a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s;
}
.nav .navList>li.on>a:after,
.nav .navList>li.active>a:after{
    width: 40px;
}
.nav .navList>li.on>a,
.nav .navList>li.active>a{
    font-weight: 600;
}




.foot{
    padding: 40px 0 30px;
    background: #b31a2c;
}
.foot>div{
    padding: 0 74px;
}
.foot .ftbs{
    overflow:hidden;
}
.foot .ftlink{
    margin-bottom: 42px;
}
.foot .ftlink dl{
    float: left;
    margin-left: 3.3%;
    width: 22.52%;
    position: relative;
}
.foot .ftlink dl:first-child{
    margin-left: 0;
}
.foot .ftlink dl dt{
    position: relative;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, 0.12);
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size:14px;
}
.foot .ftlink dl dt:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: '';
    width: 9px;
    background: url("../images/ftlink.png") no-repeat 50%;
    background-size: 9px 16px;
    transition: .3s
}
.foot .ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}
.foot .ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.foot .ftlink dl dd ul li a:hover{
    color:  #c70000;
}
.foot .ftlink dl dd{
    position: absolute;
    /*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.foot .ftlink dl dd ul{
    height: 390px;
    overflow-y: auto;
}
.foot .ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#b20115 0%,#bd1a2d 100%);
}
.foot .ftbs .f-l{
    font-size: 0;
    margin-top: 10px;
    padding-left: 14px;
    padding-right: 18px;
    position: relative;
}
.foot .ftbs .f-l:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}
.foot .ftbs .f-l a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}
.foot .ftbs .f-l a.a1 img{
    width: 56px;
    height: 68px;
}
.foot .ftbs .f-l a.a2 img{
    width: 110px;
    height: 55px;
}
.foot .ftbs .f-txt{
    padding-left: 40px;
}
.foot .ftbs .a-txt a{
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    padding-left: 17px;
    margin-left: 17px;
    border-left: 1px solid #fff;
}
.foot .ftbs .a-txt a:first-child{
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.foot .ftbs .a-txt{
    margin-bottom: 10px;
}
.foot .ftbs .p-txt p>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 28px;
}
.foot .ftbs .p-txt p a i{
    display: inline-block;
    width: 17px;
    height: 19px;
    margin-right: 10px;
    background: url("../images/f-icon03.png") no-repeat 50%;
    vertical-align: text-bottom;
}

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 4%;
    background: transparent;
    height: 75px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15);*/
}
.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #bd1a2d;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}
.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 104px;
    bottom: 0;
    overflow-y: auto;
}
.btn-search input[type='text']{
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    border: rgba(255, 255, 255, 0.13) solid 1px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 70px;
}

.btn-search input[type='text']::placeholder{
    color: #fff;
}
.btn-search input[type='text']::-ms-input-placeholder{
    color: #fff;
}
.btn-search input[type='text']::-moz-placeholder{
    color: #fff;
}
.btn-search input[type='text']::-webkit-input-placeholder{
    color: #fff;
}

.btn-search input[type='image']{
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.btn-search{
    padding: 0 2%;
    margin-bottom: 15px;
}

/*留言弹窗*/
.levmsg .logCon{
    padding: 20px;
}
.levmsg .logCon p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.levmsg{
    height: 100%;
    display: none;
}
.levmsg .logCon a{
    margin-left: 0;
}

@media screen and (max-width: 1380px){
    .wrap{
        width: 100%;
        padding: 0 20px ;
    }
    .foot>div{
        padding: 0 20px;
    }
}
@media screen and (max-width: 1060px){
    .pc{
        display: none;
    }
    html,body{
        overflow-x: hidden;
    }
    .head{
        /*  margin-top: 75px;*/
        padding-bottom: 30px;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
        align-items:center;
    }
    .wap-head .logo img{
        max-height: 45px;
    }
    .wap-head .logo a{
        display: flex;
        align-items: center;
    }
    .wap-head .logo img:first-child{
        margin-right: 10px;
    }
    .wap-head .navbtnm {
        width: 86px;
        height: 65px;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 75px;
        background: url("../images/menu2.png") no-repeat 50%;
        background-size: 32px 32px;
        transition: all .3s;
    }
    body.navShow .wap-head .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .big-nav .scroll li h2 {
        font-size: 18px;
        line-height: 3.3em;
        padding-left: 6%;
        position: relative;
    }

    /*.big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        width: 18px;
        background: url("../images/nav-icon.png") no-repeat 50%;
        background-size: 18px;
        color: #fff;
        transition: .3s;
    }*/
    .big-nav .scroll li a {
        color: #fff;
    }
    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
    }
    .big-nav .scroll li .list h3 {
        font-size: 14px;
        border-top: rgba(255,255,255,.13) solid 1px;
        padding: 10px 0;
        line-height: 25px;
        font-weight: 400;
    }
    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0;
    }
    .big-nav{
        overflow-y: auto;
        padding-bottom: 20px;
    }
    .big-nav .scroll {
        position: static;
        padding-top: 90px;
    }
    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .m-tlink {
        padding: 0 10px  10px;
    }

    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #bd1a2d;
        line-height: 36px;
        padding: 0 10px;
        border-radius: 5px;
    }

    .foot .ftbs .f-txt{
        padding-left: 20px;
    }
    .foot .ftbs .f-l{
        padding-right: 0;
    }
}
@media screen and (max-width: 900px){
    .nav>ul>li{
        width: 25%;
    }
    .head .d2 .logo{
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin:  0 0 20px;
    }
    .head .d2 .logo img{
        margin: 0 auto;
    }
    .head .search{
        width: 80%;
    }
    .nav>ul>li>a{font-size: 20px;line-height: 48px}
    .foot .ftlink dl{
        float: none;
        width: auto;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .foot .ftbs .f-l{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .foot .ftbs .f-l:after{
        display: none;
    }
    .foot .ftbs .f-txt{
        float: none;
        padding-left: 0;
    }
    .foot .ftlink{
        margin-bottom: 25px;
    }
    .foot{
        padding: 20px 0;
    }


}
@media screen and (max-width: 640px){
    .wrap{
        width: 100%;
        padding: 0 10px 20px!important;
    }
    .btn-search input[type='image']{
        right: 30px;
    }
    .big-nav .scroll li h2{
        font-size: 16px;
        line-height: 50px;
    }
    .head .d2 .logo img{
        max-width: 60%;
    }
    .head .search{
        width: 90%;
    }
    .head .search .inp{
        line-height: 48px;
        font-size: 14px;
        height: 48px;
        padding-left: 15px;
        padding-right: 110px;
    }
    .head .search .sub{
        width: 96px;
        height: 48px;
    }
    .wap-head{
        height: 65px;
    }
    .wap-head .navbtnm i{
        height: 65px;
    }
    .big-nav .scroll{
        padding-top: 80px;
    }
    .wap-head .navbtnm{
        width: 60px;
    }
    .btn-search input[type='text']{
        font-size: 14px;
        line-height: 44px;
        height: 44px;
    }
    .btn-search input[type='image']{
        width: 20px;
        height: 20px;
    }
    .layui-layer{
        width: 80% !important;

    }
    .layui-layer p{
        font-size: 14px !important;
    }

}


/*2023-4-24 登录美化*/
.layui-layer{
    border-radius: 10px !important;
    overflow: hidden;
}
.loginBox{
    display: none;
    height: 100%;
}
.loginBox .logCon{
    overflow:hidden;
}
.tcTit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #b31a2c;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.layui-layer-setwin .layui-layer-close2{
    top: -11px !important;
    right: -5px !important;
    background-position: -104px -32px !important;
}
.layui-layer-content{
    overflow: hidden !important;
}
.logCon {
    height: 100%;
    margin-top: 40px;
    max-height: calc(100% - 40px);
    overflow-y: scroll;
    padding-top: 38px;
    text-align: center;
    background: url("../images/tcbg.jpg") no-repeat bottom center;
    background-size: cover;
}
.logCon a:first-child{
    margin-left: 0;
}
.logCon a{
    display: inline-block;
    width: 115px;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #b31a2c;
    border-radius: 5px;
    background: #f9d8db;
    margin-left: 27px;
}
.logCon a:hover{
    background: #b31a2c;
    color: #fff;
}
/*2023-4-24 登录美化*/




/*表格自适应开始*/
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;
}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);
}
/*表格自适应结束*/


/*2023-4-28 政务公开*/
.openzw  .box{
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 37px 37px 53px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}
.openzw  li{
    width: 18.15%;
    display: block;
    text-align: center;
    font-size: 0;
    padding-top: 39px;
    padding-bottom: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    position: relative;
}
.openzw  li a{
    display: block;
}
.openzw  a span{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: left center;
}


.openzw li.a1 span{
    background-image: url("../images/n_nav001.png");
}
.openzw li.a2 span{
    background-image: url("../images/n_nav002.png");
}
.openzw li.a3 span{
    background-image: url("../images/n_nav003.png");
}
.openzw li.a4 span{
    background-image: url("../images/n_nav004.png");
}
.openzw li.a5 span{
    background-image: url("../images/n_nav005.png");
}
.openzw li.a1 {
    background-image: url("../images/n_nav01.jpg");
}
.openzw li.a2 {
    background-image: url("../images/n_nav02.jpg");
}
.openzw li.a3 {
    background-image: url("../images/n_nav03.jpg");
}
.openzw li.a4 {
    background-image: url("../images/n_nav04.jpg");
}
.openzw li.a5 {
    background-image: url("../images/n_nav05.jpg");
}

.openzw li .sub{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0;
    visibility: hidden;
}
.openzw li .sub dd a{
    font-size: 14px;
    color: #444;
    display: block;
    padding-left: 30px;
    text-align: left;
    position: relative;
}
.openzw li .sub dd a:before{
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b31a2c;
    transform: translateY(-50%);
}
.openzw li .sub dd{
    padding: 8px 0;
}
.openzw li .sub dd a:hover{
    color: #b31a2c;
}
.openzw li:hover .sub{
    opacity: 1;
    visibility: visible;
}
.openzw {
    margin-bottom: 30px;
    display: none;
}
@media screen and (max-width: 1060px){
    .openzw .box{
        padding: 20px;
    }
    .openzw a span{
        font-size: 22px;
        padding-left: 38px;
        background-size: 28px;
    }
    .openzw li{
        padding: 30px 0;
    }
}
@media screen and (max-width: 900px){
    .openzw .box{
        padding: 20px 20px 0;
        justify-content: flex-start;
    }
    .openzw .box li{
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 768px){
    .openzw .box li{
        width: 32%;
    }
    .openzw .box li:nth-child(4n+1){
        margin-left: 2%;
    }
    .openzw .box li:nth-child(3n+1){
        margin-left: 0;
    }
}
@media screen and (max-width: 640px){
    .openzw .box{
        padding: 10px 10px 0;
        justify-content: space-between;
        border-radius: 0;
    }
    .openzw .box li{
        width: 48%;
        margin-left: 0;
        padding: 20px 0;
    }
    .openzw .box li:nth-child(3n+1),
    .openzw .box li:nth-child(4n+1){
        margin-left: 0;
    }
    .openzw .box li:last-child{
        width: 100%;
    }
    .openzw a span{
        padding-left: 26px;
        background-size: 22px;
    }
}


body .head, body .head .w, body .head .w .d2, body .head .w .d2 .logo, body .head .w .d2 .logo a, body .head .w .d2 .logo a img:first-child{filter:none;}
body > .head ,body > .head > div ,body > .head > div > .d2 ,body > .head > div > .d2 > .logo ,body > .head > div > .d2 > .logo > a ,body > .head > div > .d2 > .logo > a > img:first-child {filter:none;}
body > .wap-head ,body > .wap-head > div ,body > .wap-head > div > a ,body > .wap-head > div > a > img:first-child {filter: none;}
body > .bulletin, body > .bulletin > .buln-head, body > .bulletin > .buln-head > a, body > .bulletin > .buln-head > a > img:first-child {filter:none;}