* {
    font-family: 'PingFangSC-Regular', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', sans-serif;
}

html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0 auto;
    padding: 0;
}

body{
    font-size: 18px;
    color: #000;
    min-width: 1200px;
}

html, body {

    min-width: 1400px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    /*color: #2f6699;*/
}

img {
    border: 0px;
    vertical-align: top;
}

em, i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
input, textarea, button, select {
    outline: none;
}

.container {
    width: 1200px;
}

.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width:1200px; margin:0 auto;} /**页面全局宽度**/
#header {margin:0 auto;text-align: center;}
#header .inner {width:100%;overflow:hidden;}
.head {text-align:center;font-size: 0px;}
.head img {width:100%;}

#nav {width:100%;height: 80px;background: #C02427;overflow:hidden;}
.nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
}
#nav li.nav-item a {
    font-size: 20px;
    color: #fff;
    font-family: '华文宋体','宋体','微软雅黑';
	font-weight:bold;
    background: none;
	display: block;
    text-align: center;
    position: relative;
    z-index: 100;
	text-decoration:none;
}
#nav li.nav-item a:hover {
	background: #DB4D4D;
}
#nav li.nav-item a span.item-name {
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
	cursor: pointer;
}


 #part-1{
    padding-bottom: 4rem;
    margin: auto;
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
    padding-top:4rem;
}
.news{width: 1200px;height: auto;margin:0 auto;overflow:hidden;}
.news .new_img{float: left;width: 1200px;margin: 0 auto;height: 355px;}
.slideBox{width: 100%;height: 355px;overflow:hidden;position:relative;}
.slideBox .hd{height:20px;overflow:hidden;position:absolute;right:5px;bottom: 0%;z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{border-radius: 10px;float:left;margin-right: 12px;width: 20px;height: 20px;text-indent: -999px;line-height:19px;text-align:center;background:#E56936;cursor:pointer;}
.slideBox .hd ul li.on{background: #ca201e;color:#fff;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{width: 100%;height: 326px;display:block;}
.slideBox .bd .swipe{width: 520px;height: 350px;float: left;}
.slideBox .bd .swiper{margin-top: 1%;float: left;margin-left: 2%;width: 53%;}
.slideBox .bd .swipe img {
    width: 100%;
    height: 326px;
    display: block;
	overflow:hidden;
}
.slideBox .bd .swiper h1{
    color: #a61f24;
    font-size: 28px;
    line-height: 43px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
	text-align:center;
}
.slideBox .bd .swiper h1 a{
    color: #ca201e;
}
.slideBox .bd .swiper p{
    width: 650px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-indent:2em;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.slideBox .prev,
.slideBox .next{position:absolute;left: 1%;top:50%;margin-top:-25px;display:block;width:32px;height:40px;background:url(xxds_slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{left:auto;right: 1%;background-position:8px 5px;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox .bd li .tit{
	display:block;
	width: 42%;
	position:absolute;
	bottom:0;
	text-indent:10px;
	height:50px;
	background:#0000005c;
	color:#fff;
	text-align:left;
	font-family: 'Microsoft Yahei';
	font-size: 1em;
	line-height: 50px;
	right: 56px;
}

#part-2{
    background: #E53A20;
    height:560px;
    padding-top:80px;
}
#part-2 .title{
    margin-bottom: 10px;
}
.container {
    width: 1200px;
	margin:0 auto;
}
#part-2 .title a{
    background: url("../../images/ll.png") left top no-repeat;
    width: 189px;
}
.title{
    height:48px;
    overflow: hidden;
}
.title a{
    height:48px;
    float: left;
    text-indent: -1000px;
}
#part-2 ul{
    margin-top: 5px;
}
#part-2 li{
    padding:20px 0;
    line-height: 2;
    overflow: hidden;
    border-bottom: 1px solid #FC9586;
	transition: all 0.35s ease-out;
}
#part-2 li a{
    display: block;
    color: #fff;

    overflow: hidden;
}
#part-2 li a em{
    opacity: 0.6;
}
#part-2 li a span{
    float: right;
    width: calc(100% - 180px);
    margin-left: 75px;
    opacity:1;
}
#part-2 li:hover{
    padding:20px 30px;
    background: #C41F05;
}
#part-2 li:hover a em{
    opacity: 1;
}

#part-3{
    height:720px;
}
.part-3-bs,.part-3-ll {float:left;width:570px;height:460px;margin:80px 0px;}

