/*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;
    background: url("../images/bg.jpg") repeat;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    text-decoration:underline;
    color: #A20C0D;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
div{
    box-sizing: border-box;
}
/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}

/*顶部*/
.top{
    height: 42px;
    line-height: 42px;
}
.top .container{
    background: #fff;
}
.top a{
    margin-right: 5px;
}
.top span{
    margin: 0 5px;
}
.top .rt{
    position: relative;
}
.top input[type=text]{
    height: 30px;
    line-height: 30px;
    width: 240px;
    border: 1px solid #959595;
    padding: 0 30px 0 15px;
}
.top input[type=image]{
    position: absolute;
    top:13px;
    right:10px;
}
/*头部*/
.header{
    width: 100%;
    height: 190px;
    background: #A20C0D;
}
.header .container>img:first-child{
    margin-top: -5px;
}
.header .container>img:nth-child(2){
    margin-left: -10px;
    opacity: .8;
}
.header a{
    display: inline-block;
    width: 383px;
    height: 32px;
    overflow: hidden;
    margin-left: 30px;
    position: relative;
    top: 15px;
}
.header a img{
    position: absolute;
    top: 0;
    right: -383px;
}

/*导航*/
.nav{
    height: 50px;
    line-height: 50px;
    margin-top: -55px;
}
.menu li{
    float: left;
    width: 171px;
    height: 50px;
    position: relative;
}
.menu>li:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: #ED441D;
}
.menu>li:nth-child(2):after{
    background: #2FA1D3;
}
.menu>li:nth-child(3):after{
    background: #C8B00E;
}
.menu>li:nth-child(4):after{
    background: #3178D2;
}
.menu>li:nth-child(5):after{
    background: #E314BA;
}
.menu>li:nth-child(6):after{
    background: #30D297;
}
.nav ul li a{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.nav ul li a:hover{
    /*background: rgba(255,255,255,.8);*/
    background: #ECCECF;
    color: #A20C0D;
}
.nav .sub-menu{
    display: none;
    position: absolute;
    top:55px;
    left: 0;
    z-index: 99;
}
.menu>li .sub-menu li{
    background: #A20C0D;
    border-bottom: 1px #fff solid;
}

.section{
    width: 100%;
    margin-top: 5px;
}
.section .container{
    background: #fff;
}
.section .aside{
    width: 800px;
    height: 450px;
}

.section .title{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
}
.section .title span{
    position: relative;
}
.section .title span:before{
    content: '';
    position: absolute;
    left: 0;
    background: url("../images/icon-list.png") no-repeat;
}
.section .title a{
    position: relative;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
}
.section .title a:hover{
    color: #A20C0D;
    font-size: 14px;
}
.section .title a:after{
    position: absolute;
    top: -6px;
    right: 0;
    content: '+';
    color: #A20C0D;
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
}
.section .title a:hover:after{
    transform: rotateX(360deg);
}

.albumBox{
    width:800px;
    height: 450px;
    overflow:hidden;
    position:relative;
    text-align: center;
    background: #fefefe;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
  	width:800px;
    height: 450px;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
    text-align: left;
    padding: 0 70px 0 15px;
    background: rgba(0,0,0,.5);
}

/*通知公告*/
.info{
    width: 400px;
    height: 450px;
    background: #eee;
    padding: 20px 25px;
}
.info .title{
    border: none;
}
.info .title span{
    padding-left: 35px;
}
.info .title span:before{
    width: 25px;
    height: 22px;
}
.info ul{
    margin-top: 8px;
}
.info ul li{
     height: 80px;
     margin-bottom: 20px;
     border-bottom: 1px dotted #B4B4B4;
}
.info ul li:last-child{
    border-bottom: 1px solid transparent;
}
.info .date{
    font-family: "Georgia";
    text-align: center;
    margin-right: 15px;
    border: 1px solid #A20C0D;
}
.info .date span{
    display: block;
    color: #fff;
    font-size: 20px;
    padding-bottom: 3px;
    background: #A20C0D;
}
.info .date p{
    color: #A20C0D;
    padding: 5px 10px;
}

.info ul li>p{
    width: 73%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin:5px 0;
}
/*新闻动态*/
.news{
    padding: 30px 0;
}
.news .title span{
    padding-left: 31px;
}
.news .title span:before{
    width: 21px;
    height: 26px;
    background-position: -27px 0;
}
.news-img{
    padding: 18px 0 15px;
    border-bottom: 1px dotted #C2C2C2;
}
.news-img>a{
    display: inline-block;
    width: 184px;
    height: 113px;
    overflow: hidden;
}
.news-img>a img{
    width: 184px;
    height: 113px;
    transition: .3s;
}
.news-img>a:hover img{
    transform: scale(1.1);
}
.news-img .rt{
    width: 74%;
}
.news-img h3 a{
    color: #666;
}
.news-img h3 a:hover{
    color: #A20C0D;
}
.news-img p{
    color: #999;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 5px 0;
}
.news-img span{
    color: #999;
    font-family: "Georgia";
    font-size: 12px;
    padding-left: 5px;
}

.news ul{
    margin: 20px 0;
}
.news ul li{
    float: left;
    width: 50%;
    padding-right: 20px;
}
.news ul li p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li a:before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #ddd;
}
.news ul li a:hover:before {
    background: #A20C0D;
}

