﻿/* common  */
/* 模板复用begin*/
.txtEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: none;
}
ul,
ol,
li {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "微软雅黑";
    border: 0 none;
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 14px;
    margin: 0;
    outline: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
body {
    font: 16px '\5FAE\8F6F\96C5\9ED1', Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    color: #333;
    background: #fff;
}
a {
    color: #333333;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
}
a:hover {
    text-decoration: none;
    /*  color: #367dff;*/

    cursor: pointer;
}
i,
b {
    font-style: normal;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.oHid {
    overflow: hidden;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
/* 模板复用 end*/
.more {
    font-size: 18px;
    color: #a70002;
    line-height: 44px;
    float: right;
}
.clear_box:after {
    content: "";
    clear: both;
    height: 0px;
}
.banner {
    background: url("../images/banner.jpg") no-repeat center top;
    height: 498px;
}
.common_content {
    width: 1200px;
    margin: -140px auto 0 auto;
}
.index_menu {
    height: 70px;
    background: #c80001;
}
.index_menu ul li {
    float: left;
    width: 220px;
    text-align: center;
}
.index_menu ul li a {
    font-size: 24px;
    color: #fff;
    line-height: 70px;
}
.index_menu ul li:first-child {
    background: #a70001;
    width: 320px;
}
.index_one_gb {
    height: 513px;
    position: relative;
}
.index_one_gb img {
    width: 100%;
    height: 513px;
}
.index_one_gb_content {
    position: absolute;
    width: 370px;
    height: 373px;
    background: rgba(0, 0, 0, 0.4);
    right: 0px;
    top: 0px;
    padding: 70px 15px;
}
.index_one_gb_content h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.index_one_gb_content p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 2em;
}
.index_one_gb_content p a {
    color: #c80002;
}
.index_rdxx {
    height: 130px;
}
.index_rdxx ul {
    width: 1210px;
}
.index_rdxx ul li {
    margin: 10px 10px 0px 0px;
    width: 593px;
    height: 53px;
    border: 1px solid #e9e9e9;
    float: left;
}
.index_rdxx ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    background: #bd1a2d;
    vertical-align: middle;
    margin: 0px 10px;
}
.index_rdxx ul li a {
    font-size: 18px;
    color: #222;
    line-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_rdxx ul li:hover {
    border: 1px solid #bd1a2d;
    background: #bd1a2d;
}
.index_rdxx ul li:hover:before {
    background: #fff;
}
.index_rdxx ul li:hover a {
    color: #fff;
}
.index_xxgc {
    width: 100%;
}
.index_xxgc .index_xxgc_title {
    height: 44px;
    background: url("../images/title_xzgc.png") no-repeat left;
}
.index_xxgc_content {
    height: 294px;
}
.index_xxgc_content .index_xxgc_img {
    width: 400px;
    height: 294px;
    float: left;
    position: relative;
}
.index_xxgc_content .index_xxgc_img img {
    width: 400px;
    height: 294px;
}
.index_xxgc_content .index_xxgc_img .mask {
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    width: 400px;
}
.index_xxgc_content .index_xxgc_img .mask a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0px 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
.index_xxgc_content .index_xxgc_text {
    width: 784px;
    float: right;
}
.index_xxgc_content .index_xxgc_text ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    background: #bd1a2d;
    vertical-align: middle;
    margin: 0px 10px;
}
.index_xxgc_content .index_xxgc_text ul li a {
    font-size: 18px;
    color: #222;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_xxgc_info_one {
    height: 94px;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    padding: 12px;
}
.index_xxgc_info_one h2 {
    font-size: 24px;
    color: #222;
    line-height: 35px;
    text-align: center;
}
.index_xxgc_info_one p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.index_xxgc_info_one p a {
    color: #c80002;
}
.index_pl {
    height: 470px;
}
.index_pl_list {
    width: 1232px;
}
.index_pl_list .index_pl_item {
    margin: 23px 32px 0px 0px;
    float: left;
    border: 1px solid #e9e9e9;
    height: 188px;
    width: 582px;
}
.index_pl_list .index_pl_item h2 {
    height: 45px;
    background: #f5f5f5;
    position: relative;
}
.index_pl_list .index_pl_item h2:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #c80001;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -1px;
    margin-top: 12px;
}
.index_pl_list .index_pl_item h2 a {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    line-height: 45px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_pl_list .index_pl_item p {
    color: #555;
    line-height: 30px;
    padding: 15px;
}
.index_pl_list .index_pl_item p a {
    color: #a70002;
}
.index_pl_title {
    height: 44px;
    background: url("../images/title_pl.png") no-repeat left;
}
.index_tj_title {
    height: 44px;
    background: url("../images/title_tj.png") no-repeat left;
}
/* picScroll */
.picScroll {
    width: 1200px;
    position: relative;
}
.picScroll .hd a {
    background: url("../images/icon_spring.png") no-repeat;
    width: 50px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -38px;
}
.picScroll .hd .prev {
    left: 0px;
    background-position: -110px -6px;
}
.picScroll .hd .prev:hover {
    background-position: 0px -6px;
}
.picScroll .hd .next {
    right: 0px;
    background-position: -156px -6px;
}
.picScroll .hd .next:hover {
    background-position: -48px -6px;
}
.picScroll .bd {
    width: 1052px;
    overflow: hidden;
    margin: 0 auto;
}
.picScroll .bd ul {
    width: 1072px;
}
.picScroll .bd ul li {
    width: 248px;
    height: 342px;
    float: left;
    position: relative;
    margin-right: 20px;

}
.picScroll .bd ul li .bd_text {
    height: 0px;
    width: 228px;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    padding: 0px 10px;
    bottom: 0px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.picScroll .bd ul li .bd_text h2 {
    color: #fff;
    line-height: 30px;
}
.picScroll .bd ul li .bd_text p {
    font-size: 14px;
    color: #e6e6e6;
    line-height: 25px;
    word-wrap: break-word;
    word-break: break-all;


}
.picScroll .bd ul li:hover .bd_text {
    height: 145px;
}
.picScroll .bd ul li .bd_img img {
    width: 248px;
    height: 342px;
}
/* 列表页 and 内容页*/
/* page */
.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.page span {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}
.page a {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}
.page a.num {
    border: solid 1px #FFF;
}
.page span.on {
    background: #bd1a2d;
    color: #FFF;
    border: none;
}
.page a.hover {
    background: #bd1a2d;
    color: #FFF;
    border: solid 1px #FFF;
}
/* listBox */
.listBox {
    background: #ffffff;
    /* border-top: solid 4px @list_overCol;*/

    padding: 20px;
    width: 1160px;
    overflow: hidden;
}
.location {
    height: 40px;
    line-height: 40px;
}
.secTitle {
    height: 50px;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
}
.secTitle h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: solid 3px #bd1a2d;
    position: absolute;
    color: #333;
    left: 10px;
    top: -4px;
    z-index: 9;
    padding: 0 20px;
}
.listContent {
    margin-top: 20px;
}
.txtList {
    width: 880px;
}
/* newsList */
.newsBox {
    width: 660px;
    overflow: hidden;
    height: 360px;
}
.newsBox .conBox {
    padding: 10px 10px 0;
}
.titleBox {
    width: 100%;
    height: 38px;
    border-bottom: solid 2px #b30000;
    overflow: hidden;
    position: relative;
}
.titleBox h2 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
    color: #b30000;
}
.titleBox .more {
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.newsList {
    overflow: hidden;
    width: 100%;
}
.newsList li {
    line-height: 40px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}
.newsList li span.date {
    float: right;
    color: #999;
}
.newsList li i {
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 6px;
    height: 6px;
}
.newsList li a {
    width: 80%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList li:hover i {
    background: #bd1a2d;
}
.newsList li:hover a {
    color: #bd1a2d;
}
.newsList li.line {
    height: 25px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 25px;
}
/* content */
.contentBox {
    background: #FFF;
    /*border-top: solid 4px #1a7ccb;*/

    /*  margin-top: 20px;*/

    padding: 20px;
    width: 1160px;
    overflow: hidden;
}
.content {
    padding-bottom: 20px;
}
.content h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.content .resourcesBox {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    border-bottom: dashed 1px #E6E6E6;
    padding-bottom: 10px;
    color: #666;
}
.content .contentTxt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
}
.content .contentTxt img {
    display: block;
    max-width: 1160px;
    margin: 0 auto;
}
.content .xza h2 {
    font-size: 18px;
    border-bottom: dashed 1px #E6E6E6;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0;
}
.content .xza p {
    padding-left: 2em;
    line-height: 2;
}
.content .xza p a {
    font-size: 16px;
}
.footer {
    width: 100%;
    padding: 20px 0px;
    height: 150px;
    background-color: #bd1a2d;
}
.footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.footer .linkPhoto {
    width: 200px;
    height: 80px;
    margin: 0 auto;
}
.footer .linkPhoto .fleft {
    width: 80px;
    height: 80px;
    float: left;
}
.footer .linkPhoto .fright {
    width: 110px;
    height: 67px;
    padding-top: 13px;
    margin-left: 10px;
    float: right;
}
.footer a {
    font-size: 16px;
    color: #fff;
}
script {
    display: none;
}
