*{
	margin:0;
	padding:0;
	border:0;
}

body {
    background-color: #f9f8f6;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 28px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #9A2426;
    text-decoration: underline;
}

.clear {
    clear: both;
}

.banner {
    width: 100%;
    background: url(../images/banner.jpg) no-repeat top content-box;
    background-size: 100%;
}

.banner img {
    width: 100%;
    display: block;
}


.lt {
    float: left;
    width: 20%；
}

.mid {
    float: left;
    text-align: center;
    width: 50%;
}

.mid p {
    line-height: 32px;
    font-size: 16px;
    color: #f4f5f4;
}

.rt {
    float: right;
    width: 25%;
}

.warp {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.main,
.news,
.page {
    border-radius: 10px;
    box-shadow: 1px 1px 2px #fefefe;
    border: 1px solid #eeeeec;
    background: #fff;
    margin-bottom: 20px;
}

.main h6,
.news h6,
.page h6 {
    height: 53px;
    line-height: 53px;
    border-bottom: 2px solid #eee;
    background: url(../../images/icon.jpg) no-repeat 10px;
    text-indent: 60px;
    font-size: 26px;
    color: #c82c32;
    font-weight: 400;
}

.saiyao {
    padding: 20px;
    overflow: hidden;
}

.saiyao img {
    float: left;
    margin-right: 32px;
}

.saiyao h1 {
    font-size: 26px;
    height: 50px;
    overflow: hidden;
}

.saiyao p {
    color: #999;
    text-align: justify;
}

.more {
    display: block;
    float: right;
    color: #003B66;
}

.list {
    padding: 20px;
    overflow: hidden;
}

.list li {
    list-style: none;
    width: 48%;
    float: left;
    margin-bottom: 60px;
    height: 185px;
    overflow: hidden;
}

.list li img {
    width: 230px;
    height: 185px;
    float: left;
    margin-right: 24px;
}

.list li h1 {
    color: #000;
    font-size: 18px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
}

.list li p {
    color: #999;
    text-align: justify;
    line-height: 28px;
}

.list li.lt {
    margin-right: 2%;
    float: left;
}

.list li.rt {
    margin-left: 2%;
    float: right;
}

.page {
    position: relative;
}

.nr {
    padding: 35px 100px;
    overflow: hidden;
}

.nr h1 {
    text-align: center;
    color: #b50003;
    font-size: 28px;
    line-height: 56px;
    margin-bottom: 50px;
}

.nr p {
    line-height: 36px;
    font-size: 17px;
    font-weight: 500;
    word-break: 2px;
    text-align: justify;
    margin-bottom: 40px;
    text-indent: 36px;
}

.nr h2 {
    font-size: 22px;
    margin-bottom: 40px;
}

.fanhui {
    display: block;
    position: absolute;
    width: 70px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #fefefe;
    border: 1px solid #eeeeec;
    background: #fff;
    padding: 10px;
    right: -120px;
}

.fanhui p {
    font-size: 16px;
}

.fanhui p a {
    color: #999;
    font-weight: 500;
}

.nr h3 {
    text-align: center;
    font-size: 14px;
    font-family: "楷体";
    font-weight: normal;
    margin-top: -30px;
    margin-bottom: 50px;
}

.nr img {
    margin-bottom: 40px;
}

.p-content img{
    max-width: 98%;
}