﻿.idx_first_block {
	margin-top: 15px;
}
.idx_first_block .container {
	box-sizing: border-box;
	background-color: #fff;
  	height: 372px;
  	padding: 30px;
  	position: relative;
  	overflow: hidden;
  	margin-bottom: 30px;
}
.idx_first_bg {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.headlines_tout {
	background: url(../images/tout_background.png) no-repeat center;
	margin-top: 10px;
	box-sizing: border-box;
	padding-top: 30px;
	height: 136px;
}
.headlines {
	text-align: center;
	box-sizing: border-box;
	position: relative;
	padding: 0 125px;
}
.headlines h1 a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
	color: rgb(200,50,50);
	line-height: 38px;
}
.headlines h1 a:hover {
	text-decoration: underline;
}
.headlines p {
	font-size: 18px;
	color: #666666;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 12px auto 0;
}
.headlines > a {
	position: absolute;
	right: 190px;
    bottom: -6px;
	font-size: 16px;
    color: #999999;
    line-height: 28px;
}
.LunBo_Gzdt {
	/*margin-top: 30px;*/
}
.LunBoBox {
	float: left;
	width: 585px;
	height: 312px;
	position: relative;
}
.LunBoBox .swiper-slide {
	position: relative;
}
.LunBoBox .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.LunBoBox .swiper-slide a img {
	display: block;
	width: 100%;
	height: 100%;
}
.LunBoBox .swiper-slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #fff;
	background: rgba(0,0,0,.6);
}
.LunBoBox .swiper-slide span:hover {
	font-weight: 700;
}
.LunBoBox .swiper-slide span em {
	display: block;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.LunBoBox .pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  text-align: center;
}
.LunBoBox .swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}
.LunBoBox .swiper-active-switch {
  background: #e63701;
}
.LunBoBox .switchBot a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.LunBoBox .switchBot a.btn1 {
	right: 0;
}
.GzdtBox {
	float: right;
	width: 564px;
}
.GzdtBox .hd {
	box-sizing: border-box;
    height: 43px;
    border-bottom: 1px solid #dddddd;
}
.GzdtBox .hd ul {
	float: left;
}
.GzdtBox .hd li {
	float: left;
    padding-right: 32px;
    margin-right: 32px;
    background: url(../images/tongTabList_xian.png) no-repeat right center;
}
.GzdtBox .hd li:last-child {
	background: none;
}
.GzdtBox .hd li a {
	font-size: 20px;
    color: #015293;
}
.GzdtBox .hd li.on a {
	font-weight: 700;
	color: #015293;
}
.GzdtBox .bd {
	height: 278px;
	overflow: hidden;
}
.GzdtBox .swiper-slide {
	width: 100%;
}
.GzdtBox .swiper-slide ul {
	padding-top: 10px;
}
.GzdtBox .swiper-slide li {
	height: 44px;
	line-height: 44px;
}
.GzdtBox .swiper-slide li a {
	display: inline-block;
	max-width: 83%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	padding-left: 17px;
	background: url(../images/dian_blue.png) no-repeat left center;
	box-sizing: border-box;
}
.GzdtBox .swiper-slide li img {
	vertical-align: top;
	margin-top: 14px;
}
.GzdtBox .swiper-slide li:hover {
	background-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.04) 50%,transparent 100%);
}
.GzdtBox .swiper-slide li a:hover {
	color: #015293;
}
.GzdtBox .swiper-slide li span {
	float: right;
	font-size: 16px;
	color: #999999;
}

.GzdtBox .bd .block {
    padding-top: 17px;
}
.GzdtBox .bd .block a {
    float: right;
    width: 100%;
    line-height: 28px;
    padding-left: 17px;
    background: url(../images/dian_blue.png) no-repeat left 12px;
    box-sizing: border-box;
}
.GzdtBox .bd .block a p {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #555;
    font-weight: 700;
}
.GzdtBox .bd .block a i {
    display: block;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ccc;
}
.GzdtBox .bd .block a:hover p {
    color: #015293;
    font-weight: 700;
}
.GzdtBox .bd .block a br {
	display: none;
}
.GzdtBox .bd .block a i span {
    float: right;
}
.GzdtBox .bd .block a img {
	vertical-align: top;
    margin-top: 6px;
    margin-left: 5px;
}


