
    /*
    * @time Tue Jun 07 2022 14:51:01 GMT+0800 (中国标准时间)
    */
   @charset "utf-8";
.clearfix:after, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, hr, html, input, label, li, ol, p, pre, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
	margin: 0;
	padding: 0
}
body, html {
	height: 100%
}
body {
	font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}
li {
	list-style-type: none
}
a {
	text-decoration: none;
	outline: 0;
	color: #000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
a:hover {
	text-decoration: none;
	color: #ff9724!important
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
iframe, img {
	border: 0
}
img {
	vertical-align: top
}
.clearfix {
	display: block
}
.clearfix:after {
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
	display: block;
	clear: both
}
.part {
	width: 1200px;
	margin: 0 auto
}
.left {
	float: left
}
.right {
	float: right
}
i {
	font-style: normal
}
::-webkit-input-placeholder {
color:#fff
}
::-moz-placeholder {
color:#fff
}
:-ms-input-placeholder {
color:#fff
}
.domPc {
	display: block
}
.domMob {
	display: none
}
.grid-1200 {
	width: 1200px
}
.grid-120 {
	width: 120px
}
.grid-850 {
	width: 850px
}
.grid-700 {
	width: 700px
}
.grid-320 {
	width: 320px
}
.mr-30 {
	margin-right: 30px
}
.ml-30 {
	margin-left: 30px
}
.main {
	margin-top: 20px
}
.list {
	position: relative;
	z-index: 5
}
.list .item {
	width: 285px;
	height: 345px;
	float: left;
	background: #fff;
	margin: 10px 7px;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.25);
}
.list .item .tit {
	font-size: 20px;
	line-height: 28px;
	height: 56px;
	color: #2e75f4;
}
.list .item p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.list .item .tit a {
	color: #2e75f4;
}
.list .item .tit i {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin-right: 10px;
	color: #fff;
	font-style: normal
}
.list .item .tit i.red {
	background: #e10e0e
}
.list .item .tit i.blue {
	background: #027bfb
}
.list .item .tit i.orange {
	background: #f60
}
.list .item:hover {
}
.list .item:hover .share {
	width: 140px
}
.list .xpage-more-btn {
	display: block;
	text-align: center;
	line-height: 46px;
	width: 270px;
	margin: 50px auto 10px;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #2461c7;
	color: #fff;
	cursor: pointer
}
.list .xpage-more-btn img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px
}
.item-style1 {
}
.item-style1 .img {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.item-style1 .img img {
	width: 100%;
	height: auto;
}
.item-style1 .txt {
	width: auto;
	padding: 20px 35px;
}
.item-style1 .txt .tit {
	margin-top: 6px;
	height: 56px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;
}
.item-style1 p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;
}
.item-style1 .txt .info {
	margin-top: 5px;
	color:#888;
	font-size:14px;
}
.list-style2 li {
	position: relative;
	margin-bottom: 15px
}
.list-style2 li .img {
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 85px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.list-style2 li .img img {
	width: 100%;
	height: 100%
}
.list-style2 li .tit {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding: 5px 10px 10px 0;
	max-height: 85px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.xpage-more-btn {
    display: block;
    text-align: center;
    line-height: 46px;
    width: 270px;
    margin: 50px auto 10px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #2461c7;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width:768px) {
.domPc {
	display: none
}
.domMob {
	display: block
}
.grid-120, .grid-1200, .grid-320, .grid-700, .grid-850 {
	width: 100%
}
.main {
	margin-top: 0
}
.part {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px
}
.list .item{ width:100%; height: auto; float:none; margin:16px 0; border-radius:6px; overflow:hidden;}
.item-style1 {
	width:100%;
	margin:0 auto;
	float:none;

}
.item-style1 .img {

	height: auto
}
.item-style1 .txt{ padding-bottom:30px;}
.item-style1 .txt .tit {
	margin-top: 0;
	height: auto;
	font-size: 18px
}
.item-style1 .txt .tit a {
	overflow: hidden;
}
.banner {
	display: none;
}
}
