﻿
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #B72A30;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
::selection{
    color: #fff;
    background: #B72A30;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header .top{
    height: 45px;
    line-height: 45px;
    background: #FEFDFC;
    position: relative
}
.header .top span{
    padding-right: 10px;
}
.header .top a:hover{
    opacity: .8;
}
.header .logo{
    height: 267px;
    line-height: 267px;
    background: url(../image/header1.jpg) no-repeat center center;
}
.header .logo img{
    animation: zoomIn 1s;
}
.search{
    float: right;
    position: relative;
    margin: 7px 0 0 30px;
}
.search input{
    float: right;
}
.search input[type='text']{
    height: 28px;
    line-height: 28px;
    width: 170px;
    padding: 0 45px 0 10px;
    border: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-right: none;

}
.search input[type='submit']{
    width: 50px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    background: #B72A30;
    cursor: pointer;
}
/*导航栏*/
.nav{
    height: 60px;
    text-align: center;
    background: #B72A30;
}
.menu>li{
    float: left;
    width: 150px;
    position: relative;
}
.menu>li:hover{
    background: #AF0B13;
}
.menu>li>a{
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}
.menu>li span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #AF0B13;
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
    line-height: 50px;
    color: #fff;
    border-top: 1px solid #F2F0E5;
}
.second-menu a:hover{
    background: #B72A30;
}
.toggle{
    display: none;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff;
}
.section .container{
    margin: 30px auto;
}

.hot{
    margin-bottom: 30px;
    text-align: center;
}
.hot h1{
    font-size: 32px;
    margin-bottom: 10px;
}
.hot ul li{
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
}
.hot ul li a{
    color: #666;
}
.hot ul li a:hover{
    color: #B72A30;
}

.title{
    height: 43px;
    line-height: 43px;
    margin-bottom: 20px;
    border-bottom: 5px solid #F6BF02;
    background: url(../image/title-bg1.png) no-repeat left center;
}
.title h2 a{
    color: #fff;
    font-size: 22px;
    padding-left: 68px;
}
.title .rt{
    margin-top: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    background: #A40000;
}
.title .rt:hover{
    opacity: .8;
}
/*通知公告*/
.notice{
    float: right;
    width: 438px;
    height: 458px;
}
.notice li{
    margin-top: 15px;
    font-size: 18px;
}
.notice li p{
    margin-right: 50px;
}
.notice li span{
    color: #999;
    font-size: 16px;
}

.box>div{
    float: left;
    width: 580px;
    height: 470px;
    margin-bottom: 40px;
    overflow: hidden;
}
.box>div:nth-child(2n){
    float: right;
    width: 580px;
}
.box>div>h2{
    font-size: 22px;
}
.box>div>p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #999;
    margin: 15px 0;
}
.box ul{
    border-top: 1px solid #E9E9E9;
}
.box ul li{
    margin-top: 15px;
}
.box ul li span{
    float: right;
    color: #999;
    font-size: 16px;
}
.box ul li p{
    margin-right: 80px;
}
.box ul li a{
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}
.box ul li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #B7B7B7;
    transition: .3s;
}
.box ul li a:hover:before{
    background: #B72A30;
    border-radius: 50%;
}
.box .info-box{
    height: 129px;
    margin-bottom: 20px;
}
.box .info-box .lf{
    width: 203px;
    height: 129px;
    overflow: hidden;
}
.box .info-box img{
    display: inline-block;
    width: 203px;
    height: 129px;
}
.box .info-box img:hover{
    transform: scale(1.05);
}
.box .info-box .info{
    margin-left: 223px;
}
.box .info-box .info p{
    margin: 10px 0;
    height: 75px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
}

/*专题专栏*/
.special .title{
    text-align: center;
    background-position-x: center;
}
.special .title h2 a{
    padding-left: 40px;
}
.special .bd{
    margin: 30px 0;
    overflow: hidden;
}
.special ul li{
    float: left;
    width: 380px;
    height: 122px;
    margin-right: 30px;
}
.special ul li a{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.special ul li img{
    display: inline-block;
    width: 380px;
    height: 122px;
}
.special ul li a:hover img{
    transform: scale(1.1);
}
.special ul li a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #F6BF02;
    display: none;
    z-index: 9;
}
.special ul li a:hover:before{
    display: block;
    animation: zoomIn .5s;
}

/*尾部*/
.footer{
    color: #fff;
    font-size: 16px;
    padding: 40px 0;
    background: #B72A30;
}
.footer p{
    line-height: 30px;
    padding-top: 15px;
}
.footer .rt>img{
    margin-left: 10px;
    border: 6px solid #fff;
    border-radius: 5px;
}

/*幻灯片*/
.slideBox{
    float: left;
    width: 732px;
    height: 458px;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
}
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #8F0100;
}
.slideBox .next:hover{
    border-left-color: #8F0100;
}

/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin: 0 0 50px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #B72A30;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #B72A30;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #B72A30;
}

/*右侧主体*/
.column{
    margin: 0 0 50px 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #B72A30;
}

/*通用：列表页*/
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #B72A30;
}


/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
    font-size: 16px;
    line-height: 1.5em;
}
.detail>p{
    line-height: 30px;
    color: #999;
    font-size: 16px;
}
.detail>p>a{
    color: #999;
}
.detail>p>a:hover{
    color: #B72A30;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
}

/*搜索结果页*/
.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}