.part-3-bs .title a{
    background: url("../../images/qz.png") left top no-repeat;
    width: 189px;
}
.part-3-ll .title a{
    background: url("../../images/ss.png") left top no-repeat;
    width: 189px;
}
.part-3-bs ul {
	margin-top:30px;
}
.part-3-bs ul li {
    position: relative;
    height: 60px;
    margin-bottom: 20px;
	transition: all 0.35s ease-out;
}
.part-3-bs ul li:hover{transform: translateX(-10px);}
.part-3-bs ul a:hover{color:#E53A1F;}
.part-3-bs ul li::before {
    content: '';
    width: 0;
    height: 0;
    width: 4px;
    height: 20px;
    background-color: #cb2a30;
    top: 45%;
    margin-top: -8px;
    position: absolute;
    z-index: 20;
}
.part-3-bs ul li a {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-right: 5%;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part-3-ll .ll-news {
	float: left;
	margin-top:30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
 
}
.part-3-ll .ll-news .tab_con .fold {
    overflow: hidden;
    display: block;
}

.part-3-ll .ll-news .tab_con .unfold {
    display: block;
    position: relative;
}
.part-3-ll .ll-news .tab_con .unfold .text {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.89;
    height: 137px;
    width: 100%;
}
.part-3-ll .ll-news .tab_con .unfold .text h2 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    margin: 100px 20px 0;
}
.part-3-ll .ll-news .tab_con .unfold .text h2 a {
    color: #fff;
}
.part-3-ll .ll-news ul li {
	position: relative;
	transition: all 0.35s ease-out;
}
.part-3-ll .ll-news ul li::before {
    content: '';
    width: 0;
    height: 0;
    width: 4px;
    height: 4px;
    background-color: #cb2a30;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    z-index: 20;
}
.part-3-ll .ll-news ul li:hover{
    padding:0px 10px;
}
.part-3-ll .ll-news ul li a:hover{color:#E53A1F;}
.part-3-ll .ll-news ul .fold p {
    font-size: 16px;
    padding: 0;
    line-height: 45px;
    margin: 0 20px;
}
.part-3-ll .ll-news ul .fold p a {
	display:block;
        white-space: nowrap;   
  overflow: hidden; 
  text-overflow: ellipsis;
  text-overflow: clip;
}
.part-3-ll .ll-news ul li {
	border-bottom: #E7E7E7 1px solid;
    margin:0px 15px
}
.part-3-ll .ll-news ul li:nth-child(4){
    border: 0;
}
.part-3-ll .ll-news .tab_con .unfold .pic {
    width: 100%;
    height: 274px;
    overflow: hidden;
}
.part-3-ll .ll-news .tab_con .unfold .pic img {
    width: 100%;
	transition: all 0.7s ease;
}
.part-3-ll .ll-news .tab_con .unfold .pic:hover img {
    transform: scale(1.1);
}
#part-4 {
	background:url("../../images/bg2.jpg") top center no-repeat;
    padding-top:20px;
}
.part-4-gz,.part-4-tz {float:left;width:570px;height:740px;margin:40px 0px;}
.part-4-gz .title a{
    background: url("../../images/ll.png") left top no-repeat;
    width: 189px;
}
.part-4-tz .title a{
    background: url("../../images/tzgg.png") left top no-repeat;
    width: 189px;
}

.part4-cont{
	width:570px;
    height:802px;
	overflow:hidden;
	margin-top:20px;
}
.part4-cont dl{
    border-bottom: 1px solid #cccccc;
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
	position:relative;
	transition: all 0.5s ease-out;
}
.part4-cont dt{
    float: left;
    width: 100px;
    height: 90px;
	text-align: center;
}
.part4-cont dt .date{
	color: #fff;
    font-weight: 600;
    font-size: 30px;
    display: block;
    background-color: #cb2a30;
	transition: all 0.4s ease-in-out;
}
.part4-cont dt .year {
	font-size: 20px;
    color: #cb2a30;
    border: 1px solid #cb2a30;
	border-top:0;
	width: 98px;
    height: 50px;
    display: block;
    line-height: 50px;
}
.part4-cont dl:hover .date{
	background-color:#FF6262;
	transition:all 0.4s ease-in-out
}
.part4-cont dt span{
    color: #fff;
}
.part4-cont dd{
    float: right;
    width: calc(100% - 120px);
}
.part4-cont dd strong{
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 32px;
    overflow: hidden;
}
.part4-cont dl:hover {
	border-bottom: 1px solid #E53A20;
}
.part4-cont dd strong a{
    color: #000;
}
.part4-cont dd strong a:hover {
	color:#E7391E;
}
.part4-cont dd p{
    font-size: 16px;
    color: #8E8E8E;
    line-height:2;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#part-5 {
    height:1770px;
    padding-top:80px;
}
.hsxs .title a {
	background: url("../../images/hsxs.png") left top no-repeat;
    width: 189px;
}

.hsxs ul {
    background: #E53A20;
    height: 412px;
    margin-top: 50px;
    padding: 100px 12px;
    overflow: hidden;
	box-sizing: border-box;
}

.hsxs ul li {
    float: left;
    width: 23.333%;
    padding: 0 58px;
    border-right: 1px solid #ffffff;
	transition: all 0.4s;
}
.hsxs ul li:hover{
	margin-top: -20px;
}
.hsxs ul li strong {
    font-size: 22px;
    display: block;
	color: #ffffff;
}
.hsxs ul li small {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}
.hsxs ul li p {
    text-indent: 2em;
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    margin-top: 35px;
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hsxs ul li:nth-child(3) {
    border: 0;
}


.xjdx {
        clear: both;
	height:530px;
	margin-top:80px;
}

.xjdx .title a {
	background: url("../../images/dy.png") left top no-repeat;
    width: 189px;
}
.xjdx-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin:20px 0px;;
    padding: 0;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
	width:400px;
}
.slick-slide > a {
    display: block;
    background-color: #fff;
    padding: 10px;
}
.slick-slide .item-txt5:after{
	content: "";
	width:0;
	height:4px;
	background:#E53A20;
	position:absolute;
	bottom:0%; left:50%;
	transition:all .8s;
}

.slick-slide .item-txt5:hover:after{
	left:0%; 
	width:100%;
}
.sl1 {
	margin-right:20px;
}
.sl2 {
	margin:0px 10px;
}
.sl3 {
	margin-left:20px;
}
.gp-img-responsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
    background-color: #d8e3e6;
}
.gp-img-responsive img:hover{
	transform:scale(1.03);opacity: 0.85;
}
.slick-slide img {
    position: relative;
    z-index: 5;
	display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: none;
}

