@charset "utf-8";

/* CSS Document */
* {
    MARGIN: 0px auto;
    padding: 0px;
}



body {
    background: url(../new_images/bg.jpg) repeat-y center #E8E8E8;
    font-size: 12px;
    background-size: 1300px 100%;
    font-family: "宋体", "Sumsin", Arial, Helvetica, sans-serif;
}

* html,
* html body {
    background-attachment: fixed
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

/*a:link {
    color: #000;
}*/

A {
    color: #000;
    TEXT-DECORATION: none
}

A:hover {
    TEXT-DECORATION: none;
}

.cle {
    CLEAR: both;
    height: 0px;
    line-height: 0px;
    *display: inline;
}

img {
    border: 0;
}
@media only screen and (min-width: 375px) and (max-width: 1024px) {
    .f_banquan p:nth-child(2),.f_banquan p:nth-child(3){
        width: 50%;
        display: inline;
    }
    .f_banquan p:first-child{
        margin-bottom: 8px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    body{
        background: none !important;
        background-size: 0 !important;
        font-family: 微软雅黑 !important;/*1.30 修改内容 */
        /*overflow-x:hidden;*/
    }
    .modal-open{ /*2.3 修改内容 建议直接替换 @media only screen and (min-width: 320px)
     and (max-width: 1024px) {*/
        position: fixed;
        width: 100%;
    }
    .mobile_head{
        display: flex !important;
    }
    .head,.daohang,.hot_h{
        display: none !important;
    }
    .mobile_head{
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 40px;
        background: #d42223;
    }
    .mobile_head p{
        margin-top: 10px;
        display: inline-block;
        text-align: center;

    }
    .nav-list{ /* 1.30 修改内容 */
        position: absolute;
        left: 0px;
        width: 60px;
        flex: 0 0 60px;
    }
    

    .nav-list img{ /* 1.30 修改内容 */
        display: inline-block;
        /*position: absolute;*/
        width: 24px;
        height: 20px;
    }
    .nav-logo { 
        width: 93px;
        height: 21px;
        margin: 0 auto;
    }
    .nav-logo img{ /*1.28 修改内容 */
        width: 93px;
        height: 21px;

    }
    .nav-search{ /* 1.30 修改内容 */
        position: absolute;
        right: 0;
        width: 60px;
        flex: 0 0 60px;
    }
    .nav-search img{
        width: 20px;
        height: 20px;
    }
    .search-filter,.foot_rating{ /* 2.10 修改内容 */
        left: 0 !important;
    }
    .search-filter{ /* 2.3 修改内容 */
        position: fixed;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 30px;
        transition: all .5s ease-out;
        z-index: 10000;
        display: flex;
    }
    .zz-filter{/* 2.3 修改内容 */
        
        position: fixed;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,0.2);
        z-index: 1000;
        left: 0;
        top: 0;
        transition: all .5s ease-out;
        display: none;
    }
    .search-text{/* 1.31 修改内容 */
        flex: 1;
        border:0;
        height: 30px;
        padding-left: 2%;
    }
    .search-button{/* 1.31 修改内容 */
        margin-left: 2%;
        width: 50px;
        flex: 0 0 50px;
        height:30px;
        background:#d42223;
        text-align: center;
        border:0;
        color: #fff;
    }
    .login{
        width: 80% !important;
        float: none !important;
        padding-right:0 !important;
        padding-top: 0 !important;
        margin: 0 auto
    }
    .login a{
        display: inline-block;
        margin-bottom: 4%;

    }
    .weibo{
        float: none !important;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }
    .weibo a{
        margin: 0 auto !important;
    }
    .weibo img{
        width:60%;
    }
    .foot{
        width: 100% !important;
        z-index:100 !important;
    }
    .foot-wrapper{
        padding-left:5%;
    }
    .f_ewm{
        display: none;
    }
    .f_banquan p{
        font-size: 12px !important;
    }
    .f_nav{
        width: 100% !important;
        flex-wrap: wrap;
        padding: 2% !important;
        box-sizing: border-box;
    }
    .f_logo div:first-child{
        margin-top: 2% !important;
        margin-left: 0!important;
    }
    .f_logo div:first-child img{
        width: 40%;
    }
    .f_logo div:last-child{
        margin-top: 5% !important;
    }
    .f_logo div:last-child img{
        margin-left: 2% !important;
        width: 30% !important;
    }
    .f_logo,.f_banquan{
        width: 100%;
    }
    .f_banquan p:first-child a{
        border-right: none !important
    }

}

.mobile_head{
    display: none;
}

.nav-list{
    display: none;
}
.md-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 200;
        display: none;
}
.filter {
        position: fixed;
        top: -100%;
        z-index: 201;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.9);
        padding: 0;
        margin: 0;
        overflow: auto;
        transition: all .5s ease-out;
}
.filter-wrapper{
        min-height: 100%;
        width: 100%;
        padding-bottom:10%;
}
.filter ul{
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
}
.filter ul li{
        box-sizing: border-box;
        width: 50%;
        padding: 10px 0;
        padding-left: 15%;
        color: #fff;
        border-bottom: 1px solid #999;
}
.filter ul li a{
        color: #eee;
        text-decoration: none;
}
.filter-wechat{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin:10% auto;
}
.filter-w-text img{/*1.30 修改内容 */
    width: 60%;
    
}
.filter-w-text p{ /*1.30 修改内容 */
    margin-bottom: 1%;
    text-align: center;
    color: #ddd;
    line-height: 22px;
    font-size: 1rem;
}
.filter-w-text p:last-child{ /*1.30 修改内容 */
    color: #d42223;
}
.filter-w-img{
    margin-top: 5%;
}

