html,
body,
#app {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*font-family: "Avenir", Helvetica, Arial, sans-serif;*/
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2c3e50;
	font-family: Microsoft YaHei;
	background-color: #EDF0F2;
}

p,
h2,
h3,
h4,
ul {
	margin: 0;
	padding: 0;
}
.dqh-table-style {
	width: 100%;
	border-top: solid 2px #3065A2
}
.dqh-table-style tr td {
	padding: 25px 18px;
	font-size:16px;
}
.dqh-table-style tr.bg2 {
	background-color: #f9f9f9
}
.dqh-table-style tr.bg1 {
	background-color: #fff
}
.dqh-table-style tr:hover {
	background-color: #fff5e9
}
input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

/*禁止鼠标双击出现蓝底色*/
/*body{
  -moz-user-select:none;
  
  -webkit-user-select:none;
  
  -ms-user-select:none;
  
  -khtml-user-select:none;
  
  user-select:none;
  }*/

/* 定义滚动条的样式 */
::-webkit-scrollbar {
	width: 4px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

ul li {
	list-style: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}

.boxShaDown {
	box-shadow: 1px 1px 4px #DEDEDE;
}




/*页面代码*/
.mainCon {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.h_toi {
	position: absolute;
	width: 100%;
	height: 270px;
	top: 0;
	z-index: 4;
	background: url(../images/h-03.png) center center;
	background-size: 100% 100%;
}

.h_hcon {
	width: 1400px;
	margin: 0 auto;
}

.disf {
	display: flex;
}

.disl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.disl1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:column-reverse;
}

.mgw {
	margin: 10px auto;
	color: #fff;
}

.kuai {
	display: inline-block;
	width: 2px;
	height: 10px;
	background-color: #fff;
	margin: 0 20px;
}


.h_una {
	float: right;
}

.qex .layui-nav {
	padding: 5px 0px;
	background-color: transparent;
}

.qex .layui-nav .layui-nav-item {
	margin: 0;
}

.qex .layui-nav-bar {
	background-color: #fff;
	height: 2px;
}

.qex .layui-nav * {
	font-size: 16px;
	color: #eee;
}

.h_head {
	width: 100%;
	height: 90%;
	background: url(../images/bananer5.jpg) center center;
	background-size: 100% 100%;
	position: relative;
}

.loa {
	background: url(../images/lunbo-2.png) center center;
	background-size: 100% 100%;
}

.layui-carousel>[carousel-item]>div {
	background: #EEF0F2;
}

.layui-carousel-ind {
	top: -170px;
}

.layui-carousel-ind li {
	width: 16px;
	height: 15px;
	background: url(../images/a_4.png) center center;
	background-size: 100% 100%;
}

.layui-carousel-ind li.layui-this {
	background: url(../images/a_4_1.png) center center;
	background-size: 100% 100%;
}


.h_tbom {
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 80px;
	background-color: rgba(8, 60, 135, 0.8);
	padding-top: 1%;
}

.h_txte {
	text-align:center;
	width: 100%;
	text-indent: 2%;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.h_gd {
	float: right;
	padding: 5px 16px 5px 24px;
	background-color: #326AFB;
	color: #fff;
	border-radius: 20px;
	transition: all .3s;
}

.h_gd2 {
	position: absolute;
	right: 20px;
	background-color: #fff;
	text-align: center;
	padding: 15px 10px;
	border-radius: 6px;
	color: #263E73;
}

.h_xea {
	font-size: 28px;
	font-weight: 600;
}

.h_gd:hover {
	cursor: pointer;
	opacity: 0.8;
}

.h_mtex {
	padding: 0 180px 0 40px;
	text-indent: 20px;
	color: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.b_ua {
	font-size: 14px;
}

.coe {
	margin: 10px;
}

.a_xia {
	display: flex;
	align-items: center;
	color: #fff;
}

.a_xia li {
	float: left;
	margin-left: 5px;

}

.a_xia a {
	color: #fff;
}

.h_se {
	margin-left: 10px;
	font-size: 34px;
	transition: all .3s;
}

.disf p:hover,
.h_se:hover,
.c_de:hover,
.t_opla:hover,
.t_eui:hover {
	cursor: pointer;
	color: #5F84E4;
}

.tgha {
	font-size: 2.2rem;
}

.chyg-nav-icon {
	display: none;
	cursor: pointer;
}

.seabox {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	background-color: #005aa0;
	position: relative;
	z-index: 12;
}

.fl {
	display: flex;
	align-items: center;
}

.fljs {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	
}

.fljsc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flj {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wio {
	width: 50%;
}

.chyg-txt {
	float: left;
	width: 76%;
	height: 28px;
	padding: 10px 2%;
	background-color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #1a2147;
	border: none;
	outline: none;
}

.chyg-btn {
	float: left;
	width: 14%;
	height: 48px;
	display: inline-block;
	background: #3aa0bd url(../images/search1.png) no-repeat center center;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
}

.chyg-close-search {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff url(../images/close-s.png) no-repeat center center;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 50%;
	padding: 7px;
}

.dis_ad {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 20px 0;
}

.dis_f {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}

.dis_fra {
	display: flex;
	justify-content: space-between;
}

.h_ori {
	width: 48%;
	margin: 0 1%;
}

.h_ola {
	width: 50%;
}

.h_ola2 {
	width: 49%;
}

.fl_l {
	float: left;
}

.dis_ad img {
	margin-right: 20px;
	transition: .5s;
}

.dis_ad:hover {
	cursor: pointer;
	color: #005aa0;
}

.dis_ad img:hover {
	cursor: pointer;
	transform: rotateX(180deg);
}

.t_un {
	font-size: 24px;
	color: #cecece;
	font-weight: 800;
	margin-bottom: 10px;
}

.t_po {
	font-size: 26px;
	color: #304E89;
	font-weight: 800;
}

.t_leh {
	width: 100%;
}

.t_leh:hover {
	cursor: pointer;
	color: #326AFB;
}

.t_ims:hover {
	cursor: pointer;
	opacity: .8;
}

.t_ims {
	width: 100%;
	height: 400px;
}

.t_rfa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/a_6.png) center center;
	background-size: 100% 100%;
	padding: 4%;
}

.t_pce {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.t_ixq {
	padding: 30px 20px;
}

.bged {
	background-color: #fff;
}

.h_fyn li {
	padding: 12px 0;
	transition: all .3s;
}

.h_fyn li:hover {
	cursor: pointer;
	color: #326AFB;
}

.botn {
	padding-bottom: 20px;
	border-bottom: 1px dashed #4d4d4d;
}

.blo_f {
	border-right: 1px solid #eee;
}

.fo1 {
	font-size: 28px;
	color: #263E73;
	font-weight: 600;
	text-align: center;
}

.fo2 {
	font-size: 16px;
	color: #263E73;
	text-align: center;
	width: 100px;
}

.bn_co {
	padding: 0 20px;
}

.bt_xu {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nr_xu {
	width:500px;
	color: #b5b4b4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	white-space: nowrap; // 强制文字一行显示
	-webkit-box-orient: vertical;
}
.nr_xu1 {
	color: #b5b4b4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	white-space: nowrap; // 强制文字一行显示
	-webkit-box-orient: vertical;
}

.nr_xut {
	color: #b5b4b4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cra {
	margin: 10px 0;
	color: #333;
	min-height: 38px;
}

.t_pbe {
	width: 100%;
	background: url(../images/a_7.png) center center;
	background-size: 100% 100%;
}

.t_opla {
	padding: 40px 30px 20px 30px;
}

.t_meo {
	margin: 5px 0;
}

.t_mxi {
	margin: 5px 0;
}

.blo_e {
	background-color: #0d3875;
	border-radius: 8px;
	margin-right: 20px;
}

.t_eui {
	padding: 20px;
	margin: 10px 0;
	background-color: #fff;
	border-radius: 16px;
	transition: all .3s;
}

.t_ajx {
	padding: 14px;
}

.t_qo {
	width: 100%;
}

.xs_tb {
	width: 100%;
	margin: 40px 0;
	padding: 40px 0 100px;
	background: url(../images/a_10.png) center center;
	background-size: 100% 100%;
}

.t_wj {
	color: #fff;
}

.t_lio {
	width: 22%;
	padding: 1%;
	background-color: #fff;
	position: relative;
	top: 0;
	transition: all .8s;
}

.t_lio:hover {
	cursor: pointer;
	top: -10px;
	box-shadow: 5px 5px 10px #DEDEDE;
}

.t_lio:hover .t_lj {
	background-color: #163574;
	color: #fff;
}

.t_lio:hover .cra {
	color: #163574;
	font-weight: 600;
}

.t_lct {
	padding: 10px;
	background: url(../images/a_11.png) center center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 20px;
	height: 30px;
	color: #fff;
}

.t_fia {
	color: #4862BE;
}

.mfg {
	margin: 10px 0;
}

.t_ake {
	padding: 2%;
	width: 22%;
	text-align: center;
	background-color: #EFF1EF;
	margin-right: 2%;
}

.crgr {
	color: #333;
	float: left;
	width: 70%;
	line-height: 30px;
}

.wiu {
	float: left;
}

.t_lj {
	display: inline-block;
	padding: 5px 20px;
	margin: 20px 0 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: all .3s;
}

.t_hic {
	width: 100%;
	margin: 10px 0;
}

.t_hic img,
.tg img {
	transition: all .3s;
}

.t_hic:hover {
	cursor: pointer;
	opacity: .9;
	color: #20508e;
}

.t_hic:hover .iks {
	color: #20508e;
}

.t_hic:hover img {
	transform: scale(1.05);
}


.tg:hover {
	cursor: pointer;
	opacity: .9;
}

.tg:hover .iks {
	color: #20508e;
}

.tg:hover img {
	transform: scale(1.05);
}


.t_hic img {
	width: 100%;
	height: 200px;
}

.t_ked {
	padding: 20px 0;
}

.iks {
	color: #333;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #20508e;
	font-size: 16px;
}

.t_iav {
	width: 100%;
	height: 220px;
}

.mfgp {
	padding: 40px 0 0;
	position: relative;
	z-index: 5;
}

.t_maok ul {
	display: flex;
	justify-content: space-between;
}

.uil {
	display: inline-block;
	width: 20%;
	height: 300px;
	background-color: aquamarine;
	transition: 0.5s ease;
	position: relative;
}

.t_poa {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.mgoa {
	margin: 10px 0;
	font-size: 18px;
}

.t_iim {
	display: none;
}

.t_iim:hover {
	cursor: pointer;
	opacity: .8;
}

.uho {
	cursor: pointer;
	width: 500px;
}

.tp_1 {
	background: url(../images/a_19.png) center center;
	background-size: 100% 100%;
}

.tp_2 {
	background: url(../images/a_20.png) center center;
	background-size: 100% 100%;
}

.tp_3 {
	background: url(../images/a_21.png) center center;
	background-size: 100% 100%;
}

.tp_4 {
	background: url(../images/a_22.png) center center;
	background-size: 100% 100%;
}

.xe_ya {
	padding: 40px;
	background-color: #F0F3F8;
}

.xe_yw {
	padding: 0 40px 40px;
	background-color: #F0F3F8;
}

.t_oab {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 0;
}

.ef {
	height: 120px;
	padding: 20px 9%;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	box-shadow: 1px 1px 4px #DEDEDE;
	transition: all .3s;
}

.rf {
	padding: 65px 16%;
	background: url(../images/a_27.png) center center;
	background-size: 100% 100%;
	transition: all .3s;
}

.rf2 {
	padding: 65px 16%;
	background: url(../images/a_28.png) center center;
	background-size: 100% 100%;
	transition: all .3s;
}

.rf3 {
	padding: 65px 16%;
	background: url(../images/a_29.png) center center;
	background-size: 100% 100%;
	transition: all .3s;
}

.ef:hover,
.rf:hover,
.rf2:hover,
.rf3:hover {
	cursor: pointer;
	transform: scale(1.05);
	color: #20508e;
}

.t_zz {
	width: 100%;
	height: 190px;
	background-color: #E9EDF3;
	margin-top: -190px;
	position: relative;
	z-index: 3;
}

.b_bot {
	width: 100%;
	height: 410px;
	background: #005aa0 url(../images/a_12-1.png) no-repeat;
	background-size: 100% 100%;
}

.xhe {
	display: flex;
	
	margin: 0 40px;
}

.swiper {
	width: 1400px;
	height: 80px;
}

.swiper p a {
	display: block;
	height: 80px;
	padding: 0 30px;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 16px;
}

.swiper-button-prev {
	width: 44px;
	height: 70px;
	background: url(../images/a_10-1.png) no-repeat center center;
	left: 0;
	top: 28px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-button-next {
	width: 44px;
	height: 70px;
	background: url(../images/a_11-1.png) no-repeat center center;
	right: 0;
	top: 28px;
}

.vrt {
	padding: 30px 0 40px 0;
	border-top: solid 1px #3c81b6;
	border-bottom: solid 1px #3c81b6;
}

.lod {
	float: left;
}

.loxed {
	margin-top: 20px;
}
.loxed1 {
	margin-top: 20px;
	margin-left:100px
}

.ley {
	float: right;
}

.disl {
	display: flex;
	align-items: center;
}
.disl1 {
	display: flex;
	align-items: center;
}

.thf {
	color: #fff;
	margin-right: 20px;
}

.xut {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.chyg-return-top {
	width: 53px;
	height: 53px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	background-color: #005aa0;
	border-radius: 50%;
	text-align: center;
	z-index: 130000;
}

.qex dd {
	text-align: center;
}

.chyg-layer-box {
	display: none;
}

.spdis {
	display: none;
	background-color: #fff;
	background: #fff url(../images/b_1.png) no-repeat;
	background-size: 100% 100%;
}

.disfef {
	display: flex;
	justify-content: end;
}

.t_jed {
	width: 72%;
	margin-top: 3%;
}

.chyg-layer-close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0;
}

.chyg-layer-close {
	background: url(../images/close.png) no-repeat;
}


.chyg-layer-close:hover {
	background: url(../images/close.png) no-repeat;
}


/*  */
.hcue {
	width: 100%;
	height: 430px;
	padding-top: 50px;
}

.fjed {
	width: 320px;
	min-height: 400px;
	float: left;
	position: relative;
}

.chbox {
	width: 100%;
	position: absolute;
	top: -120px;
	left: 0;
	background-color: #f6f8fd;
}

.chyg-ny-nav-bg {
	height: 120px;
	background: url(../images/nav-tit-bg.jpg) center center;
	background-size: 100% 100%;
}

.chyg-nav-en {
	line-height: 120px;
	font-family: "ph";
	font-size: 50px;
	color: rgba(255, 255, 255, .1);
	text-align: center;
}

.chyg-nav-name {
	margin-top: -90px;
	margin-left: 20px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}

.chyg-pt {
	margin-left: 20px;
	color: #fff;
	text-align: left;
	font-size: 20px;
}

.chyg-nav-list {
	padding: 20px;
	background: #EBF0F5;
}

.chyg-nav-list ul li {
	position: relative;
	background-color: #fff;
}

.chyg-nav-list li.on a {
	color: orange;
	font-weight: bold;
}

.chyg-nav-list li a {
	position: relative;
	display: block;
	padding: 15px 0;
	margin: 10px 0;
	color: #25599B;
	font-size: 18px;
	text-indent: 40px;
}

.chyg-kuai {
	display: inline-block;
	width: 4px;
	height: 14px;
	background-color: #fff;
	float: left;
	margin-top: 6px;
}

.chyg-nav-list ul li .nav-right-icon {
	display: none;
	width: 10px;
	height: 19px;
	background: url(../images/nav-right-icon-1.png) no-repeat;
	position: absolute;
	right: 18px;
	top: 18px;
}


.chyg-nav-list li a:hover {
	color: orange;
	font-weight: bold;
}


.chyg-nav-list li.on .chyg-kuai {
	background-color: orange;
}

.chyg-nav-list li.on .nav-right-icon {
	display: block;
}

.chyg-nav-list li:hover {
	.nav-right-icon {
		display: block;
	}
}

.chyg-nav-list li:hover {
	.chyg-kuai {
		background-color: orange;
	}
}

.chyg-ny-right {
	width: 73%;
	float: right;
	min-height: 1000px;
	margin-bottom: 60px;
}

.chyg-column-box {
	margin: 40px 0 0 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #e8eefb;
}

.chyg-column-h3 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #005aa0;
}

.chyg-place {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
	margin: 14px 0 0 0;
}

.chyg-place a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.chyg-column-h4 {
	font-size: 20px;
	font-weight: bold;
	color: #005aa0;
	border-bottom: solid 1px #e8eefb;
	background-color: #f2f4f9;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 30px 0 0 0;
}

.chyg-list,
.chyg-list1 {
	margin: 40px 0 100px 0;
}

.chyg-list li {
	padding: 44px 55px 44px 0px;
	margin: 0 0 20px 0;
	background-color: #f4f7fa;
	transition: .5s;
}

.chyg-list li:hover {
	color: #fff;
	background-color: #005aa0;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 27%);
}

.chyg-list li:hover .day,
.chyg-list li:hover .month,
.chyg-list li:hover .title a,
.chyg-list li:hover .des a {
	color: #fff;
}

.chyg-list .time {
	float: left;
	width: 14.5%;
	margin-top: 6px;
}

.chyg-list .time .day {
	color: #005aa0;
	font-size: 30px;
	text-align: center;
}

.chyg-list .time .month {
	color: #005aa0;
	font-size: 16px;
	text-align: center;
}

.chyg-list .txt {
	float: right;
	width: 80%;
	padding-left: 5%;
	border-left: solid 1px #ccc;
}

.chyg-list .txt .title a {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.chyg-list .txt .des a {
	display: block;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin: 10px 0 0 0;
	color: #666;
}


.chyg-list .txt1 {
	float: left;
	width: 100%;
	padding-left: 3%;
}

.chyg-list .txt1 .title a {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.chyg-list .txt1 .des a {
	display: block;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin: 10px 0 0 0;
	color: #666;
}


/*  */
.chyg-ny-cont {
	padding: 40px 0 10px 0;
	position: relative;
}

.chyg-place2 {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}

.chyg-place a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}

.chyg-ny-cont-left {
}

.chyg-ny-cont-left .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.chyg-ny-cont-left .inf {
	margin: 30px 0 35px 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
	font-size: 14px;
	color: #333;
}

.chyg-ny-cont-left .inf .time {
	float: left;
}

.chyg-ny-cont-left .inf .time .timeIcon {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../images/calendar.png) no-repeat;
	vertical-align: -2px;
	margin-right: 5px;
}

.chyg-ny-cont-left .inf .infRight {
	float: right;
}

.chyg-ny-cont-left .inf .infRight li.share {
	cursor: pointer;
}

.chyg-ny-cont-left .inf .infRight li.share i {
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url(../images/share.png) no-repeat;
	vertical-align: -2px;
	margin-right: 5px;
}

.chyg-ny-cont-left .inf .infRight li {
	float: left;
	margin-left: 25px;
	position: relative;
}

.chyg-ny-cont-left .inf .infRight li.readingVolume i {
	width: 17px;
	height: 14px;
	display: inline-block;
	background: url(../images/read-icon.png) no-repeat;
	vertical-align: -2px;
	margin-right: 5px;
}

.chyg-ny-cont-left .inf .infRight li {
	float: left;
	margin-left: 25px;
	position: relative;
}

.ptit {
	font-size: 16px;
	line-height: 2;
}

.kjud {
	display: flex;
	justify-content: center;
}

.chyg-return-top {
	width: 53px;
	height: 53px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	background-color: #005aa0;
	border-radius: 50%;
	text-align: center;
	z-index: 130000;
}


.chyg-ny-cont-right {
	width: 26%;
	float: right;
	margin-top: 100px;
	position: relative;
}

.chyg-zxdt-title {
	padding-bottom: 15px;
	font-size: 18px;
	color: #333;
	border-bottom: solid 1px #ededed;
}

.chyg-zxdt-title i {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../images/zxdt-icon.png) no-repeat;
	vertical-align: -2px;
	margin-right: 10px;
}

.chyg-zxdt-list ul {
	padding-top: 10px;
	margin: 30px 0 0 0;
	border-left: solid 1px #dadada;
}

.chyg-zxdt-list ul li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 0 18px;
}

.chyg-zxdt-list ul li .yuan {
	width: 7px;
	height: 7px;
	display: block;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: -5px;
	top: 7px;
}

.chyg-zxdt-list ul li .time {
	position: relative;
	display: block;
	width: 53px;
	height: 25px;
	line-height: 25px !important;
	background: #005aa0;
	font-family: "ph" !important;
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
}

.chyg-zxdt-list ul li .time .jt {
	width: 6px;
	height: 7px;
	background: url(../images/jt-left.png) no-repeat;
	position: absolute;
	left: -6px;
	top: 8px;
}

.chyg-ny-cont p {
	font-family: "Microsoft YaHei" !important;
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important;
	/* text-indent: 2em; */
}

.chyg-zxdt-list ul li .title a {
	display: block;
	height: 25px !important;
	line-height: 25px !important;
	overflow: hidden;
	font-size: 14px !important;
	color: #333 !important;
	margin-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.chyg-zxdt-list ul li:hover .yuan {
	border: solid 1px #005aa0;
	background-color: #005aa0;
}

.chyg-zs-list {
	/* margin: 40px 0; */
}


.chyg-zs-list li {
	float: left;
	width: 15%;
	margin: 20px 0 0 1.66666666666667%;
}

.evb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.evb li {
	width: 31%;
	margin: 20px 10px;
}

.evb li:hover {
	cursor: pointer;
	opacity: .8;
}

.chyg-zs-list li .item {
	text-align: center;
	/* margin: 10px 14px; */
}

.evb li .item {
	width: 100%;
}

.chyg-zs-list li .img {
	width: 100%;
	height: 203px;
	overflow: hidden;
}

.evb li .img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.chyg-zs-list li .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.chyg-zs-list li .img a img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.chyg-zs-list li .txt a {
	width: 100%;
	height: 21px;
	margin: 10px 0;
	font-size: 16px;
	color: #000;
	padding: 10px 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.6s;
}

.chyg-zs-list li .txtuj a {
	display: block;
	width: 100%;
	height: 21px;
	margin: 10px 0;
	font-size: 16px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.chyg-zs-list li .txt a:hover {
	padding: 10px 0;
	background-color: #eee;
	border-radius: 6px;
}

.flle {
	float: left;
}

.flle span {
	display: inline-block;
	padding-left: 20px;
}

.t_vka {
	margin: 20px 0;
}

.mhj {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
}

.t_bae {
	width: 20%;
	color: #25599B;
}

.chu {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	text-align: center;
}

.chu p {
	width: 25%;
	padding: 5px 0;
}

.t_tabw {
	width: 100%;
	margin: 20px 0;
}

.t_tabw tr td {
	padding: 10px;
	border: 1px solid #ccc;
}

.t_bt {
	width: 20%;
	text-align: right;
}
.t_bt1 {
	text-align: center;
}

.t_tabw tr td p {
	padding: 10px;
}


/* 10-28 新增index-副本 */
.t_rfa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/a_6.png) center center;
	background-size: 100% 100%;
	padding: 0 4%;
	margin-top: -0.6%;
	height: 100px;
}

.t_kde {
	width: 96%;
}

.t_kde p {
	width:600px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.g_ca .layui-carousel-ind {
	top: -54px;
	text-align: right;
	right: 10px;
}

.h_mae {
	margin-right: 50px;
}

.t_ixq {
	padding: 20px;
}

.h_fyn li {
	padding: 4px 0;
	transition: all .3s;
}

.botn {
	padding-bottom: 4px;
}

.t_ims {
	width: 100%;
	height: 445px;
}

.rf,
.rf2,
.rf3 {
	width: 300px;
	height: 120px;
	padding: 0;
}

.ef {
	width: 200px;
	height: 200px;
	padding: 0;
	margin:0 10px;
}


.z_01 {
	width: 100%;
	height: 200px;
	position: absolute;
	margin-top: -50px;
}

.z_02 {
	width: 400px;
	position: absolute;
	left: -100px;
	z-index: -1;
	margin-top: 500px;
}

.z_03 {
	width: 300px;
	position: absolute;
	right: 10px;
	z-index: -1;
	margin-top: 1300px;
}

.z_04 {
	width: 600px;
	position: absolute;
	left: -20px;
	z-index: -1;
	margin-top: 2350px;
}

.z_05 {
	width: 420px;
	position: absolute;
	right: 5px;
	z-index: -1;
	margin-top: 2600px;
}

.z_06 {
	width: 620px;
	position: absolute;
	left: 5px;
	z-index: -1;
	margin-top: 3180px;
}

.z_07 {
	width: 320px;
	position: absolute;
	right: 5px;
	z-index: -1;
	margin-top: 3060px;
}

.do1 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.do2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 90px;
}

.z_xk {
	width: 30px;
}

.fra {
	color: #fff;
	margin: 10px 0 0 180px;
}

.z_rf {
	margin: 20px 0;
	background-color: #F4F4F2;
}

.z_se {
	width: 220px;
	height: 300px;
	margin-right: 80px;
}

.z_xie {
	font-size: 28px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid blue;
}

.z_pae {
	padding-bottom: 10px;
}

.z_zp {
	flex: 1;
}

.gts {
	width: 100%;
	display: flex;
	align-items: end;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.z_k1 {
	width: 20px;
	margin-right: 10px;
}

.ed {
	margin: 5px 0;
}
.ed1 {
	margin: 20px 0;
}

.z_su {
	display: inline-block;
	width: 4px;
	height: 30px;
	margin-right: 10px;
	background-color: #0D5A98;
}

.pd {
	margin: 40px 0 10px;
}

.xe {
	line-height: 30px;
	font-size:14px;
	font-family: Microsoft YaHei;
}

.qg {
	margin: 20px 0;
}

.z_je {
	padding: 15px 40px;
	font-weight:600;
	background-color: #F0F0F0;
}
.z_je1 {
	font-size:18px;
	padding: 15px 40px;
	font-weight:300;
	background-color: #F0F0F0;
}
.z_ck p {
	font-size: 16px;
	padding: 15px;
	border-bottom: 1px dashed #ccc;
}

.ed .layui-tab-title {
	height: auto;
	padding: 20px;
}

.ed .layui-tab-title li {
	width: 180px;
	padding: 4px 10px;
	margin-right: 10px;
	font-weight:600;
	font-size:18px;
	background-color: #F0F0F0;
	color: #333;
}

.ed .layui-tab-brief>.layui-tab-title .layui-this {
	background-color: #3065A2;
	color: #fff;
}

.ed .layui-tab-brief>.layui-tab-title .layui-this:after {
	border: none;
	background: url(../images/z_b13.png) center center;
	background-size: 100% 100%;
	width: 22px;
	height: 12px;
	margin-top: 45px;
	margin-left: 43%;
}

.xiea{
	width: 47%;
	margin-right: 1%;
	margin-top: 20px;
	align-items: flex-start;
	background-color: #FAF9F9;
	border: 1px solid #ccc;
}

.z_rv{
	width: 200px;
	height: 290px;
	margin-right: 10px;
}

.eag{
	padding: 10px 10px 0;
}

.z_kle {
	font-size: 22px;
	margin-right: 20px;
	padding-bottom: 10px;
}

.z_fn{
	color: #bbb;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


/* 2023-11-16IE兼容写法 */
.uil2 {
	display: inline-block;
	width: 21%;
	height: 300px;
	background-color: aquamarine;
	transition: 0.5s ease;
	position: relative;
}

.t_iim {
	margin-left: 43%;
}

.rfs {
	width: 100%;
}

.uil2 .t_iim,
.uil2 .mgoa {
	display: none;
}

.uho {
	cursor: pointer;
	width: 505px;
}

.uho .t_iim,
.uho .mgoa {
	display: block;
}

.tgw {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 120px;
	margin-top: 36px;
	background: linear-gradient(180deg, rgba(0, 90, 160, 0) 0, rgba(0, 90, 160, 1) 100%);
}



@media screen and (min-width:1366px) and (max-width:1920px) {
	.h_hcon {
		width: 1400px;
	}

}

@media screen and (min-width:1350px) and (max-width:1366px) {
	.h_hcon {
		width: 950px;
	}

}


@media screen and (min-width:1050px) and (max-width:1300px) {
	.h_hcon {
		margin: 0 auto;
		width: 1100px;
	}

.chyg-ny-right{
		width:63%;
	}
	.xiea{
	width: 99%;
	margin-right: 1%;
	margin-top: 20px;
	align-items: flex-start;
	background-color: #FAF9F9;
	border: 1px solid #ccc;
}
}

@media screen and (min-width:950px) and (max-width:1050px) {
	.h_hcon {
		margin: 0 auto;
		width: 980px;
	}

.chyg-ny-right{
		width:63%;
	}
	.xiea{
	width: 99%;
	margin-right: 1%;
	margin-top: 20px;
	align-items: flex-start;
	background-color: #FAF9F9;
	border: 1px solid #ccc;
}
}

@media screen and (min-width:200px) and (max-width:950px) {
.xiea{
	width: 99%;
	margin-right: 1%;
	margin-top: 20px;
	align-items: flex-start;
	background-color: #FAF9F9;
	border: 1px solid #ccc;
}

.z_01,
	.z_02,
	.z_03,
	.z_04,
	.z_05,
	.z_06,
	.z_07{
		width: 100%;
	}

	.h_hcon {
		width: 100%;
	}

	.spi {
		display: none;
	}

	.spdis {
		display: block;
	}

	.chyg-nav-icon {
		display: inline-block;
	}

	.layui-carousel {
		height: 240px !important;
	}

	.h_head {
		height: 100%;
	}

	.t_lio {
		width: 90%;
		margin: 2% 4%;
		padding: 4%;
	}

	.chyg-layer-box .layui-nav-tree {
		width: 100%;
	}
	
	.dqh-table-style tr td {
		font-size:12px;
		word-break: break-all;
	}

	.dis_f {
		margin: 5px 4%;
	}

	.flxu {
		display: flex;
		justify-content: center;
	}

	.xs_tb {
		margin: 20px 0 0;
		padding: 10px 0 40px;
	}

	.dis_fra {
		width: 96%;
		margin: 2%;
		justify-content: space-between;
		flex-direction: column;
	}

	.wio {
		width: 90%;
	}

	.h_ola {
		width: 100%;
	}

	.a_xia {
		color: #25599B;
		margin-right: 2%;
	}

	.t_ims {
		height: 220px;
	}

	.h_ola2 {
		width: 100%;
	}

	.t_pbe,
	.t_meo,
	.t_ifj {

		width: 96%;
		margin: 0 2%;
	}

	.t_ked {
		padding: 0 0 10px;
	}

	.kuai {
		background-color: #25599B;
	}

	.a_xia li a {
		color: #25599B;
	}

	.t_hic img {
		height: 150px;
	}

	.t_maok {
		width: 96%;
		margin: 0 2%;
	}

	.xe_ya {
		padding: 2%;
	}

	.ths {
		flex-wrap: wrap;
	}

	.ef {
		width: 44%;
		padding: 0 2%;
		height: 120px;
		margin: 2% 0;
	}

	.ef div img {
		width: 50px;
	}

	.ley,
	.lod {
		float: none;
	}

	.swiper-slide {
		width: 200px !important;
		margin-right: 5px;
	}

	.xhe {
		margin: 0;
	}

	.swiper {
		width: auto;
		height: 80px;
	}

	.swiper p a {
		padding: 0;
		margin: 0 10px;
	}

	.xut {
		padding-bottom: 20px;
	}

	.xe_yw {
		padding: 0 0 20px;
	}

	.rf,
	.rf2,
	.rf3 {
		width: 96%;
		margin: 10px auto;
		padding: 0;
		height: 100px;
	}

	.spia {
		height: 56px;
	}

	.vrt {
		padding: 10px 0;
	}

	.t_un {
		width: 150px;
		font-size: 18px;
	}

	.t_po {
		width: 100px;
		font-size: 24px;
	}

	.b_bot {
		height: auto;
	}

	.loxed {
		width: 80%;
		margin: 0 10%;
	}
	.loxed1 {
		width: 80%;
		margin: 0 10%;
	}
	
	.fra {
		color: #fff;
		margin: 10px 0 0 10%;
	}

	.disl {
		justify-content: center;
		margin: 20px 0;
	}
	.disl1 {
		justify-content: center;
		margin: 20px 0;
	}

	.mfgp {
		padding: 10px 0 0;
	}

	.uho {
		width:30%;
	}

	.t_iav {
		width: 98%;
		height: 160px;
	}

	.eda p,
	.eda img {
		margin-left: 2%;
	}

	.h_ori {
		width: 100%;
	}

	.h_tbom,
	.layui-carousel-ind {
		display: none;
	}

	.chyg-layer-box {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}

	.t_iim {
		width: 40px;
	}

	.h_toi {
		height: 0;
	}

	.xi_p {
		width: 40px;
	}

	.chyg-layer-box .layui-nav {
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		padding-top: 10%;
	}

	.chyg-layer-box .layui-nav .layui-nav-item {
		display: block;
	}

	.hcue {
		height: 210px;
		padding-top: 0;
	}

	.fjed {
		display: none;
	}

	.chyg-ny-right {
		width: 96%;
		margin: 20px 2%;
	}

	.chyg-place {
		float: left;
		width: 100%;
		text-align: left;
	}

	.chyg-list {
		margin: 20px 0 20px 0;
	}

	.chyg-ny-cont-right {
		display: none;
	}

	.ydzr {
		width: 96%;
		margin: 10px 2%;
	}

	.kim {
		width: 96%;
		margin: 20px 2%;
	}

	.chyg-ny-cont-left {
		width: 96%;
		margin: 0 2%;
	}

	.evb li {
		width: 100%;
		margin: 20px 10px;
	}

	.chyg-zs-list li .txt a {
		padding: 10px 0;
	}

	.t_bt {
		width: 30%;
		text-align: right;
	}

}