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;
}
*{
    margin:0px auto;
}
.clear{
    clear: both;
}

/*漂浮*/
.header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    padding:0px;
    background:#fff;
}
/*logo*/
.flower{
    position:absolute;
    z-index:9999;
    right:0;
    top:0;
}
.flower img{
    height:250px;
}
.icon{
    padding-right: 120px;
    padding-top: 15px;
}
.icon li{
    width: 33.3%;
    float:left;
    padding:10px;
}
.icon li img{
    width: 72px;
}
.header .top{
    padding-top:10px;
    padding-bottom: 20px;
}
.header .top img{
    max-height: 84px;
}
/*导航*/
.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: #c00b0b;
}
.header .navbar_nav{
    width: 85%;
    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 5px;
    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 #c00b0b;
}
.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: #c00b0b;
    -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:#c00b0b;
    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: 15%;
    color: #454545;
    font-size: 14px;
    float: right;
    margin-top:10px;
    padding:0px 10px;
}
.f-search input[type="text"]{
    width:100px;
    height:36px;
    float:left;
    border:0;
    background:#eaedf7;
    border-radius:15px 0px 0px 15px;
}
.f-search button{
    width:42px;
    height:36px;
    text-align:center;
    color:#454545;
    float:left;
    border:0px;
    line-height: 28px;
    background:#eaedf7;
    border-radius:0px 15px 15px 0px;
}
.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;
}
.lm-title{
    border-bottom: 1px solid #c00b0b;
    width: 100%;
    line-height: 56px;
    font-size: 24px;
    color: #c00b0b;
}
.lm-title span{
    display: inline-block;
    line-height: 56px;
    padding:0px 5px;
}
.more{
    float: right;
    margin-top: -32px;
}
.more a{
    color: #868686;
}

/*图片新闻*/

.news-item{
    width: 100%;
    margin-top: 30px;
}
.news-item-img,.news-item-img img{
    width: 100%;
}
.news-item-title{
    border:1px solid #e6e6e6;
    padding:15px;
    width: 100%;
}
.news-item-title a{
    width: 100%;
    overflow: hidden;
    display: block;
    height: 56px;
    line-height: 28px;
    color: #000;
}
.news-item-title a:hover{
    color: #133272;
}

