﻿.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;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
.mgt35{
    margin-top:35px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}
.float_l {
    float: left;
}
.float_r {
    float: right;
}
.banner{
    background: url("../images/banner.jpg") no-repeat center top;
    height: 490px;
}
.banner_box {
    width: 1200px;
    margin: 0 auto;
}
.banner_box a{
    color: #fff;
    float: right;
    margin-top: 20px;
}
.index_content {
    width: 1200px;
    margin: 0 auto;
}
.common_title_red {
    background: url(../images/title_bg_red.png) no-repeat bottom left;
    height: 53px;
    width: 1200px;
    text-align: center;
}
.common_title_red h2{
    font-size: 28px;
    color: #df0f00;
    font-weight: bold;

}
.common_title_red span{
    font-size: 12px;
    color: #fff;
    display: block;
}
.common_title_red a,.common_title_yellow a{
    color: #fff;
    background: #d71000;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding: 0px;
    float: right;
    margin-top: -30px;
}
.common_title_yellow {
    background: url("../images/title_bg_yellow.png") no-repeat bottom left;
    height: 53px;
    width: 1200px;
    text-align: center;
    padding-top: 40px;
}
.common_title_yellow h2{
    font-size: 28px;
    color: #f2dc83;
    font-weight: bold;
}
.common_title_yellow span{
    font-size: 12px;
    color: #222;
    display: block;
}
.hyzx_box {
    height: 336px;
    clear: both;

}
.hyzx_box .hyzx_box_img{
    width: 600px;
    height: 336px;
    float: left;
    position: relative;
}
.hyzx_box .hyzx_box_img .hd{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}
.hyzx_box .hyzx_box_img .hd ul li{
    width: 17px;
    height: 4px;
    background: #fff;
    margin: 0px 3px;
    float: left;
}
.hyzx_box .hyzx_box_img .hd ul li.on{
    background: #d71000;
}
.hyzx_box .hyzx_box_img .bd{}
.hyzx_box .hyzx_box_img .bd ul li{
    width: 600px;
    height: 336px;
    position: relative;
}
.hyzx_box .hyzx_box_img .bd ul li img{
    width: 600px;
    height: 336px;
}
.hyzx_box .hyzx_box_img .bd ul li .mask{
    height: 34px;
    line-height: 34px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.hyzx_box .hyzx_box_img .bd ul li .mask a{
    color: #fff;
    margin-left: 10px;
}
.hyzx_box .hyzx_box_content{
    width: 585px;
    height: 336px;
    float: right;
}
.hyzx_box_one_new {
    border-bottom: 1px solid #eaeaea;
    height: 144px;
}
.hyzx_box_one_new h2{
    line-height: 30px;
}
.hyzx_box_one_new h2:before{
    content: "";
    width: 4px;
    height: 30px;
    background: #ee1000;
    display: block;
    float: left;
    margin-right: 5px;
}
.hyzx_box_one_new h2 a{
   font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 30px;
}
.hyzx_box_one_new p {
    line-height: 27px;
    margin-top: 15px;
}

.common_ul  li{
    line-height: 40px;
}
.common_ul  li:before{
    content: "";
    width: 8px;
    height:4px;
    background: #ee1000;
    display: block;
    float: left;
    margin-right: 5px;
    margin: 18px 10px 18px 0px;
}
.common_ul  li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    width: 550px;
    display: list-item;
}
.common_ul  li:hover a {
    font-weight: bold;
}
.common_box {
    width: 1200px;
    clear: both;
    height: 290px;
}
.common_child_box {
    width: 585px;

}
.common_smill_title {
    background: url("../images/title_bg_smill.jpg") no-repeat left top;
    height: 40px;
}
.common_smill_title h2{
    font-size: 24px;
    font-weight: bold;
    color: #cf0f00;
    margin-left: 20px;
    line-height: 40px;
}
.common_smill_title a{
   color: #fff;
    float: right;
    line-height: 40px;
    display: block;
    margin-top: -40px;
    margin-right: 20px;
}
.common_add_border li {
    border-bottom: 1px dashed #d4d4d4;
}
.hyyc_box {
    height: 251px;
    overflow-x: hidden;
}
.hyyc_box ul{}
.hyyc_box ul li{
    height: 65px;
    border-bottom: 1px dashed #d4d4d4;
}
.hyyc_box ul li i{
    background: url("../images/icon_num.png") no-repeat center;
    height: 30px;
    width: 30px;
    font-size: 14px;
    color: #cf0f00;
    display: inline-block;
    text-align: center;
    margin: 18px 14px 0px 18px;
    line-height: 30px;
}
.hyyc_box ul li p{
   font-size: 18px;
    color: #222;
    vertical-align: middle;
    display: inline;
    line-height: 67px;
}

