@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, button, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
  border: 0px;
  padding: 0px;
  font-size: 100%;
  margin: 0px;
  font-family: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  word-break: break-word;
  }
body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	/* background-color: #e3ebf0; */
}

img {
	border: none;
}

a {
	color: #333333;
	font-size: 16px;
}

a:hover {
	color: #3159ec !important;
}

.center {
	width: 1700px;
	margin: 0px auto;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}

/*页面样式*/
.top {
	width: 100%;
	/* height: 185px; */
	position: absolute;
	background: url(../img/topbg.png) no-repeat 0px 0px;
	left: 0px;
	top: 0px;
	z-index: 99999;
	background-size: 100% 100%;
}
.top2{
	/* position: relative; */
}
.tops {
	color: #FFFFFF;
	/* overflow: hidden; */
	/* position: absolute; */
}

.tops ul li {
	float: right;
	/* font-size:14px; */
	margin: 0px 10px;
	margin-top: 10px;
}

.tops ul li a {
	color: #FFFFFF;
	/* font-size:14px; */
}

.logo {
	float: left;
}

.logo img {
	width: 75%;
	height: auto;
	margin-bottom: 8px;
}

.logo-r {
	float: right;
	margin-top: 35px;
}

.logo-r ul {
	float: left;
}

.logo-r ul li a {
	/* font-size: 14px; */
	color: #FFFFFF;
	line-height: 40px;
}
.logo-r ul li:a{color:red}
.logo-r ul li {
	float: left;
	/* line-height:30px; */
	margin-right: 30px;
}

.ss {
	width: 220px;
	height: 28px;
	cursor: pointer;
	position: relative;
	float: left;
	/* background-color: #FFFFFF; */

	margin: 5px 0px;

}

.ss .inp {
	border: 2px solid #034aa2;
	height: 28px;
	outline: none;
	color: #888888;
	text-indent: 10px;
	background: #FFFFFF;
	border-radius: 30px;
}

.ss .btn {
	border: none;
	position: absolute;
	top: -11px;
	right: 10px;
	width: 54px;
	height: 54px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888888;
}



/*导航*/
.nav {
	width: 100%;
	height: 58px;
	line-height: 50px;
	/* background: #bfc0c0; */
	/* padding-bottom: 8px; */
}

.nav ul li {
	float: left;
	
	width:9%;
	 /* padding: 0px 22px;  */
	position: relative;
	text-align: center;
}

.nav ul li:last-child {
	background: none;
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	color: #fff;
}

/* .nav ul li.on>a,
.nav ul li:hover>a {
	color: #9199e6;

} */

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999999;
	padding-top: 8px;
}

.subNav a {
	background: #9199e6;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 35px;
	text-align: center;
	white-space: normal;
	font-size: 15px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #3159ec;
	color: #FFFFFF !important;
}

/*大图*/
#dt {
	position: relative;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	border: 0;
	/* height: 460px; */
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	display: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 66px;
	width: 34px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 17%;
	
}

#dt .slide_nav.next {
	right: 17%;

}

#dt .dtxt {
	position: absolute;
	left: 0%;
	bottom: -90px;
	z-index: 999;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: none;
}

#dt .dtxt a {
	color: #FFFFFF;
	display: block;
}

#dt .dtxt .bt {
	font-size: 24px;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	z-index: 100;
	width: 100%;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #0574d0;
}

/* main1 */
.fl {
	float: left;
	width: 48%;
}

.fr {
	float: right;
	width: 48%;
}

.comtop {
	height: 50px;
}

.comtop .bt {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #006db5;
	background: url(../img/lmbg.png) no-repeat 0px 5px;
	text-indent: 15px;
}

.comtop a {
	float: right;
	line-height: 40px;
}

.wrap {
	padding: 25px 0px;

}

.callbacks_container {
	width: 33%;
	box-shadow: 5px 4px 10px #cecece;
}

.zx {
	position: absolute;
	top: 10px;
	left: -13px;
	z-index: 999;
}

.new {
	/* width: 39%; */
	/* margin: 0 3%; */
}

.list {
	margin-top: -25px;
}