.tz-fw{
    background: url("../images/bf.jpg")  no-repeat center;
    background-size:auto 100%;
    width: 100%;
    padding:30px 0px;
    margin-top: 50px;
}
.tz-fw .lm-title,.footer .lm-title{
    color: #ffcb4c;
    border-bottom: 1px solid #ffcd4c;
}
.tz-fw .more a,.footer .more a{
    color: #fff;
}
/*通知公告*/
.notice{
}
.notice-con{
    margin-top: 30px;
    background-color: rgba(255,255,255,0.6);
    background: #fff;            
    opacity: 0.6;
    float: left;
    padding:15px;
    padding-bottom: 30px;
    width: 100%;
}
.notice-item{
    line-height: 48px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
}
.notice-title{
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.notice-title a{
    color: #000;
}
.notice-title a:hover{
    color: #c00b0b;
}
.notice-date{
    width: 20%;
    float: right;
    text-align: right;
}

/*党建*/
.dj-jj{
    margin-top: 50px;
}
.dj,.xyfc,.xdtx,.rdzt{
    margin-top: 30px;
}
.dj-img{
    overflow: hidden;
}
.dj-img,.dj-img img{
    width: 100%;
}
.dj-img img{
    position: relative;
}
.dj-title{
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: rgba(189,0,0,0.8);
    float: left;
    position: absolute;
    z-index: 99;
    top: 0px;
}
.xyfc .dj-title{
    background-color: rgba(2,153,63,0.8);
}
.xdtx .dj-title{
    background-color: rgba(2,73,153,0.8);
}
.rdzt .dj-title{
    background-color: rgba(227,112,0,0.8);
}
.dj-con{
    width: 100%;
    padding:15px;
    box-shadow: 0 0 10px #969696;
    -webkit-box-shadow:0 0 10px #969696;
    -o-box-shadow:0 0 10px #969696;
    -moz-box-shadow:0 0 10px #969696;
    background: #fff;
    float: left;
    padding-bottom: 30px;
}
.dj-con .notice-item{
    border-bottom: 1px dotted #d1d1d1;
}

/*团学*/
.tx-sd{
    background: url("../images/txsd.jpg")  no-repeat center;
    background-size:auto 100%;
    width: 100%;
    padding:30px 0px;
    margin-top: 50px;
}
.top-news-img{
    width: 25%;
    float: left;
}
.top-news-img img{
    width: 100%;
}
.top-news-con{
    width: 75%;
    float:left;
    padding-left: 15px;
}
.top-news-date{
    color: #c00b0b;
    width: 100%;
    
}
.top-news-title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 36px;
}
.top-news-title a{
    color: #000;
}
.top-news-nr{
    color: #B0B0B0;
    margin-top: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

/*文化、视频专区*/
.wh,.spzq{
    margin-top: 50px;
}
.spzq{
    padding-left: 30px;
    padding-right: 30px;
}
.wh-img{
    width: 100%;
    margin-top: 30px;
    border:1px solid #c00b0b;
}
.wh-img img{
    width: 100%;
}
.wh-title{
    color: #c00b0b;
    margin-top: 15px;
    line-height: 24px;
    text-align: center;
}
.wh-title a{
    color: #c00b0b;
}
.pic li{
    width: 25%; float: left;padding:15px;
    margin-top: 15px;
}
.pic li img { width: 100%; display: block;}
.sqzq-title{ height:36px; line-height:36px; width: 100%;}
.sqzq-title a{ display: block; color: #333; padding: 0 0 0 10px; font-size: 14px;text-decoration: none;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/**/
.btns{
    margin-top: 30px;
}
.btns li{
    width: 50%;
    float: left;
    margin-top: 15px;
}
.btns li:nth-child(odd){
    padding-right: 15px;
}
.btns li:nth-child(even){
    padding-left: 15px;
}
.btns li img{
    width: 100%;
}

/*媒体报道*/
.mtbd-item li{
    padding-bottom: 6px;
    border-bottom: 1px dotted #D9D9D9;
    margin-top: 15px;
}
.mtbd-date{
    color: #A30002;
}
.mtbd-title a{
    color: #535353;
}


/*footer*/
.footer{
    background: url("../images/footer-bg.jpg")  no-repeat center;
    background-size:auto 100%;
    width: 100%;
    padding:30px 0px;
    padding-bottom: 0px;
    padding-top: 90px;
}
.bxjg,.lxwm{
    margin-top: 15px;
}
.bxjg li{
    width: 25%;
    padding-right: 15px;
    float: left;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
}
.bxjg li a{
    color: #fff;
}
.footer-left,.footer-right{
    margin-top: 70px;
}
.lxwm li{
    width: 33.3%;
    float: left;
    padding:15px;
    color: #fff;
    text-align: center;
}
.lxwm li img{
    max-width: 100%;
}
.lxwm-title{
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.copyright{
    width: 100%;
    padding:15px;
    background-color: rgba(85,0,0,0.8);
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
}
@media(min-width:1600px){
    .header>.container,.nav>.container,.main>.container,.tz-fw>.container,.tx-sd>.container,.footer>.container,.banner .container{
        width: 80%;
    }
    .footer,.tx-sd,.tz-fw{
        background-size: 100% auto;
    }
    .tz-fw{
        padding-bottom: 50px;
    }
}
@media(max-width:1599px){
    body{
        font-size: 14px;
    }
    .flower img{
        max-height:150px;
    }
    .header .top img{
        margin-top: 6px;
        max-height: 90px;
    }
    .header>.container,.nav>.container,.main>.container,.tz-fw>.container,.tx-sd>.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;
    }
    
}
@media(max-width:1200px){
    body{
        font-size: 14px;
    }
    .f-search input[type="text"]{
        width:150px;
    }
    .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;
    }
}
@media(max-width:1024px){
    
    .f-search input[type="text"]{
    width:120px;
    }
}
@media screen and (max-width: 992px){
    .icon,.flower{
        display: none;
    }
    .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: -20px;
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .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: #333;
    }
    .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;
    }
    .bxjg li{
        width: 25%;
    }
    .pic li{
        width: 50%;
    }
}
@media(max-width:767px){
    .header a img{
        width: 80%;
        margin-bottom: -20px;
    }
    .header #navToggle span {
        margin-bottom: 0px;
        margin-top: -30px;
        margin-right: 20px;
    }
    .notice-title{
        width: 75%;
    }
    .notice-date{
        width: 25%;
    }
    .bxjg li{
        width: 50%;
        padding-right: 0px;
    }
    .ar{
        display: none;
    }
    .lm-title{
        font-size: 18px;
    }
    .fwxt{
        margin-top: 30px;
    }
    .lxwm-title{
        line-height: 20px;
    }
    .pic li{
        width: 100%;
    }
    .footer{
        margin-top:-120px;
    }
    .lxwm{
        margin-top: 0px;
    }
    .footer-left{
        padding-top: 50px;
    }
}
@media(max-width:413px){
    .notice-title{
        width: 70%;
    }
    .notice-date{
        width: 30%;
    }
}
@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;
  }
}