.idx_second_block {
	margin-top: 30px;
}
.idx_second_block .container {
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px 30px 18px;
}
.tongTabList {
	float: left;
	width: 373px;
}
.tongTabList .hd {
	box-sizing: border-box;
	height: 43px;
	border-bottom: 1px solid #dddddd;
}
.tongTabList .hd ul {
	float: left;
}
.tongTabList .hd li {
	float: left;
	padding-right: 32px;
	margin-right: 32px;
	background: url(../images/tongTabList_xian.png) no-repeat right center;
}
.tongTabList .hd li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.tongTabList .tongMore {
	height: 40px;
}
.tongTabList .tongMore a {
	line-height: 28px;
}
.tongTabList .hd li a {
	font-size: 20px;
	color: #015293;
}
.tongTabList .hd li.on a {
	font-weight: 700;
	color: #015293;
}
.tongTabList .bd {
	max-height: 230px;
	overflow: hidden;
}
.tongTabList .swiper-slide {
	width: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}
.tongTabList .swiper-slide li {
	height: 44px;
	line-height: 44px;
}
.tongTabList .swiper-slide li:hover {
	background-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.04) 50%,transparent 100%);
}
.tongTabList .swiper-slide li a {
	display: inline-block;
	max-width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 22px;
	background: url(../images/dian_blue.png) no-repeat 4px center;
}
.tongTabList .swiper-slide li a:hover {
	color: #015293;
}
.tongTabList .swiper-slide li span {
	float: right;
	font-size: 16px;
	color: #999999;
}
.MscxBox {
	float: right;
}
.ZzzqxxBox {
	margin-left: 30px;
	width: 565px;
}
.ZzzqxxBox .swiper-slide li em {
	color: #c83232;
	margin-right: 6px;
}
.idx_third_block {
	height: 535px;
	box-sizing: border-box;
	padding-top: 30px;
	overflow: hidden;
}
.idx_third_block .upHdBox {
	text-align: center;
}
.idx_third_block .upHdBox li {
	display: inline-block;
	width: 270px;
	height: 81px;
	background: url(../images/idx_third_hdBg.png) no-repeat center top;
	margin: 0 10px;
}
.idx_third_block .upHdBox li a {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 70px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 122px;
}
.idx_third_block .upHdBox li:nth-child(1) a {
	background: url(../images/idx_third_hdIcon1.png) no-repeat 62px center;
}
.idx_third_block .upHdBox li:nth-child(2) a {
	background: url(../images/idx_third_hdIcon2.png) no-repeat 62px center;
}
.idx_third_block .upHdBox li:nth-child(3) a {
	background: url(../images/idx_third_hdIcon3.png) no-repeat 62px center;
}
.idx_third_block .upHdBox li.on {
	background: url(../images/idx_third_hdBg1.png) no-repeat center top;
}
.idx_third_block .upBdBox {
	height: 405px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	margin-top: 19px;
}
.idx_third_block .upBdBox > .swiper-container {
	height: 100%;
}
.idx_third_block .upBdBox > .swiper-container > .swiper-wrapper > .swiper-slide {
	width: 100%;
}
.idx_zcjd {
	margin-left: 40px;
}
.idx_zcjd .swiper-slide,.idx_zcfg .swiper-slide {
	padding-top: 10px;
}
.idx_zfxxgk {
	float: right;
	width: 360px;
}
.idx_zfxxgk > div {
	margin-top: 18px;
}
.idx_zfxxgk > div a {
	float: left;
	width: 174px;
	height: 73px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.idx_zfxxgk > div a:nth-child(2n) {
	margin-right: 0;
	width: 174px;
}
.idx_zfxxgk > div a.a1 {
	background: url(../images/zfxxgk_img2.png) no-repeat center;
}
.idx_zfxxgk > div a.a2 {
	background: url(../images/zfxxgk_img3.png) no-repeat center;
}
.idx_zfxxgk > div a.a3 {
	background: url(../images/zfxxgk_img4.png) no-repeat center;
	margin-bottom: 0;
}
.idx_zfxxgk > div a.a4 {
	background: url(../images/zfxxgk_img5.png) no-repeat center;
	margin-bottom: 0;
}
.idx_zwgk_sixAnN {
	margin-top: 19px;
}
.idx_zwgk_sixAnN a {
	float: left;
	width: 190px;
	height: 51px;
	line-height: 48px;
	box-sizing: border-box;
	border: 1px solid #d6d9e1;
	background-color: #f3f5fb;
	font-size: 16px;
	color: #333333;
	padding-left: 50px;
	margin-right: 8px;
}
.idx_zwgk_sixAnN a:nth-child(1) {
	padding-left: 82px;
	background: url(../images/idx_zwgk1.png) no-repeat 46px center;
	background-color: #f3f5fb;
}
.idx_zwgk_sixAnN a:nth-child(6) {
	padding-left: 64px;
	background: url(../images/idx_zwgk2.png) no-repeat 28px center;
	background-color: #f3f5fb;
	margin-right: 0;
}
.idx_zwgk_sixAnN a:nth-child(2) {
	padding-left: 82px;
	background: url(../images/idx_zwgk3.png) no-repeat 46px center;
	background-color: #f3f5fb;
}
.idx_zwgk_sixAnN a:nth-child(3) {
	padding-left: 61px;
	background: url(../images/idx_zwgk4.png) no-repeat 30px center;
	background-color: #f3f5fb;
}
.idx_zwgk_sixAnN a:nth-child(4) {
	padding-left: 50px;
	background: url(../images/idx_zwgk5.png) no-repeat 18px center;
	background-color: #f3f5fb;
}
.idx_zwgk_sixAnN a:nth-child(5) {
	padding-left: 70px;
	background: url(../images/idx_zwgk6.png) no-repeat 40px center;
	background-color: #f3f5fb;
}
.idx_nmgzwfw {
	float: left;
	width: 585px;
}
.idx_nmgzwfw_img a img {
	display: block;
	width: 585px;
	height: 135px;
}
.idx_nmgzwfw_imgBo {
	position: relative;
	margin-top: 32px;
	height: 160px;
}
.idx_nmgzwfw_imgBo .swiper-slide {
	width: 100%;
}
.idx_nmgzwfw_imgBo .swiper-slide a {
	float: left;
	width: 25%;
}
.idx_nmgzwfw_imgBo .swiper-slide a img {
	display: block;
	margin: 0 auto;
}
.idx_nmgzwfw_imgBo .swiper-slide a p {
	width: 105px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	text-align: center;
	margin-top: 16px;
}
.idx_nmgzwfw_imgBo .swiper-slide a:hover p {
	color: #015293;
}
.idx_nmgzwfw_imgBo .pagination {
	position: absolute;
	width: auto;
	float: none;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.idx_nmgzwfw_imgBo .pagination .swiper-pagination-switch {
	width: 25px;
	float: left;
	height: 7px;
	background-color: #d9e3ff;
	margin: 0 5px;
	cursor: pointer;
}
.idx_nmgzwfw_imgBo .pagination .swiper-active-switch {
	background-color: #015293;
}
.idx_zwgk_ywxt {
	float: right;
	width: 565px;
	position: relative;
	height: 100%;
}
.idx_zwgk_ywxt .swiper-wrapper {
	height: 205px !important;
}
.idx_zwgk_ywxt .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 205px !important;
}
.idx_zwgk_ywxt .swiper-wrapper .swiper-slide a {
	float: left;
	width: 175px;
	height: 93px;
	background-color: #f6f6f6;
	margin-right: 18px;
	margin-bottom: 20px;
}
.idx_zwgk_ywxt .swiper-wrapper .swiper-slide a:nth-child(3n) {
	margin-right: 0;
}
.idx_zwgk_ywxt .swiper-wrapper .swiper-slide a img {
	display: block;
	margin: 0 auto;
	margin-top: 19px;
}
.idx_zwgk_ywxt .swiper-wrapper .swiper-slide a p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding: 0 10px;
}
.idx_zwgk_ywxt .swiper-wrapper .swiper-slide a:hover p {
	color: #015293;
}
.idx_zwgk_ywxt .hd h3 {
	font-size: 20px;
	color: #015293;
	margin-bottom: 21px;
}
.idx_zwgk_ywxt .switchBot {
	position: absolute;
	right: 2px;
	top: 0;
}
.idx_zwgk_ywxt .switchBot a {
	float: left;
	width: 21px;
	height: 21px;
	border: 1px solid #e2e2e2;
	margin-left: 10px;
}
.idx_zwgk_ywxt .switchBot a.btn1 {
	background: url(../images/idx_zwfw_img6.png) no-repeat center;
}
.idx_zwgk_ywxt .switchBot a.btn2 {
	background: url(../images/idx_zwfw_img5.png) no-repeat center;
}
.idx_zwgk_ywxt .switchBot a.btn1:hover {
	background: url(../images/idx_zwfw_img6_1.png) no-repeat center;
	background-color: #015293;
}
.idx_zwgk_ywxt .switchBot a.btn2:hover {
	background: url(../images/idx_zwfw_img5_1.png) no-repeat center;
	background-color: #015293;
}
.idx_zwgk_ywxt_siBlock {
	height: 72px;
	margin-top: 23px;
}
.idx_zwgk_ywxt_siBlock a {
	float: left;
	height: 100%;
	width: 175px;
	line-height: 72px;
	box-sizing: border-box;
	padding-left: 69px;
	font-size: 18px;
	color: #fff;
	margin-right: 18px;
}
.idx_zwgk_ywxt_siBlock a:nth-child(1) {
	background: url(../images/idx_zwfw_img2.png) no-repeat center / 100%;
}
.idx_zwgk_ywxt_siBlock a:nth-child(2) {
	background: url(../images/idx_zwfw_img3.png) no-repeat center / 100%;
	padding-left: 78px;
}
.idx_zwgk_ywxt_siBlock a:nth-child(3) {
	background: url(../images/idx_zwfw_img4.png) no-repeat center / 100%;
	margin-right: 0;
}
.idx_hdjl_lyxdBox {
	float: left;
	width: 585px;
}
.idx_hdjl_lyxd {
	width: 100%;
}
.idx_hdjl_lyxd .bd {
	height: 225px;
}
.idx_hdjl_lyxd .swiper-slide {
	padding-top: 10px;
}
.idx_hdjl_lyxd .swiper-slide li {
	height: 42px;
	line-height: 42px;
}
.idx_hdjl_lyxd .swiper-slide li a {
	max-width: 72%;
}
.idx_hdjl_lyxd .swiper-slide li em {
	float: right;
	box-sizing: border-box;
    text-align: left;
    padding-left: 30px;
    background: url(../images/huifuimg_1.png) no-repeat 7px center;
    color: #999;
    margin-left: 10px;
}
.idx_hdjl_lyxd .swiper-slide li em.show {
	background: url(../images/huifuimg.png) no-repeat 7px center;
}
.idx_hdjl_sanBlock {
	float: left;
}
.idx_hdjl_sanBlock a {
	float: left;
	width: 585px;
	height: 78px;
	/*line-height: 65px;
	font-weight: 700;
	color: #fff;
	font-size: 18px;*/
	box-sizing: border-box;
	/*padding-left: 75px;
	margin-right: 12px;*/
}
.idx_hdjl_sanBlock a img {
	display: block;
	width: 100%;
	height: 100%;
}
/*.idx_hdjl_sanBlock a:nth-child(1) {
	background: url(../images/idx_hdjl_img1.png) no-repeat 24px center;
	background-color: #a9d5fa;
}
.idx_hdjl_sanBlock a:nth-child(2) {
	background: url(../images/idx_hdjl_img2.png) no-repeat 24px center;
	background-color: #abc0f7;
}
.idx_hdjl_sanBlock a:nth-child(3) {
	background: url(../images/idx_hdjl_img3.png) no-repeat 24px center;
	background-color: #afe0c1;
	margin-right: 0;
}*/
.idx_hdjl_yjzjZxft {
	float: right;
	width: 565px;
}
.idx_hdjl_yjzjZxft .bd {
	height: 305px;
	max-height: none;
}
.idx_hdjl_yjzjZxft .swiper-slide {
	padding-top: 10px;
}
.idx_hdjl_yjzjZxft .swiper-slide li {
	height: 42px;
	line-height: 42px;
}
.idx_hdjl_yjzjZxft .swiper-slide li a {
	max-width: 80%;
}
.idx_hdjl_yjzjZxft .swiper-slide:nth-child(1) li {
	background: none;
	padding-left: 0;
}
.idx_hdjl_yjzjZxft .swiper-slide:nth-child(1) li a {
	max-width: 70%;
}
.idx_hdjl_yjzjZxft .swiper-slide li em {
	float: left;
    width: 67px;
    height: 23px;
    line-height: 23px;
    background: #a9c5e4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    margin: 10px 20px 0 0;
}
.idx_hdjl_yjzjZxft .swiper-slide li em.on {
	background: #e90000;
}
.idx_hdjl_yjzjZxft .yjzj_slide {
	margin-top: 18px;
	margin-bottom: 10px;
}
.idx_hdjl_yjzjZxft .yjzj_slide > a {
	float: left;
	width: 250px;
	height: 141px;
}
.idx_hdjl_yjzjZxft .yjzj_slide > a img {
	display: block;
	width: 100%;
	height: 100%;
}
.yjzj_slide_r {
	float: right;
	width: 285px;
}
.yjzj_slide_r >a {
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yjzj_slide_r >a:hover {
	color: #015293;
}
.yjzj_slide_r > p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.yjzj_slide_r > p em {
	float: left;
	width: 49px;
}
.yjzj_slide_r > p span {
	float: left;
	width: 235px;
}
.yjzj_slide_r > p span a {
	display: block;
	font-size: 16px;
    color: #666666;
}

.idx_fourth_blcok {
	margin-top: 30px;
}
.idx_fourth_blcok .container {
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px;
}
.idx_fourth_div {
	float: left;
	width: 277px;
} 
.idx_fourth_div .hd {
	box-sizing: border-box;
    height: 43px;
    border-bottom: 1px solid #dddddd;
}
.idx_fourth_div .hd span {
	font-size: 20px;
	font-weight: 700;
    color: #015293;
}
.idx_fourth_div .hd a {
	float: right;
	color: #999999;
	font-size: 16px;
	line-height: 28px;
}
.idx_fourth_div .bd {
	/*background: url(../images/yshjAnniu.png) no-repeat center;*/
	width: 277px;
	height: 153px;
	position: relative;
	margin-top: 24px;
}
.idx_fourth_div .bd a img {
	display: block;
	width: 277px;
	height: 153px;
}
.idx_fourth_div .bd > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.idx_fourth_kxpj {
	margin-left: 30px;
}
.idx_fourth_ztzl {
	float: right;
	width: 565px;
}
.idx_fourth_ztzl .hd {
	box-sizing: border-box;
    height: 43px;
    border-bottom: 1px solid #dddddd;
}
.idx_fourth_ztzl .hd span {
	font-size: 20px;
    color: #015293;
    font-weight: 700;
}
.idx_fourth_ztzl .hd a {
	float: right;
	color: #999999;
	font-size: 16px;
	line-height: 28px;
}
.idx_fourth_ztzl .bd {
	height: 153px;
	position: relative;
	margin-top: 24px;
}
.idx_fourth_ztzl .bd .swiper-container {
	height: 153px;
	width: 100%;
	margin-right: 8px;
}
.idx_fourth_ztzl .bd .swiper-slide {
	height: 153px;
}
.idx_fourth_ztzl .bd .swiper-slide-active {
	margin-right: 10px;
}
.idx_fourth_ztzl .bd .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.idx_fourth_ztzl .switchBot a {
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
}
.idx_fourth_ztzl .switchBot a.btn2 {
	left: 0;
}
.idx_fourth_ztzl .switchBot a.btn1 {
	right: 0;
}


/*试运行弹窗开始*/
.testRun {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 285px;
  height: 260px;
  transition: height .3s;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  padding: 0 15px;
  z-index: 99999;
}
.testRun .testRun_close {
  height: 16px;
}
.testRun .testRun_close span {
  float: right;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  margin-right: -10px;
  cursor: pointer;
  font-size: 20px;
  color: #67696a;
}
.testRun_cont a {
  display: block;
  width: 256px;
  height: 142px;
}
.testRun_cont a img {
	display: block;
	width: 100%;
	height: 100%;
}
.testRun_cont p {
  font-size: 15px;
  color: #222;
  line-height: 22px;
  margin-top: 10px;
}
.testRun .bot a {
  font-size: 12px;
  color: #015293;
  /*margin-top: 15px;*/
  display: inline-block;
}
.testRun .bot a:hover {
  color: red;
}
.testRun.hide {
  height: 0;
  overflow: hidden;
  transition: height .3s;
}
/*试运行弹窗结束*/


.GwyxxBox {
	width: 585px;
}

.GwyxxBox .swiper-slide {
    padding-top: 0;
}
.GwyxxBox .swiper-slide li em {
	color: #c83232;
	margin-right: 6px;
}
.GwyxxBox .swiper-slide ul {
    padding-top: 10px;
    min-height: 220px;
}
.GwyxxBox .swiper-slide .block {
    padding-top: 22px;
}
.GwyxxBox .swiper-slide .block span {
    float: left;
    width: 74px;
    height: 66px;
    text-align: center;
    background: #015293;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 8px;
}
.GwyxxBox .swiper-slide .block span em {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.GwyxxBox .swiper-slide .block p {
    float: right;
    width: 493px;
}
.GwyxxBox .swiper-slide .block p a{
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.GwyxxBox .swiper-slide .block p a:hover {
    color: #015293;
    font-weight: 700;
}
.GwyxxBox .swiper-slide .block p em {
    display: block;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 23px;
}
.GwyxxBox .swiper-slide .block p em br {
    display: none;
}