.xgst {
	/* line-height: 50px; */
	font-size: 20px;
	color: #0574d0 !important;
	border-bottom: 1px solid #ff9724;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}

.list li {
	/* margin: 8px 0; */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	/* margin-top: 8px; */
	line-height: 45px;
}

.list .sj {
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 15px;
	display: none;
}

.list .bt {
	line-height: 30px;
	/* margin-left: 10px; */
	height: 30px;
	overflow: hidden;
	/* font-size: 15px; */
	color: #1c6a9f;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: inline-block;
}

.list span {
	font-size: 14px;
	float: right;
	color: #1c6a9f;
	line-height: 45px;
}

.con2l {
	width: 29%;
	float: right;
}

.tg {
	width: 34%;
	margin: 0% 2%;
}

.back {
	width: 100%;
}

.dantiao {
	padding-bottom: 5px;
	float: left;
	padding-top: 3px;
	overflow: hidden;
	width: 100%;
}

.time {
	height: 55px;
	width: 59px;
	color: white;
	border: 1px solid #ffffff;
	border-radius: 9px;
	float: left;
}

.time p {
	font-size: 24px;
	color: white;
	background: #ff9724;
	line-height: 30px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-weight: lighter;
}

.year {
	font-size: 12px !important;
	line-height: 25px !important;
	text-align: center;
	border-radius: 0 0 10px 10px !important;
	background: #4272b1 !important;
}

.biaoti {
	height: 35px;
	line-height: 35px;
	width: calc(100% - 80px);
	float: left;
	margin-left: 12px;
	padding: 0px 0px;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
}

.biaoti img,
.time {
	display: none;
}

.more1 {
	/* float: right; */
	/* line-height: 40px; */
	position: absolute;
	right: 0px;
	/* top: -33px; */
}

.ti {
	color: #1c6a9f;
	border: 1px solid #1c6a9f;
	float: left;
	padding: 5px 5px;
}

.biaoti a {
	color: #1c6a9f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.box #tit.one a {
	font-weight: bold;
	/* color: #ff9724; */
	border-bottom: 2px solid #1c6a9f;
}

.box #tit a {
	color: #006db5;
	font-size: 24px;
}

.box #tit a,
.box .hh a {
	float: left;
	font-size: 24px;
	/* padding: 0 15px; */
	cursor: pointer;
	color: #1c6a9f;
	/* font-weight:bold; */
	margin-right: 20px;
}

.box #tit:hover {
	color: #006db5;
}

.box {
	position: relative;
}

.box .title::before {
	content: " ";
	height: 40px;
	width: 5px;
	position: absolute;
	/* background: url(../img/lmbg.png) no-repeat 0px 5px; */
}

.more {
	color: #1c6a9f;
}

