﻿*{
    margin: 0;
    padding: 0;
}

body,html{
    font-size: 12px;
    font-family: "微软雅黑";
    color: black;
}

ul,dl,ol{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

img{
    border:none;
    outline: none;
}

i,em,h1,h2,h3,h4,h5,h6{
    font-style: normal;
}

.cf:after{
    display: block;
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.cf{
    zoom: 1;
}

/*头部S*/
.bg{
    background: url("../images/shce_bg1.jpg") no-repeat top center;
}

.header{
    margin: auto;
    width: 1200px;
    height: 270px;
    /*background: url("../images/shce_hed.png") no-repeat center center;*/
    position: relative;
}

.header a{
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: 60px;
    height: 20px;
    border-radius: 20px;
    color: white;
    line-height: 20px;
    text-align: center;
    background: rgba(0,0,0,0.2);
}
/*头部E*/

/*轮播图S*/
.banner_bg{
    margin: auto;
    width: 1200px;
    background: linear-gradient(red,white);
    padding: 6px 0 0 0;
    position: relative;
}

.banner{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.banner ul li{
    float: left;
}

.banner ul li img{
    width: 1188px;
    height: 460px;
}

#b03 {
    width: 1188px;
}
#b03 .dots {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 150px;
    z-index: 10;
}
#b03 .dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#b03 .dots li.active
{
    background: #fff;
    opacity: 1;
}

.b_title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 1170px;
    padding: 0 9px;
    height: 30px;
    background: rgba(0,0,0,0.6);
    line-height: 30px;
    color: white;
    font-size: 16px;
}
/*轮播图E*/

/*内容S*/
.content{
    margin:50px auto 30px;
    width: 1200px;
}

.content_t{
    width: 1200px;
    margin: 0 0 30px 0;
}

.content_t img{
    display: block;
    margin: auto;
}

.content_c{
    width: 1200px;
}

.content_c .list_l:first-child{
    margin-right: 40px;
}

.list_l{
    float: left;
    width: 580px;
}

.list_l li{
    width: 545px;
    padding-left:25px;
    height: 60px;
    background: url("../images/li.png") no-repeat 10px center;
}

.list_l li a{
    float: left;
    display: inline-block;
    font-size: 18px;
    width: 430px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
}

.list_l li span{
    float: right;
    display: inline-block;
    font-size: 18px;
    color: #999999;
    width: 110px;
    height: 60px;
    line-height: 60px;
}

.more{
    float:left;
    display: block;
    width: 1200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #999;
}
/*内容E*/

/*栏目页S*/
.content_list{
    margin: auto;
    width: 1200px;
    padding-top: 200px;
    min-height: 340px;
}

.wz{
    width: 1160px;
    padding-left: 40px;
    height: 40px;
    background: url("../images/wz.png") no-repeat 10px center;
    border-bottom: 1px solid #bebebe;
}

.wz a{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
}

.list_a{
    width: 1140px;
    padding: 20px 30px;
}

.list_a a{
    display: block;
    width: 1140px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.list_a p{
    margin: 10px 0;
    display: block;
    width: 1140px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.list_a i{
    display: block;
    width: 1140px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}
/*栏目页E*/

/*分页 S*/

.pagenum {
    height: 30px;
    margin: 30px 0;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #707070;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.pagenum a:not(.prev):not(.next).act {
    background: #be2e09;
    color: white;
}
/*分页 E*/

/*内容页S*/
.content_title{
    margin: 40px 0 20px 0;
    width: 1200px;
    font-size: 25px;
    color: #db0e0e;
    text-align: center;
}

.content_span{
    display: block;
    width: 1200px;
    height: 30px;
    background: #f7f7f7;
    text-align: center;
    line-height: 30px;
    color: #999;
}

.content_p{
    width: 1200px;
    margin: 40px 0;
}

/*打印 S*/
.subsce_Print {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.subsce_Print ul {
    float: right;
}

.subsce_Print ul li {
    float: left;
    margin: 0 10px;
}

.subsce_Print ul li a {
    font-size: 14px;
    font-family: "宋体";
    color: #8a8a8a;
}

.subsce_Print ul li a:hover {
    color: #990000;
}

.subsce_Print ul li img {
    margin-bottom: -10px !important;
}
/*打印 E*/

.fj{
    margin: 20px 0;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    color: #868686;
    border-top:1px dashed #d2d2d2;
    border-bottom:1px dashed #d2d2d2;
}

.nexts {
    width: 1200px;
    overflow: hidden;
}

.nexts p {
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a {
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a:hover {
    color: #be2e09;
}

/*内容页E*/

/*底部S*/
.footer{
    margin: auto;
    width: 1200px;
    padding: 30px 0;
    border-top: 10px solid #e5e5e5;
}

.footer p{
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*底部E*/