a,a:hover{
    text-decoration: none;
}
img,a{
    border: none;
}
ul,li{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
body{
    font-family:"微软雅黑","黑体","STHeiti","Microsoft YaHei";
    font-size: 16px;
    
}
.clear{
    clear: both;
}

/*漂浮*/
.header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    padding:0px;
    background:url(../images/header-bg.jpg) no-repeat center 20%;
    background-size:auto 100%;
    margin-top: -15px;
}
/*logo*/
.header .top{
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .top img{
    max-height: 108px;
}
/*导航*/
.header .nav{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    height: 57px;
    line-height: 53px;
    padding-top: 2px;
    padding-bottom:2px;
    width:100%;
    background: #13367c;
}
.header .navbar_nav{
    width: 80%;
    float: left;
}
.header .navbar_nav>li{
    float:left;
    position: relative;
    display: block;
    width: 12.5%;
    text-align: center;
}
.header .navbar_nav>li:hover:after{
    width: 100%;
}
.header .navbar_nav>li>a{
    text-decoration: none;
    height: 100%;
    padding: 0 15px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffe4;
    font-size: 16px;
}
.header .navbar_nav>li:hover>a{
    color: #ffcb00;
}
.header .navbar_nav>li.dropdown{
    display: inherit;
    position: relative;
}
.header .navbar_nav>li.dropdown>.dropdown_menu{
    display: none;
    position: absolute;
    top:53px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-top:2px solid #0d2f6e;
}
.dropdown2{
    display: inherit;
    position: relative;
}
.dropdown-menu2{
    display: none;
    position: absolute;
    top:0px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 200px;
    left: 100%;
}
.header .navbar_nav>li.dropdown>.dropdown_menu>li>a,.dropdown-menu2>li>a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 0px;
    line-height: 46px;
    text-align: center;
    background: #fff;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu,.dropdown2:hover>.dropdown-menu2{
    display: block;
    background: #0d2f6e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a,.dropdown-menu2>li>a{
    color: #666;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a:hover,.dropdown-menu2>li>a:hover{
    background:#0d2f6e;
    width:100%;
    display:block;
    color: #fff;
}