.filter-l-r{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin:10% auto;
}
.filter-l{
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #eee;
    border:1px solid rgb(0,124,200);
    background:rgba(0,0,0,0);
}
.filter-r{
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #eee;
    border:1px solid rgb(0,124,200);
    background: rgb(0,124,200)
}

.filter-b-logo{
    margin-top: 10%;
}
.filter-b-logo{
    text-align: center;
}
.filter-b-logo img{ /* 1.30 修改内容 */
    width: 40%
}
.filter-b-nav{
    margin: 5% 0;
    text-align: center;
}
.filter-b-nav a{
    color: #eee;
    padding-right:2%;
}

.head {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.guanzhu {
    width: 136px;
    float: left;
    height: 24px;
    padding-left: 50px;
}

a.logo {
    float: left;
    display: block;
}

.logo {
    width: 200px;
    overflow: hidden;
    float: left;
}

.login {
    float: right;
    height: 25px;
    padding-top: 20px;
    padding-right: 30px;
}

.weibo {
    float: left;
}

.weibo a {

    margin-right: 5px;
}

/*.zhuce{ width:172px; height:19px; overflow:hidden; background:url(login.jpg) no-repeat; float:left; padding-top:6px; padding-left:13px;}*/
.login .zhuce {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background-color: #EAEAEA;
    border-radius: 3px;
    float: left;
    padding: 0px 13px;
}
/*.login{
    position: relative;
    left: 0;
    top: 0;
}*/
.head_search{
    position: absolute;
    right: 20px;
    bottom:10px;
    background: #EAEAEA;
    border-radius: 10px;
}
.head_search input{
    background: #EAEAEA;
    border-radius: 10px;
    height: 20px;
    vertical-align:middle;
}
.text_search{
    border: none;
    padding-left:10px;
}


.daohang {
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    height: 40px;
    background: #d42223;
    overflow: hidden;
    margin: 5px auto;
}
.daohang a:nth-child(1){
    margin-left: 15px;
}

.daohangad {
    width: 982px;
    height: 250px;
    overflow: hidden;
    margin: 5px auto;
}

.daohangadart {
    width: 982px;
    height: 100px;
    overflow: hidden;
    margin: 5px auto;
}

.daohangad1 {
    width: 982px;
    height: 393px;
    overflow: hidden;
    margin: 5px auto;
}

.daohang a {
    display: block;
    height: 40px;
    padding: 0 25px;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    /*filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1);*/
    /*text-shadow: #fff 1px 1px 1px;*/
}

.daohang span {
    width: 2px;
    height: 20px;
    margin-top: 10px;
    background: url(../new_images/line.jpg) no-repeat;
    float: left;
}


.foot {
    width: 1290px; /*1.28修改内容 */
    /*height: 80px;*/
    overflow: hidden;
    margin: 50px auto 0 auto;
    color: #fff;
    background: #000000;
    position: relative;
    z-index: 9999;
}
.foot-wrapper{
    width: 90%;
    margin:0 auto;
}
.foot h2{
    margin: 15px 0px;
}
.foot .f_link{
    margin: 15px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.foot .f_link a{
    width: 120px;
    color: #fff;
    display: block;
    padding:10px 0;
}
.f_nav{/* 1.28 更新 */
    background: #282828;
    width: 70%;
    /*height: 120px;*/
    text-align: center;
    padding: 2% 15%;
    display: flex;
}
.f_ewm p{
    margin-top: 5px;
    font-size: 14px;
    color: #fff
}
.f_logo div:first-child{
    margin-top: 10px;
    margin-left: 20px;
}
.f_logo div:last-child{
    margin-top: 30px;
}
.f_logo div:last-child img{
    margin-left: 20px;
}
.f_banquan p{
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}
.f_banquan p a{
    color: #fff
}
.f_banquan p:first-child a{
    color: #fff;
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    border-right: 1px solid #fff;
}
.f_banquan p:first-child a:last-child{
    border-right: 0px;
}
.f_b{
    margin:10px;
}
.rating_filter{
    display: none;
}
.search-filter,.foot_rating{/* 2.10 修改内容 */
    position: fixed;
    left: -500px;
}


/* 2.14 添加分页效果 */
.con_l_m_page {
    margin: 5px 0 10px;
    border:0px; 
    width:100%; 
    height:40px; 
    display: block; 
    text-align: center; 
    word-wrap: break-word;
}
.con_l_m_page .pagination {
    display: block;
    list-style: none;
    height: 40px;
    line-height: 40px;
    letter-spacing: 5px;
    text-align: center;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #F5F5F5;
}
.con_l_m_page .pagination li { padding: 1px 10px 1px 10px; display: inline; list-style: none;}

/* 2.14 添加文章作者名和头像 */
.con_right_author .con_r_author{
    margin:20px auto;
    width: 300px;
    height: 100px;
    border-radius: 50%;
}
.con_right_author .con_r_author img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    float:left;
    position: relative;
}
.con_r_author .author {margin-left:100px;font-family: '黑体'}
.con_r_author .author .author_name {padding:10px 10px 20px 10px;font-size: 24px;}
.con_r_author .author .author_title {padding-left:10px;font-size: 14px;}


/* 2.15 简讯每一个span对应一种颜色 */
.video_c_mail .level1 {background-color:rgba(212,34,35,0.5);border: rgba(153,153,153,0.5) 1px solid; border-radius: 2px;}
.video_c_mail .level2 {background-color:rgba(212,34,35,0.2);border: rgba(153,153,153,0.5) 1px solid; border-radius: 2px;}
.video_c_mail .level3 {background-color:rgba(0,124,201,0.2);border: rgba(153,153,153,0.5) 1px solid; border-radius: 2px;}
.video_c_mail .level4 {background-color:rgba(4,212,24,0.2); border: rgba(153,153,153,0.5) 1px solid; border-radius: 2px;}
.video_c_mail .level5 {background-color:rgba(255,255,255,0);border: rgba(153,153,153,0.5) 1px solid; border-radius: 2px;}