.txtScroll-top,
.txtScroll-top1 {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

/* main2 */
.main2 {
	margin-top: 35px;
}

.zynr1 dd div a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zynr1 dl {
	/* width: 43%; */
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.zynr1 dt {
	float: left;
	/* width: 13%; */
	height: auto;
	overflow: hidden;
	/* background: #006db5; */
	margin-right: 3%;
}

.zynr1 dt p {
	width: 100%;
	text-align: center;
	line-height: 76px;
	margin-top: 20px;
	color: #fff;
	font-size: 56px;
}

/* .zynr1 dt div {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
} */

.zynr1 dd {
	
	/* width: 75%; */
	/* height: 137px; */
	overflow: hidden;
	transition: all linear 0.3s
}

.ljdys2 dt p,
.ljdys3 dt p {
	font-size: 64px;
}

.zynr1 dd div {
	width: 98%;
	margin-left: 2%;
	overflow: hidden;
}

.zynr1 dd div a {
	float: left;
	transition: all linear 0.3s
}

.ljdys4 dd div {
	margin-top: 15px;
}

.ljdys4 dd div a {
	width: 50%;
	height: 36px;
	line-height: 36px;
}

.ljdys3 dd div a {
	width: 50%;
	height: 32px;
	line-height: 32px;
}

.ljdys2 dd div a {
	width: 50%;
	height: 48px;
	line-height: 48px;
}

.ljdys2 dd div {
	margin-top: 20px;
}

.ljdys1 div {
	color: #015995;
	font-size: 24px;
	padding-bottom: 20px;
}

.ljdys1 dd div a {
	width: 25%;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
}

.ljdys1 dd div {
	margin-top: 5px;
}

.zynr1 dl:hover dd {
	/* background: #006db5; */
}

/* .zynr1 dl:hover dd a {
	color: #fff;
} */

.zynr1 dl dd a:hover {
	text-decoration: underline;
}

/* main3 */
.nrleft {
	width: 69.5%;
}

.nrright {
	width: 27.5%;
}

.zynr2>div {
	/* width: 69.5%; */
	height: auto;
	overflow: hidden;
}

.btnews {
	width: 110px;
}

.tznews {
	width: 78%
}

.tznews a p {
	float: left;
	width: 82%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tznews a p em {
	color: #00712f;
	border-right: 1px solid #00712f;
	display: inline-block;
	width: 62px;
	margin-right: 5px;
}

.tznews a:hover p,
.tznews a:hover div {
	color: #ff9326;
}

.tznews a div {
	float: right;
}

.btnews h3 {
	border-left: 5px solid #ff9724;
	color: #006db5;
	font-size: 24px;
	text-indent: 3px;
	line-height: 26px;
	font-weight: bold;
}

.btnews a {

	text-align: right;
	display: block;
	/* font-size: 12px; */
	margin: 15px 0 0 0px;
	transition: all linear 0.3s;
}

.btnews a:hover {
	background: #ff9326;
	color: #ff9326;
}

.nrright>div {
	border: 1px solid #d5d5d5;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.nrright a {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	height: auto;
	overflow: hidden;
	position: relative;
}

.nrright a span,
.nrright a p,
.nrright a div {
	float: left;
	transition: all linear 0.3s
}

.nrright a span {
	font-size: 50px;
	line-height: 90px;
	width: 17%;
	text-align: center;
	color: #888;
}

.nrright a div,
.nrright a p {
	width: 65%;
}

.nrright a div {
	font-size: 22px;
	height: 85px;
	line-height: 91px;
	/* margin-top: 9px; */
}



.nrright a p {
	border-left: 1px solid #d2d2d2;
	width: 16%;
	text-align: center;
	line-height: 90px;
	font-size: 40px;
	color: #999;
	display: block;
}

.nrright .ifzt1 a span {
	font-size: 56px;
}

.nrright a:hover span,
.nrright a:hover div,
.nrright a:hover p {
	color: #ff9326;
}

/* main4 */
/*快捷通道*/
.kuai {
	/* margin: 25px 0px 15px; */
}

.kuai li {
	float: left;
	width: 11.1%;
	/* width: 9.5%; */
	/* margin-right: 1px; */
	height: 130px;
	/* box-shadow: 2px 2px 4px #DEEAF8,-2px -2px 4px #DEEAF8; */
}

.kuai_pic img {
	display: block;
	margin: 22px auto;
}

.kuai li p {
	text-align: center;
	padding: 0px 5px;
	box-sizing: border-box;
	color: #006db5;
}

.kuai li:hover .kuai_pic img {
	transform: rotateY(180deg);
	transition: 1s;
	transform: scale(1.8);
}

.kuai li:hover p {
	color: #3159ec;
	font-size: 18px;
	font-weight: bold;
}

.kuai .last {
	margin-right: 0px;
}

/* bq */
.foot {
	width: 100%;
	height: 166px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 70px;
	box-sizing: border-box;
	background: url(../img/ywbg2.png) no-repeat 0px 0px;
	text-indent: 15px;
	background-size: 100% 100%;
}

.bq li {
	float: left;
	margin-left: 50px;
	background: url(../img/yd.png) no-repeat 0px center;
}

.tb {
	float: right;
	position: relative;
}

.tb img {
	margin-left: 20px;
	float: right;
	height: 54px;
}

.yctp {
	display: none;
}

.hovimg:hover+.yctp {
	display: block;
}

.yctp img {
	width: 100px;
	height: 100px;
}

/* main33 */
.main33 {
	width: 100%;
	background: #f4f4f4;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.xy {
	float: left;
	width: 57%;
}

.yr {
	float: right;
	width: 40%;
}

.tblj {
	display: block;
	margin-bottom: 50px;
}

/* main33 */
.xy .wz {
	float: left;
	width: 50%;
}

.xy .wz li {
	margin-bottom: 18px;
	/* margin-top: 28px; */
	/* height: 54px; */
	border-bottom: 1px solid #ccc;
	padding-bottom: 11px;
}

.xy .wz li a {
	font-size: 18px;
	line-height: 27px;
	height: 54px;
	display: block;
	overflow: hidden;
}
.xy .wz li span{
	background:#006db5;
	color:#fff;
	padding:2px 5px;
	border-radius: 5px;
	margin-right: 8px;
}
.xy .wz li:hover {
	border-left: 2px solid #728def;
	padding-left: 20px;
}

.xy .wz li:hover a {
	color: #3159ec;
}

.xy .tu {
	float: right;
	width: 48%;
}

.xy .tu li {
	margin-bottom: 30px;
}

.xy .tu img {
	width: 100%;
	height: 268px;
}

.yr ul li {
	margin-bottom: 30px;
}

.yr ul li .tp {
	float: left;
	width: 43%;
	position: relative;
	height: 170px;
	margin-right: 30px;
}

.yr ul li .tp img {
	width: 100%;
	height: 170px;
}

.yr ul li .rq {
	position: absolute;
	top: 33%;
	left: -5%;
	width: 59px;
	height: 59px;
	background: url(../img/rqbg.png) no-repeat center;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	z-index: 9999;
}

.yr ul li .rq span {
	display: block;
	font-size: 26px;
}

.yr ul li .tit {
	font-size: 18px;
}

.yr ul li .zy {
	font-size: 12px;
	color: #908f8f;
	height: 88px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 20px;
}

/*list*/
.listcon {
	margin: 30px 0px;
	overflow: hidden;
}

.conleft {
	width: 400px;
	float: left;
}

.conleft .yj {
	height: 120px;
	font-size: 30px;
	color: #FFFFFF;
	/* text-indent: 35px; */
	line-height: 100px;
	letter-spacing: 2px;
	background: #3f60db;
	font-weight: bold;
	text-align: center;}

.conleft ul {
	overflow: hidden;
	padding-bottom: 100px;
	background: #FFFFFF;
	/* border-right: 8px solid #d0e6f6; */
	/* border-bottom: 8px solid #d0e6f6; */
	
	
}

.conleft ul li {
	height:75px;
	line-height: 75px;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	border-left: 8px solid #3f60db;
	border-right: 1px solid #dbdbdb;
}

.conleft ul li a {
	color: #333333;
	font-size: 22px;
}

.conleft .active {
	background: #8199d0;
}

.conleft .active a {
	color: #FFFFFF;
}

.conright {
	float: right;
	width: 1280px;
	padding: 30px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.ritop {
	margin-bottom: 10px;
	/* overflow: hidden; */
	height: 45px;
	border-bottom: 2px solid #3f60db;
}
.conright .xydt li{
	padding: 25px 0px;
	margin-bottom: 0px;
}
.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 22px;
	color: #3f60db;
	font-weight: bold;
	float: left;
	line-height: 40px;
	/* text-indent: 25px; */
	
}

.dq {
	float: right;
	color: #888888;
	line-height: 45px;
	text-indent: 20px;
	font-size: 15px;
	
}

.dq a {
	font-size: 15px;
	color: #888888;
}

.dq a:hover {
	color: #063595;
}

.conright .listul li {
	height: 60px;
	text-indent: 15px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
min-height:400px
}

.conright .listul li a {
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	background: url(../img/dian.png) no-repeat 0px center;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt a {
	font-size: 18px;
}

.conright .listul li:hover a {
	color: #063595;
}

.conright .listul li:hover .sj {
	color: #063595;
}


.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}


/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #e8e3e3;
}
.article .arti_metas b{margin:0 10px;}
.article .arti_metas span {
	color: #999999;
	font-size: 16px;
	text-indent: 22px;
	/* display: inline-block; */
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}
.article .read table,.article .read p table{width:100%; display:table;}
.article .read td,.article .read p td{    white-space: normal;}
.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #063595;
}

.article .read img {
	_width: expression(this.width > 800 ? "800px" : this.width);
	max-width: 100%;
	margin: 0px auto;
	display: block;
	margin: 0px auto;
height:auto;
}


.lj{
	position: absolute;
	bottom: 0%;
	left: 0px;
	z-index: 9999;
	width: 15%;
	display: none;
}
.cybt{
	font-size: 25px;
	text-align: center;
	background: #FFFFFF;
	color: #1987e0;
	line-height: 70px;
}
.lj ul li{
	line-height: 60px;
	text-align: center;
	background-color: rgba(131,143,217,0.6);
	border-top: 1px solid #FFFFFF;
}
.lj ul li a{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
.lj1{background: rgba(131,143,217,0.6) url(../images/i1.png) no-repeat 35px center;}
.lj2{
background: rgba(131,143,217,0.6) url(../images/i2.png) no-repeat 35px center;
}
.lj3{
background: rgba(131,143,217,0.6) url(../images/i3.png) no-repeat 35px center;
}
.lj4{
background: rgba(131,143,217,0.6) url(../images/i4.png) no-repeat 35px center;
}
.lj5{
background: rgba(131,143,217,0.6) url(../images/i5.png) no-repeat 35px center;
}
.lj6{
background: rgba(131,143,217,0.6) url(../images/i6.png) no-repeat 35px center;
}


.xg li{width:21%;float:left;    margin: 0px 2%;}

/* 2023.2.15 */

.jctp ul{
	margin:0px -20px;
	overflow: hidden;
}
.jctp ul li a{
	display:block;
	margin:0px 20px;
}
.jctp ul li{
	float:left;
	width: 33.33%;
	margin-bottom:15px;
	margin-top:20px;
}
.jctp .jctpimg{
	float:left;
	margin-right:20px;
}
.jctp .jctpimg img{
	width: 250px;
	height: 300px;
}
.jctp .jctpwz h2{
	font-size:18px;
	padding:10px 0px;
}
.jctp .jczy{
	font-size: 15px;
	color:#666;
	line-height:23px;
	margin-bottom:20px
}
.jctp .jctpwz span{
	display:block;
	color:#3f60db;
	font-size:14px;
}