.item-txt5 {
    position: relative;
    padding: 15px 15px 30px 0px;
}
.item-txt5 h3 {
    margin-bottom: 15px;
}
.gp-title {
    font-weight: normal;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    padding-top: 8px;
}
.gp-ellipsis, .gp-text-truncate {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gp-f16 {
    font-size: 16px;
}
.item-txt5 p {
	font-size:14px;
    color: #999;
    line-height: 24px;
    height: 96px;
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.xxzl {
	height:630px;
	margin-top:30px;
	
}
.xxzl .title a {
	background: url("../../images/xxzl.png") left top no-repeat;
    width: 189px;
}
.xxzl ul {
    margin-top: 70px;
}
.xxzl ul li {
    float: left;
    width: 25%;
}
.xxzl ul li a {
    color: #000;
    font-size: 16px;
}
.xxzl ul li a:hover {
    color:#E53A20;
}
.xxzl ul li img {
    display: block;
}
.xxzl ul li strong {
    display: block;
    font-size: 22px;
    margin: 25px 0 20px;
}
.xxzl ul li:hover {
    float: left;
    width: 25%;
}

#footer {
	float: left;
    width:100%;
	height:128px;
	background-color:#AB1B00;
	margin:0 auto;
}
#copyright {
    width:1200px;
    margin: 0px auto;
    text-align: center;
    padding-top: 30px;
	font-family:"Microsoft Yahei";
}
.logo {
	float:left;
	width:350px;
	height:76px;
	background:url(../../images/log2.png) left center no-repeat;
	}
.copy {
	float:left;
	width:200px;
	height:40px;
	border:0px solid black;
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin-top:20px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}
.channel {
	float:left;
	width:550px;
	height:40px;
	font-size:16px;
	color:#FFF;
	border:0px solid #fff;
	text-align:center;
	margin-left:10px;
	margin-top:20px;
	line-height:20px;
	}
.channel a {
	text-decoration: none;
	color:#ffffff;
}
.channel a:visited {
	text-decoration: none;
        color:#ffffff;
}
.channel a:hover {
	text-decoration:none;
}
.txt p { display:none;}



#subpage {
    width: 1200px;
    margin: 0px auto;
    padding: 20px;
    background: #ffffff;
}

.Bread {
    width: auto;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    color: #bd070b;
	font-family: 'Microsoft YaHei','微软雅黑',SimSun,'宋体','Lucida Grande', Tahoma,Arial, Helvetica, sans-serif;
}

.Bread a {
    color: #bd070b;
}

