a{
    text-underline-style: none;
}

li{
    list-style: none;
    color: #5d5d5d;
}
*{

}
h4{
    font-size: 16px;
}
.m-t-20{margin-top: 20px;}
.m-t-15{margin-top: 15px;}
.p-l-10{padding-left: 10px;}
.fl{float: left;}
.fr{float: right;}
.box{min-width: 1000px;width: 1190px;}
@media screen and ( min-width: 1281px ) and ( max-width: 2000px ){
    .box{width: 1280px}
    .navbar-nav > li > a{
        padding: 0 28px;
    }
}
@media screen and ( min-width: 1171px ) and ( max-width: 1280px ){
    .navbar-nav > li > a{
        padding: 0 18px;
    }
}
@media screen and ( min-width: 1001px ) and ( max-width: 1170px ){
    .navbar-nav > li > a{
        padding: 0 18px;
    }
}
@media screen and ( max-width: 1000px ){
    .navbar-nav > li > a{
        padding: 0 18px;
    }
}

.nav-tab-title{
    height: 40px;
    border-top:2px solid #0a6fbb;
    border-right: 1px solid #e2e2e2;
    padding: 0px;
}
.nav-tab-title ul{
    margin: 0px;
    margin-left: 4px;
    width: 100%;
    height: 100%;
    position: relative;
}
.nav-tab-title ul li{
    margin: 0px;
    font-size: 14px;
    padding: 0px;
    margin-left: -4px;
    height: 100%;
}
.nav-tab-title ul li a{
    float: left;
    color: #7e7e7e;
    padding: 9px 25px;
    background: #eaeaea;
}
.nav-tab-title ul .active > a, .nav-tab-title ul .active > a:focus,
.nav-tab-title ul .active > a:hover{
    color: #fff;
    background: url("../images/red-ti.png") no-repeat #2f81d4;
    background-position:13px 12px;

}
.nav-tab-title ul a.more{ position: absolute; top:10px; right:15px; color: #666;}
.nav-tab-title ul li a:hover{
    color: #7e7e7e;
    background:  #dcdcdc;
}

.nav-content-box{
    padding:0 7.5px;
    height:400px;
    overflow: hidden;
}
.nav-content{
    border: 1px solid #e2e2e2;
    border-top: none;

    /*background: url("../images/spot-bg.png");*/
    padding:12px 10px;
}
.cont-down ul{
    background: #ffffff;
    margin-top: 15px;
    padding:0;
}
.cont-down ul li{

}
.nav-content-imgs{
    width: 100%;
}
.nav-content-imgs ul{
}
.nav-content-imgs ul li{
    height: auto;
    width: 48%;
    /*padding-left:20px;*/
    padding: 0px;
    position: relative;
}
.nav-content-imgs ul li img{
    width: 100%;
    height: 160px;
}


.nav-content-list{
    height: 160px;
    margin: 5px;
    background: #ffffff;
    margin-top: 10px;
    padding:5px 10px;
}
.nav-content-list ul li{
    color: #696969;
    margin-top: 10px;
}
.h-30{
    height: 30px;
    line-height: 30px;
}



.black-bg{
    width:100%;
    height: 40px;
    position:absolute;
    bottom: 0px;
    background: url("../images/black-bg.png") repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;

}

.fdc-box{
    width: 50px;
    height: 20px;
    border-radius:2px;
    background: #bdae89;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    color: #706038;
}
.jdc-box{
    width: 50px;
    height: 20px;
    border-radius:2px;
    background: #5e97dd;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}
.qt-box{
    width: 50px;
    height: 20px;
    border-radius:2px;
    background: #dcdcdc;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    color: #808080;
}


.content{
    margin: 20px 0 0 0;
    padding: 0;
}
.content .text-box{
    border: 1px solid #F0F0F0;
    padding: 20px 15px;
}
.content .text-box h3{
    text-align: center;
    color: #bc0e16;
    font-size: 20px;
    padding: 15px 0 20px 0;
    margin: 0;
    border-bottom:1px solid #F0F0F0;
}
.content .text-box .date{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    color: #8d969c;
    font-size: 12px;
}
.content .text-box p{
    line-height: 30px;
    text-indent: 2em;
    color: #757c81;
    margin-bottom:20px;
}
.content .text-box img{
    text-align: center;
}
/**/
.content .right-cont{
    border-top: 2px solid #bc0e16;
    border-right: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
.content .right-cont h3{
    margin: 0;
    font-size: 16px;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.content .right-cont h3 span{
    background: #bc0e16;
    color: #fff;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    margin: -2px 0 0 -1px;
}
.content .right-cont ul{
    padding: 0;
    margin:5px 0 0 0;
}
.content .right-cont ul li{
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #f0f0f0;
}
.content .right-cont ul li a{
    color: #9e9f9f;
}
.content .right-cont ul li a:hover{
    color: #bc0e16;
    text-decoration: none;
}
.content .right-cont ul li a i{
    padding: 0 5px 0 0;
}

ul.new-fen li {
    /* background: url("../images/arr1.gif") no-repeat scroll 8px 10px rgba(0, 0, 0, 0);*/
    border-bottom: 1px dotted #e5e5e5;
    font-size: 13px;
    height: 40px;
    line-height:40px;
    /*  padding: 7px 10px 6px 20px;*/
}
ul.new-fen li a{
    float: left;
    color: #757c81;
}
ul.new-fen li a:hover{
    color: #BE0202;
}
ul.new-fen li span{
    color: #c90;
    float: right;
}
.p-0{ padding:0;}