/*相关政策*/
.policy{
    width: 400px;
    padding: 30px 5px 10px 30px;
}
.policy .title span{
    padding-left: 33px;
}
.policy .title span:before{
    width: 23px;
    height: 22px;
    background-position: -50px 0;
}
.policy ul{
    height: 240px;
    margin: 20px 0;
}
.policy ul li p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.policy ul li a:before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 15px;
    border-radius: 50%;
    background: #ddd;
}
.policy ul li a:hover:before {
    background: #A20C0D;
}

.policy-img{
    width: 400px;
    padding: 0 5px 30px 30px;
}
.policy-img ul li{
    margin-bottom: 15px;
    position: relative;
}
.policy-img ul li a{
    display: block;
    width: 365px;
    height: 68px;
    overflow: hidden;
    position: relative;
}
.policy-img ul li a:before,
.policy-img ul li a:after{
    position: absolute;
    content: '';
    z-index: 99;
    transition: .5s;
}
.policy-img ul li a:before{
    top: 10px;
    right: 5px;
    bottom: 10px;
    left: 5px;
    border-top: 1px solid #A20C0D;
    border-bottom: 1px solid #A20C0D;
    transform: scaleX(0);
    transform-origin: 0 0;
}
.policy-img ul li a:after{
    top: 5px;
    right: 10px;
    bottom: 5px;
    left: 10px;
    border-left: 1px solid #A20C0D;
    border-right: 1px solid #A20C0D;
    transform: scaleY(0);
    transform-origin: 100% 0;
}
.policy-img ul li a:hover:before{
    transform: scaleX(1);
}
.policy-img ul li a:hover:after{
    transform: scaleY(1);
}
.policy-img ul li a img{
    width: 100%;
    transition: all .3s;
}
.policy-img ul li a:hover img{
    transform: scale(1.1);
}
.policy-img ul li a span{
    position: absolute;
    font-size: 20px;
    color: #A20C0D;
    font-weight: 600;
    width: 100%;
    top: 20px;
    left: 0;
    text-align: center;
    text-shadow: 2px 2px 0 #fff;
}

/*友情链接*/
.link{
    float: left;
    width: 800px;
    padding: 15px 0;
    background: #fff;
}
.link .title span{
    padding-left: 33px;
}
.link .title span:before{
    width: 23px;
    height: 19px;
    background-position: -75px 0;
}
.link ul{
    margin: 20px 0;
    height: 90px;
    overflow: hidden;
}
.link ul li{
    float: left;
    width:160px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    overflow: hidden;
}

.bread{
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    margin: 20px 0;
    background: #fff;
    border: 2px solid #A20C0D;
}
.left_aside{
    float: left;
    width: 280px;
    text-align: center;
    background: #F5F5F5;
}
.left_aside p{
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    background: #A20C0D;
}
.left_aside ul li{
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.left_aside ul li:last-child{
    border-bottom: 0;
}
.left_aside ul li a{
    display: block;
    position: relative;
}
.left_aside ul li a:after{
    position: absolute;
    top: 15px;
    right: 50px;
    line-height: 20px;
    content: '→';
    text-align: center;
    color: #ccc;
    font-size: 18px;
    transition: .3s;
}
.left_aside ul li a:hover{
    text-decoration: none;
    background: #ddd;
}
.left_aside ul li a:hover:after{
    color: #A20C0D;
    right: 40px;
}
.left_aside ul li.on a{
    color: #A20C0D;
    background: #ddd;
}
.left_aside ul li.on a:after{
    color: #A20C0D;
}

.right_aside{
    margin-left: 300px;
    background: #fff;
}
.right_aside .head{
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px  solid #ddd;
    position: relative;
    padding-left: 33px;
}
.right_aside .head:before{
    position: absolute;
    top: 15px;
    left: 0;
    width: 23px;
    height: 22px;
    content: '';
    background: url("../images/icon-list.png") no-repeat -50px 0;
}
.right_aside .comment{
    padding: 20px 30px;
    font-size: 16px;
    min-height: 600px;
}
.right_aside .comment>p{
    line-height: 30px;
}
.right_aside .comment .list li{
    line-height: 30px;
    font-size: 15px;
    position: relative;
}
.right_aside .comment .list li:before{
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    background: #ccc;
    border-radius: 50%;
}
.right_aside .comment .list li a{
    display: inline-block;
    width: 80%;
    margin-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_aside .comment .list li:hover:before{
    background: #A20C0D;
}

.article{
    min-height: 800px;
    background: #fff;
}
.article .caption{
    text-align: center;
    padding: 30px 0;
}
.article .caption h2{
    color: #A20C0D;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.article .caption p span{
    color: #999;
    margin: 0 10px;
}
.article .content{
    padding: 0 30px 20px;
    font-size: 16px;
}
.article .content p{
    line-height: 30px;
    margin: 10px 0;
}

/*底部*/
.footer{
    height: 138px;
    background: #A20C0D;
    padding-top: 50px;
}
.footer p{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
}
.footer p a{
    color: #fff;
}
.footer .rt{
    margin-top: -40px;
}
.footer .rt img{
    border: 6px solid #fff;
}