body {
    background: url("6406.jpg") no-repeat center top;
}
/****** 首页 ******/
.warp {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.w1060 {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
	
}

.bg-color {
   background-color:#f7f7f7;
}

.w980 {
    width: 980px;
    margin: 0 auto;
}

.mar-top365 {
    margin-top: 429px;
}


/* 内容 */
.content {
    width: 100%;
    overflow: hidden;
    float: left;
}

.content-boxs {
    width: 100%;
    overflow: hidden;
    float: left;
}

.li-style .top {
    width: 100%;
    height: 65px;
    line-height: 65px;
    float: left;
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
}

.li-style .bottom {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.li-style .bottom ul li {
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    position: relative;
}
.li-style .bottom ul li a {
    color: #000;
}
.li-style .bottom ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b02c27;
}

.li-style .bottom ul li .b-left {
    width: 90%;
    overflow: hidden;
    float: left;
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
}
.li-style .bottom ul li .b-right {
    width: 10%;
    overflow: hidden;
    float: left;
    text-align: right;
    font-size: 14px;
}
/* 内容 end */


/* 脚部 */
.footer {
    width: 100%;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-top: 50px;
    background: #c83e3f;
}

.footer p {
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer p:first-child {
    margin-top: 15px;
}
/* 脚部 end */


/* 二级列表页 */
.url-nav {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 50px;
    margin-top: 10px;
    font-size: 16px;
    color: #1a1a1a;
}
.url-nav .w980 {
    border-bottom: solid 1px #999;
}
.url-nav a {
    font-size: 14px;
    color: #000000;
}


.page {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
.page font {
    padding: 5px 10px;
    color: #fff;
    border: solid 1px #c83e3f;
    border-radius: 5px;
    background: #c83e3f;
}
.page a {
    padding: 5px 10px;
    border: solid 1px #c83e3f;
    border-radius: 5px;
}
/* 二级列表页 end */


/* 内容页 */
.title-box {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.fb-time {
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    border-bottom: solid 1px #999;
}

.text-box {
    position: relative;
    width: 100%;
    min-height: 500px;
    font-size: 14px;
    line-height: 30px;
}

.pc-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
}
.print-close {
    width: 100%;
    overflow: hidden;
    margin: 50px 0px 0px 0px;
    text-align: center;
}
.print-close span {
    padding: 0px 10px;
}

.print-close span a {
    color: #414141;
}

.border-b {
    border-bottom: solid 1px #ac0000;
    box-sizing: border-box;
    margin-bottom: 0px;
}
/* 内容页 end */