.m_nav{
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000000000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .top .closed{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float:right;
    cursor: pointer;
}
.m_nav>.ul{
    margin-top: 30px;
}
.m_nav>.ul>li{
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open>.ul>li{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav>.ul>li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li>a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: 100%;
}
.m_nav>.ul>li>.dropdown_menu,.m_nav>.ul>li>.dropdown_menu>.dropdown2>.dropdown-menu2{
    display: none;
}
.m_nav>.ul>li.dropdown.active>.dropdown_menu,.m_nav>.ul>li>.dropdown_menu>.dropdown2.active>.dropdown-menu2{
    display: block;
}
.m_nav>.ul>li>.dropdown_menu>li>a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
}
.m_nav>.ul>li>.dropdown_menu>li>a:last-child{
    border: none;
}
.f-search{
    width: 20%;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-top:10px;
    padding:0px 10px;
}
.f-search input[type="text"]{
    width:188px;
    height:36px;
    float:left;
    border:0;
    background:#2759bc;
}
.f-search button{
    width:42px;
    height:36px;
    background:none;
    text-align:center;
    color:#fff;
    float:left;
    border:0px;
    line-height: 28px;
    background:#194397;
}
.f-search i{
    font-size:14px;
}
.banner{
    width: 100%;
    overflow-x: hidden;
}

/*轮番图*/
#slider .banner-title{position: absolute; bottom: 68px; right: 5%;z-index:181;}
#slider .banner-title a{ font-size: 32px;font-weight: bold; color: #fff; text-shadow: 2px 2px 2px #000;}

.main{
    margin-top: 30px;
}
/*按钮*/
.btns{
    width: 100%;
}
.btn01,.btn02,.btn03{
    width: 100%;
    line-height: 71px;
    padding:8px 0px;
}
.btn01{
    background: #132d66;
}
.btn02{
    background: #d39123;
    margin-top: 30px;
}
.btn03{
    background: #0e90b2;
    margin-top: 30px;
}
.btn01:hover{
    background: #1c459e;
}
.btn02:hover{
    background: #f5a92a;
}
.btn03:hover{
    background: #16b3dc;
}
.btn01 a,.btn02 a,.btn03 a{
    width: 90%;
    margin-left: 5%;
    line-height: 71px;
    background-size: 100%;
    display: block;
    color: #fff;
    font-size: 24px;
    padding-left: 72px;
}
.btn01 a{
    background: url(../images/icon01.png) no-repeat left center;
}
.btn02 a{
    background: url(../images/icon02.png) no-repeat left center;
}
.btn03 a{
    background: url(../images/icon03.png) no-repeat left center;
}
/*工作动态*/
.lm-title{
    width: 100%;
    line-height: 42px;
    border-bottom: 2px solid #d7d7d7;
}
.lm-title2{
    border-bottom: 2px solid #133272;
    margin-bottom: -2px;
    color: #133272;
    font-size: 24px;
    /* width: 120px;
    text-align: center; */
}
.font-style01{
    color: #d39123;
}
.news-left{
    margin-top: 15px;
    padding-left: 0px;
}
.news-right{
    margin-top: 15px;
    padding-right: 0px;
}
.top-news{
    width: 100%;
    background: #f0f0f0;
    padding:15px;
}
.top-news-img{
    width: 50%;
    float: left;
}
.top-news-img img{
    width: 100%;
}
.top-news-right{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.top-news-date{
    font-size: 18px;
    color: #d39123;
    line-height: 42px;
}
.top-news-title{
    height: 64px;
    line-height: 32px;
    overflow: hidden;
    margin-top: 10px;
}
.top-news-title a{
    font-size: 16px;
    color: #133272;
}
.top-news-con{
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 15px;
}
.top-news-con div{
    color: #858585;
    font-size: 14px;
}
.news .news-item{
    border-bottom:1px solid #c9c9c9;
    float: left;
    line-height: 52px;
    width: 100%;
}
.news .news-item-date{
    float: left;
    width: 25%;
    color: #676767;
}
.news .news-item-title{
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-item-title a{
    color: #000;
}
.news-item-title a:hover{
    color: #133272;
}
/*通知公告*/
.notice{
    padding-left: 15px;
    width: 100%;
    margin-top: 30px;
}
.notice-con{
    width: 100%;
}
.notice-item{
    margin-top: 16px;
    float: left;
    width: 100%;
}
.notice-title{
    width: 75%;
    float: left;
    height: 66px;
    line-height: 32px;
    overflow: hidden;
    padding-right: 15px;
    border-bottom: 1px solid #c9c9c9;
    margin-right: 5%;
}
.notice-title a{
    
    display: block;
    float: left;
    width: 100%;
    background: url("../images/arrow.jpg") no-repeat 0px 10px;
    padding-left: 20px;
    color: #000;
}
.notice-title a:hover{
    color: #133272;
}
.notice-date{
    width: 20%;
    float: left;
    background: #d39123;
    color: #fff;
    height: 67px;
    padding:10px 5px;
    text-align: center;
}
.day{
    font-size: 18px;
}

/*支部建设*/
.zbjs{
    padding-top: 30px;
}
.focus{position:relative;width:100%;height:auto;background-color:#000;margin:0px auto 0 auto;}  
.focus img{width:100%;height:auto;} 
.focus .shadow .title{width:70%;height:65px;padding-left:30px;padding-top:20px;}
.focus .shadow .title a{text-decoration:none;color:#fff;font-size:14px;font-weight:bolder;overflow:hidden;}
.focus .btn{position:absolute;bottom:34px;left:70%;overflow:hidden;zoom:1;} 
.focus .btn a{position:relative;display:inline;width:13px;height:13px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}  
.focus .btn a:hover,.focus .btn a.current{cursor:pointer;background:#fc114a;}  
.focus .fPic{position:absolute;left:0px;top:0px;}  
.focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;}  
.focus .shadow{width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:80px;line-height:64px;background:rgba(0,0,0,0.6);  
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;display:block;text-align:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}  
.focus .shadow a{text-decoration:none;color:#fff;font-size:16px;overflow:hidden;margin-left:10px;font-family:"\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{position:relative;width:100%;float:left;display:none;background:#000  }  
.focus .fcon img{display:block;}  
.focus .fbg{bottom:10px;right:20px;position:absolute;height:21px;text-align:center;z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative;display:inline;width:12px;height:12px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none;font-style:normal;}    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background:url(../images/focus_btn.png) no-repeat;}
.focus .prev{top:50%;margin-top:-37px;left:0;background-position:0 -74px;cursor:pointer;}  
.focus .next{top:50%;margin-top:-37px;right:0;background-position:-40px -74px;cursor:pointer;}  
.focus .prev:hover{background-position:0 0;}  
.focus .next:hover{background-position:-40px 0;}  
.zbjs .news-item{
    border-bottom:1px solid #c9c9c9;
    float: left;
    width: 100%;
    padding:8px 0px;
}
.zbjs .news-item-date{
    float: left;
    width: 25%;
    color: #676767;
    line-height: 46px;
}
.zbjs .news-item-title{
    float: left;
    width: 75%;
    overflow: hidden;
    height: 46px;
    line-height: 23px;
}
.zbjs .news-item-title a{
    color: #000;
}
.zbjs .news-item-title a:hover{
    color: #133272;
}

/*专业*/
/*20200915*/
.zy{
    margin-top: 30px;
}
.zy-item{
    width: 12.5%;
    float: left;
    padding:15px;
}
.zy-item-con{
    width: 100%;
    display: block;
    border: 1px solid #133272;
    padding: 15px;
    text-align: center;
}
.zy-item-con a{
    color: #133272;
    font-size: 20px;
}
.zy-item-con:hover{
    border: 1px solid #d39123;
}
.zy-item-con:hover a{
    color: #d39123;
}
.zy-item-img img{
    width: 96px;
    height: 96px;
}

/*温馨提示*/
.wxts{
    margin-top: 30px;
    background: #f3f3f3;
    padding:30px;
}
.wxts-title{
    width: 120px;
    line-height: 46px;
    background: #e70012;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    left: 50%;
    margin-left: -60px;
}
.wxts-con{
    border-radius: 25px;
    background: #fff;
    padding:30px;
    color: #e70012;
    line-height: 32px;
    margin-top: 30px;
}

/*曝光台、投诉建议*/
.btns2{
    margin-top: 30px;
}
.btns2 li{
    width: 48%;
    float: left;
    text-align: center;
    padding:15px;
    background: #e5e5e5;
}
.bgt{
    margin-right: 2%;
}
.ts{
    margin-left: 2%;
}
.bgt a{
    width: 100%;
    display: block;
    background: url("../images/icon04.png") no-repeat center 18%;
    padding:25px 15px;
    padding-top: 80px;
    font-size: 24px;
    color: #132d66;
}
.ts a{
    width: 100%;
    display: block;
    background: url("../images/icon05.png") no-repeat center 18%;
    padding:25px 5px;
    padding-top: 80px;
    font-size: 24px;
    color: #132d66;
}
.bgt:hover,.ts:hover{
    background: #132d66;
}
.bgt:hover a{
    color: #fff;
    background: url("../images/icon04-on.png") no-repeat center 18%;
}
.ts:hover a:hover{
    color: #fff;
    background: url("../images/icon05-on.png") no-repeat center 18%;
}
/*项目列表*/
.xmlb{
    margin-top: 20px;
}
.xmlb-con{
    margin-top: 30px;
    text-align:center
}

.xmlb-con .table-responsive thead{
    background: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.xmlb-con .table-responsive th{
    padding:15px;
    line-height: 24px;
}
.xmlb-con .table-responsive tbody td{
    line-height: 24px;
    padding:15px 5px;
}

/*footer*/
.footer{
    background: #132d66;
    margin-top: 30px;
    width: 100%;
}
.footer .container{
    background: url("../images/footer-bg.jpg") bottom right no-repeat;
    padding:30px 0px;
}
.footer-left{
    /* border-right: 1px solid #fff; */
}
.footer-right{
    padding-left: 50px;
}
.footer-title{
    font-size: 24px;
    color: #d19221;
}
.bxjg,.lxwm{
    margin-top: 15px;
}
.bxjg li{
    width: 50%;
    padding-right: 15px;
    float: left;
    line-height: 32px;
}
.bxjg li a{
    color: #fff;
}
.lxwm li{
    line-height: 32px;
    color: #fff;
}
@media(min-width:1600px){
    .header>.container,.nav>.container,.main>.container,.footer>.container,.banner .container{
        width: 80%;
    }
    .btn01,.btn02,.btn03{
        padding:12px 0px;
    }
    .news .news-item{
        line-height: 56px;
    }
    .notice-title{
        height: 76px;
        padding-top:5px;
        padding-bottom:5px;
    }
    .notice-date{
        height: 78px;
        padding:14px 5px;
    }
    .zbjs .news-item{
        padding:12px 0px;
    }
}
@media(max-width:1599px){
    body{
        font-size: 14px;
    }
    .header img{
        margin-top: 6px;
        max-height: 80px;
    }
    .header>.container,.nav>.container,.main>.container,.footer>.container,.banner .container{
        width: 95%;
    }
}
@media(max-width:1280px){
    .header{
        background-size: auto 100%;
    }
    .f-search input[type="text"]{
        width:158px;
    }
    .f-search button{
        width:42px;
    }
    .btn01 a,.btn02 a,.btn03 a,.btns2 li a,.zy-item a{
        font-size: 20px;
    }
    .btn02,.btn03{
        margin-top: 20px;
    }
    .news .news-item{
        line-height: 48px;
    }
    .notice-title{
        margin-top: 0px;
        height: 58px;
        line-height: 28px;
    }
    .notice-date{
        padding:5px 5px;
        height: 55px;
    }
    .zbjs .news-item-date{
        line-height: 42px;
    }
    .zbjs .news-item-title{
        height: 42px;
        line-height: 21px;
    }
    .zbjs .news-item{
        padding:7px 0px;
    }
    .zbjs .news-item:first-child{
        padding-top: 0px;
    }
    .wxts-con{
        padding:15px;
    }
    .xmlb-con{
        margin-top: 15px;
    }
    .xmlb-con .table-responsive tbody td{
        line-height: 24px;
        padding:5px 5px;
    }
    
}
@media(max-width:1200px){
    body{
        font-size: 14px;
    }
    .f-search input[type="text"]{
        width:150px;
    }
    .header a img{
        height: 56px;
    }
    .header .nav{
        padding-right: 20px;
    }
    .header .navbar_nav li a{
        padding:0px 8px;
        font-size: 14px;
    }
    .header .navbar_nav li{
        line-height: 48px;
    }
    
    .header .navbar_nav li.dropdown .dropdown_menu{
        width: 160px;
        top: 48px;
    }
    .header .navbar_nav>li:last-child .dropdown_menu{
        left: 0;
    }
    .wxts-con{
        padding:25px;
    }
}
@media(max-width:1024px){
    .header a img{
        width: 350px;
        height: auto;
        margin-bottom: -10px;
    }
    .f-search input[type="text"]{
        width:120px;
    }
    .news .news-item{
    line-height: 42px;
    }
    .news .news-item-date,.zbjs .news-item-date{
        width: 30%;
    }
    .news .news-item-title,.zbjs .news-item-title{
        width: 70%;
    }
    .top-news-title{
        height: 48px;
        line-height: 24px;
        margin-top: 0px;
    }
    .top-news-title a{
        font-size: 14px;
    }
    .btns a{
        font-size: 18px;
    }
    .btn01,.btn02,.btn03{
        padding:19px;
    }
    .btn01,.btn02,.btn03{
        line-height: 72px;
    }
    .btn01 a,.btn02 a,.btn03 a{
        line-height: 40px;
        background-size: auto 100%;
        padding-left: 56px;
    }
    .notice-date{
        width: 25%;
    }
    .notice-title{
        width: 70%;
    }
    .wxts{
        padding:25px 20px;
    }
    .wxts-con{
        padding:15px;
    }
    .bgt a,.ts a{
        font-size: 18px;
        padding:15px 5px;
        padding-top: 70px;
    }
    .lm-title2{
        font-size: 18px;
        width: 100px;
    }
}
@media screen and (max-width: 992px){
    .header{
        padding: 0px;
    }
    .header a img{
        width: 400px;
        height: auto;
        margin-top: 15px;
        margin-bottom: -20px;
    }
    .header #navToggle {
        height: 100%;
        padding: 9px 15px;
        display: inline-block;
        float: right;
    }
    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: -49px;
        margin-bottom: 0px;
        margin-right: 30px;
    }
    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }
    .header #navToggle span:before {
        top: 8px;
    }
    .header #navToggle span:after {
        bottom: 10px;
    }
    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .header #navToggle.open span {
        background: none;
    }
    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }
    
    .header .nav{
        display: none;
    }
    .btn01{
        width: 33.3%;
        float: left;
    }
    .btn02{
        width: 33.3%;
        float: left;
        margin-top: 0px;
    }
    .btn03{
        float: left;
        width: 33.3%;
        margin-top: 0px;
    }
    .gzdt{
        padding-top: 30px;
    }
    .notice-item{
        width: 100%;
    }
    .notice-title{
        width: 75%;
        height: 66px;
        line-height: 32px;
    }
    .notice-date{
        width: 20%;
    }
    
    /*20200915*/
    .zy-item-img img{
        width: 72px;
        height: 72px;
    }
    .zy-item-con{
        height: 150px;
        padding:20px 15px;
    }
}
@media(max-width:767px){
    .header a img{
        width: 80%;
        margin-bottom: -20px;
    }
    .header #navToggle span {
        margin-bottom: 0px;
        margin-top: -40px;
        margin-right: 20px;
    }
    .btn01,.btn02,.btn03{
        width: 100%;
    }
    .btns{
        margin-top: -50px;
    }
    .news-left{
        padding-right: 0px;
    }
    .tzgg{
        padding-left: 0px;
    }
    .news-right{
        padding-left: 0px;
    }
    .zy-item{
        width: 50%;
    }
    .zy-item a{
        height: 180px;
    }
    .footer{
        padding:15px;
    }
    .footer-left{
        border: none;
    }
    .footer-right{
        padding-left: 15px;
        padding-top: 30px;
    }
    .footer .container{
        background-size: 100% auto;
    }
}
@media(max-width:413px){
    .notice-title{
        width: 70%;
    }
    .notice-date{
        width: 25%;
    }
    .zy-item a{
        padding-left:0px;
        padding-right:0px;
    }
}
@media(max-width:360px){
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.more{
    float: right;
    margin-top: 0px;
}
.more a{
    color: #d5b557;
}
.qrcode{
    margin-top: 25px;
}