#subpage .articlelist {
    overflow: hidden;
}

.listtitle {
    background: none;
    height: 44px;
    line-height: 44px;
    background: #f0f0f0;
}

.listtitle h2 {
    color: #bd070b;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    display: inline-block;
    padding: 0 30px;
    padding-left: 30px;
    line-height: 44px;
    background: url(../../images/tb.png) no-repeat left 15px center #c31616;
    padding-left: 47px;
    color: #ffffff;
}

.newslist li {
    position: relative;
	padding: 38px 0;
    border-bottom: 1px solid #ededed;
    transition: all 0.3s ease-in-out;
    min-height: 150px;
}

.item-lf {
    width: 99px;
    float: left;
    border-top: 2px solid #830002;
    padding-top: 10px;
    position: relative;
    z-index: 33;
}

.item-date {
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    text-align: center;
    padding-bottom: 2px;
}

.item-date-day {
    color: #830002;
    font-size: 30px;
    padding: 0 0 0 3px;
}

.item-img {
    width: 320px;
    float: left;
    margin-left: 40px;
    position: relative;
    z-index: 30;
}

.item-img a {
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}
.item-img img {
	width: 100%;
}
.imgResponsive {
    width: 100%;
    height: 0;
   padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
    transition: all 0.3s ease;
}

.item-txt {
    margin-left: 495px;
    position: relative;
    z-index: 30;
}

.item-txt h3 {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 20px;
	font-family: '鍗庢枃瀹嬩綋','瀹嬩綋','寰蒋闆呴粦';
	font-weight:bold;
}

.item-txt h3 a {
	outline: none;
    text-decoration: none;
    color: #323232;
}

.item-txt p {
    line-height: 21px;
    height: 84px;
    overflow: hidden;
    color: #828282;
	font-size:12px;
}

.imghover{position: relative;}
.imghover,.imghover *{transition: all 0.3s ease-in-out;}
.imgArticleList img:hover{opacity: 1}
.imghover:before{content: '';background-color:#C02427;display: block;position: absolute;z-index: 10;width: 100%;height:0;left:0%;top: 50%;background-size: 50% 50%; background-repeat: no-repeat;transition: all 0.3s ease-in-out;border-radius: 0 15px 0 15px;}
.imghover:after{height: 0;width: 0}
.imghover:hover{z-index: 10;position: relative;}
.imghover:hover:before{width: 104%;height: 100%;left:-2% ;top:0%;content: '';box-shadow:3px 35px 77px -17px rgba(139, 0, 18, 0.5);}
/* .imghover:hover:after{content: '';width: 104%;height: 100%;background:url(../images/log5.jpg) no-repeat bottom right;overflow: hidden;position: absolute;left: -2%;top: 0;z-index: 11} */
.imghover:hover a,.imghover:hover .item-date-day,.imghover:hover .item-date-year,.imghover:hover p{color:#fff;*color:#333;cursor:pointer;}
.imghover:hover .item-lf{border-top-color:#fff;}
.imghover:hover .item-lf,.imghover:hover .item-share{*border-color:#8b0012;}


#subPage .articleList2 {
    overflow: hidden;
}
.newslist2 {
    margin: 10px 0 0 0;
}
.newslist2 li {
	background: url(../images/dot.png) no-repeat left top 18px;
	height: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
}
.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    background: #f5f5f5;
    color: #777;
}
.newslist2 li span {
    float: right;
    color: #999;
}
.newslist2 li a {
    float: left;
    height: 40px;
    overflow: hidden;
    width: 80%;
    display: inline-block;
    font-size: 14px;
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 26px;
    color: #bd070b;
    line-height: 20px;
    padding: 10px 0;
}
.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    background: #f5f5f5;
    color: #777;
}

.articleAuthor span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}
.article {
    overflow: hidden;
    margin: 20px 10px;
    font-size: 16px;
    line-height: 37px;
}
.lf60 {
	margin-left:60px;
}
.yellow {
                            font-size: 16px;
                            margin: 20px 0 0px 0;
                            padding-top: 12px;
                            text-align: center;
                        }

                        .yellow a {
                            border: #ccc 1px solid;
                            margin: 0 3px;
                            color: #000;
                            padding: 2px 5px;
                            text-decoration: none;
                            font-size: 16px;
                        }

                        .yellow a:hover {
                            color: #f60;
                            border: 1px #f60 solid;
                            background: #fff;
                        }

                        .yellow a.active {
                            border: 1px #AE0A29 solid;
                            background: #AE0A29;
                            color: #fff;
                            font-weight: bold;
                        }