.tjbg_img img {
    height: 242px;
    width: 585px;
    margin-top: 20px;
}
.wyfc_box {
    width: 1200px;
    clear: both;
    height: 510px;
}
.wyfc_box_left {}
.wyfc_box_small_img{
    clear: both;
}
.wyfc_box_small_img img,.wyfc_box_small_img a{
    width: 282px;
    height: 155px;
    display: inline-block;
}
.wyfc_box_big_img img,.wyfc_box_big_img a{
    width: 585px;
    height: 330px;
}
.spbb_box {
    background: url("../images/bg_red.jpg") no-repeat center top;
    height: 622px;
}
.spbb_content {
    width: 1200px;
    margin: 0 auto;
}
.spbb_content_box {
    clear: both;
    height: 448px;
    margin-top: 25px;
}
.spbb_content_box_left {
    width: 795px;
    height: 448px;
    float: left;
    position: relative;
    overflow: hidden;
}
.spbb_content_box_left img{
    width: 795px;
    height: 448px;
}
.spbb_content_box_left .mask,.spbb_content_box_right_item .mask{
    width: 100%;
    height:100%;
    position: absolute;
    top:0px;
    background:url("../images/icon_play.png") no-repeat center rgba(0,0,0,.4);
 /*   -webkit-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition:top .3s ease-in-out;*/
    visibility: hidden;
}
.spbb_content_box_left:hover .mask,.spbb_content_box_right_item:hover .mask{
   visibility: visible;
}
.spbb_content_box_left .mask a,.spbb_content_box_right_item .mask a{
    display: block;
    width: inherit;
    color: #fff;
    font-size: 16px;
    text-align: center;
    bottom: 15px;
    position: absolute;
    height: inherit;
}
.spbb_content_box_right {
    width: 380px;
    float: right;
}
.spbb_content_box_right_item {
    height: 214px;
    width: 380px;
    position: relative;
    overflow: hidden;
}
.spbb_content_box_right_item img{
    height: 214px;
    width: 380px;
}



/* page */
.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}
.page span {
    padding: 5px 10px;
    border: solid 1px #eee;
    margin-right: 10px;
}
.page a {
    padding: 5px 10px;
    border: solid 1px #b20d00;
    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;
}

/* 内容页*/
.wrap .location {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    margin-left: 20px;
}

.wrap .secBox {
    width: 1020px;
    margin: 0 auto;
    padding: 0px 40px;
    overflow: hidden;
}

.wrap .secBox .print {
    color: #333;
    font-size: 16px;
    float: right
}

.wrap .secBox .print i {
    width: 17px;
    height: 19px;
    margin: 5px 5px 0 0;
    display: block;
    float: left;
    background: url("../images/icon_print.png") no-repeat;
}

.wrap .secBox .secList {
    margin-top: 20px;
    display: block;
}

.wrap .secBox .secList li {
    line-height: 50px;
    font-size: 16px;
    clear: both;
}
.secBox .conTit {
    border-bottom: 1px dotted #bfbfbf;
    padding-bottom: 15px;
    clear: both;
}
.secBox .conTit h1 {
    font-size: 26px;
    color: #222;
    text-align: center;
    line-height: 50px;
}
.secBox .conTit .time {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.contentBox {padding: 20px 0px;line-height: 2;font-size: 16px;}
secBox .contentBox {
    margin-top: 15px;
    line-height: 2;
}
/* 列表页*/
.headline {
    padding: 0px 20px;
}
.location {
    height: 50px;
    line-height: 50px;
    width: 1200px;
    margin: 0 auto;
}
.location a {
    color: #222;
}
.secondContent {
    width: 1200px;
    margin: 0 auto;
}
.secondContent .title {
    border-bottom: 1px solid #d9d9d9;
    height: 45px;
}
.secondContent .title:before{
    content: "";
    width: 4px;
    height: 28px;
    background: #cb0000;
    display: block;
    float: left;
    margin: 8px;
}
.secondContent .title h2{
    font-size: 30px;
    color: #222;
    font-weight: bold;
    display: inline-block;
}
.secListTitle {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.secListTitle h2 {
    font-size: 18px;
    color: #be160d;
    font-weight: bold;
    border-bottom: solid 2px #be160d;
    padding: 0 20px;
    display: inline;
    padding-bottom: 7px;
    margin-left: 10px;
}
.thirdCon {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
    padding: 25px 0px;
}
.thirdContent {
    width: 1200px;
    margin: 0 auto;
}
.thirdContent .title {
    border-bottom: 1px solid #d9d9d9;
}
.thirdContent .title h1 {
   color: #222;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.thirdContent .resourcesBox {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    border-bottom: dashed 1px #E6E6E6;
    padding-bottom: 10px;
    color: #666;
}
.imgList {
    width: 1220px;
}
.imgList li{
    margin-right: 20px;
    float: left;
    width: 285px;
    height: 200px;
    margin-top: 20px;
}
.imgList li .img img{
    width: 285px;
    height: 158px;
}
.imgList li .test a{
    color: #222;
    line-height: 40px;
    display: block;
    text-align: center;
}
.headline h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin: 30px 0;
}
.secList {padding:10px}
.secList li {
    clear: both;
    height: 45px;
    line-height: 45px;}
.secList li a {
    font-size: 16px;
    color: #333;
}
.secList li a i {
    display: block;
    background: #eeeeee;
    width: 6px;
    height: 6px;
    float: left;
    margin: 17px 10px 0 0;
}
.secList li.line {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 15px;
    height: 20px;
}
.secList li:hover a {
    color: #cb0000;
    font-weight: bold;
}
.secList li:hover a i{
    background: #D20B00;
}
.date {
    float: right;
    color: #999;
}


.footer {
    background: #c81b15;
    width: 100%;
    padding: 30px 0;
    position: relative;
    clear: both;
}
.footer p {
    text-align: center;
    color: #FFF;
    line-height: 1.8;
}
.footer p a {
    color: #FFF;
}
.footer .icon_dzjg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -265px;
    z-index: 9;
    width: 80px;
    height: 80px;
}