* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: 'Microsoft YaHei';
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	font-size: 0;
}

body {
	color: #444;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	background: url(../img/bodybg.jpg);
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	clear: both;
}

.gg {
	width: 254px;
	display: block;
	height: 157px;
	position: fixed;
	top: 40%;
	right: 10px;
	z-index: 10;
}

/*header*/
#header {
	width: 100%;
	max-width: 1920px;
	min-width: 1048px;
	margin: 0 auto;
	height: 148px;
	background: url(../img/headbg.jpg) no-repeat center 0;
}

.header {
	width: 1050px;
	margin: 0 auto;
}

.kuaijie-dh {
	text-align: right;
}

.kuaijie-dh a {
	display: inline-block;
	width: 64px;
	line-height: 24px;
	margin-right: 13px;
	color: #fff;
}

.logo-box {
	width: 220px;
	height: 55px;
	float: left;
	margin-left: 25px;
	position: relative;
	top: -10px;
}

/*顶部导航样式*/
.top-nav {
	width: 70%;
	float: right;
	font-size: 0;
	text-align: right;
	margin-top: 35px;
}

.top-nav li {
	text-align: center;
	display: inline-block;
	padding: 0 2%;
}

.top-nav li .nav {
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.top-nav li .current {
	color: #ff0000;
}

.top-nav li a {
	display: inline-block;
}

.top-nav .onemenu {
	position: relative;
	padding-bottom: 15px;
}

.top-nav .onemenu:nth-child(7) {
	display: none;
}

.top-nav li .twomenu {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #eee;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 30px;
}

.top-nav li .twomenu a {
	display: block;
	color: #111;
	font-size: 14px;
	line-height: 2em;
}

.top-nav li .twomenu a:hover {
	background: #ff0000;
	color: #fff;
}

.top-nav .onemenu:hover .nav {
	color: #ff0000;
}

/*公示样式*/
.gonggao {
	width: 100%;
	max-width: 1050px;
	margin: 8px auto 0 auto;
	box-sizing: border-box;
}

.gonggao h1 {
	font-size: 14px;
	color: #ff0000;
	line-height: 42px;
	float: left;
	font-weight: bold;
}

.gonggao .gg-list {
	float: left;
	margin-left: 20px;
	min-width: 55%;
}

.gg-list {
	height: 42px;
	overflow: hidden;
}

.gg-list li {
	white-space: nowrap;
	height: 42px;
}

.gg-list li a {
	display: block;
	line-height: 42px;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.gg-list li:first-child {
	margin-top: 0px;
	transition: margin-top .8s;
	/*此处可修改每次滚动持续时间*/
}

/*搜索样式*/
.search {
	width: 395px;
	overflow: hidden;
	float: right;
	border: 1px solid #ddd;
	margin-top: 3px;
}

.search input.username {
	width: 78%;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #666;
	text-indent: 1em;
	background: none;
	outline: none;
	border: 0px;
}

.search input.da_button {
	width: 20%;
	float: right;
	border: 0;
	text-indent: -9999px;
	background: #ff0000 url(../img/head-search.png) no-repeat center;
	line-height: 32px;
	height: 32px;
	font-size: 12px;
	color: #fff;
}

/*banner样式*/
.banner {
	width: 100%;
	height: 370px;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../img/ibanner006.jpg) no-repeat center 0;
	border-bottom: 3px #DDDBDE solid;
}

/*首页主体样式*/
.main {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 10px 0;
}

.index1 {
	width: 100%;
	height: 330px;
	background: url(../img/index1.jpg) no-repeat center 0;
	margin-bottom: 3px;
}

.index2 {
	width: 100%;
	height: 288px;
	background: url(../img/index2.jpg) no-repeat center 0;
	margin-bottom: 3px;
}

.index3 {
	width: 100%;
	height: 315px;
	background: url(../img/index3.jpg) no-repeat center 0;
	margin-bottom: 3px;
}

.index4 {
	width: 100%;
	height: 316px;
	background: url(../img/index4.jpg) no-repeat center 0;
	margin-bottom: 3px;
}

.left1 {
	width: 340px;
	height: 320px;
	float: left;
	box-sizing: border-box;
	padding: 0 6px 0 15px;
}

.right1 {
	width: 710px;
	height: 320px;
	float: right;
	box-sizing: border-box;
	padding: 0 12px 0 10px;
}

.index-tit {
	width: 100%;
	text-align: right;
	margin: 30px 0 25px 0;
}

.index-tit a {
	display: inline-block;
	width: 50px;
	line-height: 12px;
	font-size: 12px;
	opacity: 0;
}

.about-edit,
.about-edit div {
	color: #616161;
	font-size: 12px;
	line-height: 2em;
}

.class-btn {
	width: 100%;
	font-size: 0;
}

.class-btn li {
	display: inline-block;
	width: 97px;
	height: 32px;
	background: url(../img/slinkbg.jpg) no-repeat -98px 0;
}

.class-btn li a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 2em;
}

.class-btn li:hover {
	background: url(../img/slinkbg.jpg) no-repeat 0 0;
}

.class-btn li.li-curr {
	background: url(../img/slinkbg.jpg) no-repeat 0 0;
}

.class-con {
	margin-top: 15px;
}

.con-left {
	width: 280px;
	height: 175px;
	border: 1px #dddddd solid;
	padding: 4px;
	float: left;
}

.con-left img {
	width: 100%;
	height: 100%;
}

.con-right {
	width: 382px;
	float: right;
}

.con-top {
	width: 100%;
	height: 75px;
	border-bottom: 1px #cccccc dashed;
}

.con-top a {
	display: block;
}

.con-top a h3 {
	font-size: 12px;
	color: #ff0000;
	line-height: 1.75em;
	height: 1.75em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.con-top a p {
	font-size: 12px;
	color: #616161;
	line-height: 1.75em;
	height: 3.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.con-list li {
	padding-left: 19px;
	width: 365px;
	height: 25px;
	background: url(../img/ico001.gif) 0px 7px no-repeat;
}

.con-list li a {
	font-size: 12px;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.index2 .index-tit,
.index3 .index-tit,
.index4 .index-tit {
	padding-top: 20px;
	width: 97%;
	margin: 0 0 25px 0;
}

.left-con {
	width: 332px;
	height: 200px;
	box-sizing: border-box;
	float: left;
	padding: 58px 8px 0 200px;
	position: relative;
}

.center-con {
	width: 479px;
	height: 200px;
	box-sizing: border-box;
	float: left;
	padding: 63px 0 0 10px;
	position: relative;
}

.right-con {
	width: 230px;
	height: 205px;
	box-sizing: border-box;
	float: left;
	padding: 55px 0 0 0;
	position: relative;
}

.left-con ul li:nth-child(1) {
	padding-left: 35px;
}

.left-con ul li:nth-child(2) {
	padding-left: 25px;
}

.left-con ul li:nth-child(3) {
	padding-left: 15px;
}

.left-con ul li:nth-child(4) {
	padding-left: 5px;
}

.left-con ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.index-more {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.index-more a {
	display: inline-block;
	width: 50px;
	line-height: 12px;
	font-size: 12px;
	opacity: 0;
}

.right-con .index-more a {
	width: 100px;
}

.center-con ul {
	font-size: 0;
}

.center-con ul li {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 5px;
}

.center-con ul li a {
	display: block;
	width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	line-height: 30px;
	color: #333;
	height: 30px;
}

.center-con .index-more {
	width: 50%;
}

.feiyin-list {
	width: 100%;
	font-size: 0;
	margin-left: 8px;
}

.feiyin-list a {
	display: inline-block;
	width: 190px;
	height: 230px;
	margin: 0 8px;
	position: relative;
}

.feiyin-list a img {
	width: 100%;
	height: 100%;
}

.feiyin-list a h3 {
	width: 100%;
	height: ;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	line-height: 45px;
	background: #000000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	bottom: 0;
}

.duocengci {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.duocengci li {
	width: 503px;
	margin: 0 10px;
	display: inline-block;
}

.duocengci li img {
	max-width: 100%;
}

.duocengci li h3 {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	color: #111111;
	text-align: left;
}

.duocengci li p {
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #686868;
	text-align: left;
}

.duocengci li a {
	display: block;
	text-align: right;
	font-size: 13px;
	line-height: 25px;
	color: #ff0000;
}


/*页脚样式*/
#footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #ebebeb;
	border-top: 5px solid #e73b49;
}

.footer {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	color: #686868;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 230px;
	text-align: center;
	padding-top: 20px;
	line-height: 2em;
	position: relative;
}

.footer a {
	color: #686868;
	vertical-align: middle;
}

.footer img {
	vertical-align: middle;
}

.ewm-box {
	position: absolute;
	right: 50px;
	top: 20px;
}

.dw-ewm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.dw-ewm div {
	display: inline-block;
	width: 260px;
	margin-top: 10%;
	background: #fff;
	border: 1px solid #dfdfdf;
}

.dw-ewm div img {
	display: block;
}

.dw-ewm div .close {
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}

#wxpt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
}

#wxpt div {
	display: inline-block;
	width: 225px;
	margin-top: 10%;
	background: #fff;
	border: 1px solid #dfdfdf;
}

#wxpt div img {
	display: block;
}

#wxpt div .close {
	margin: 10px 0;
	text-align: right;
	border: 0;
	width: 98%;
}

#wxpt div .close img {
	display: inline-block;
	margin-right: 10px;
}

/*内页样式开始啦*/
/*新闻中心样式*/
.left-nav {
	width: 203px;
	float: left;
}

.right-main {
	width: 830px;
	float: right;
	box-sizing: border-box;
	border: 1px #ebebeb solid;
	padding: 10px;
	background: #fff;
}

.left-nav ul {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.left-nav ul h1 {
	padding-left: 13px;
	margin-bottom: 10px;
	font-size: 19px;
	color: #565656;
	line-height: 62px;
	background: url(../img/smenutbg.jpg) 0px 0px no-repeat;
}

.left-nav ul a {
	display: block;
	margin: 0 10px;
	text-indent: 40px;
	font-size: 14px;
	color: #111;
	line-height: 35px;
	border-bottom: 1px #dadada solid;
}

.left-nav ul a:hover {
	background: #ee0010;
	color: #fff;
}

.left-nav ul a.on {
	background: #ee0010;
	color: #fff;
}

.zhuanti {
	background: #fff;
	border: 1px #cccccc solid;
	padding: 0 10px;
}

.zhuanti h1 {
	font-size: 15px;
	color: #353535;
	line-height: 35px;
}

.zhuanti div {
	width: 100%;
}

.zhuanti div a {
	display: block;
	margin-bottom: 10px;
}

.zhuanti div a img {
	width: 100%;
}

.zhuanti .more {
	display: block;
	font-size: 12px;
	color: #353535;
	line-height: 35px;
}

.right-main .right-tit {
	font-size: 19px;
	color: #454545;
	line-height: 55px;
	padding: 0 10px;
	border-bottom: 1px #ebebeb solid;
}

.right-main .right-tit .mbx {
	float: right;
	font-size: 12px;
	color: #686868;
	line-height: 55px;
}

.list-one {
	margin: 8px 0px 0px 0px;
	padding: 15px;
	background: #f3f3f3;
}

.list-one a {
	display: block;
}

.list-one a img {
	width: 280px;
	height: 175px;
	display: block;
	float: left;
}

.list-one a .list-one-con {
	width: 450px;
	float: right;
}

.list-one a .list-one-con h3 {
	font-size: 14px;
	color: #383838;
	line-height: 25px;
}

.list-one a .list-one-con p {
	font-size: 12px;
	color: #888;
	line-height: 25px;
}

.list-one a .list-one-con span {
	display: block;
	width: 75px;
	font-size: 12px;
	color: #9F0000;
	line-height: 25px;
	text-align: center;
	background: #CFCFCF;
	margin-top: 15px;
}

.news-list {
	display: block;
	margin-top: 16px;
}

.news-list:nth-child(1) {
	display: none;
}

.news-list .time {
	background: #9E010C;
	font-size: 12px;
	line-height: 2.2em;
	color: #ffffff;
	text-align: center;
	width: 55px;
	float: left;
}

.news-list .time span {
	display: block;
	background: #CBCBCB;
	color: #333333;
	font-size: 12px;
	line-height: 2.2em;
	border-top: 1px solid #fff;
}

.news-list .con-box {
	width: 710px;
	float: right;
	height: 80px;
	border-bottom: 1px #CFD8DD solid;
}

.news-list .con-box h2 {
	font-size: 12px;
	color: #686868;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-list .con-box p {
	font-size: 12px;
	color: #888;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.detail-box {
	padding: 10px;
}

.detail-box h2 {
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-align: center;
}

.news-time {
	font-size: 12px;
	color: #888;
	line-height: 29px;
	background: #f2f2f2;
	margin-bottom: 15px;
	text-align: center;
}

.news-intro {
	font-size: 12px;
	color: #666;
	line-height: 2em;
}

.news-intro div,
.news-intro p {
	font-size: 12px;
	color: #666;
	line-height: 2em;
}

.detail-box .comeback {
	font-size: 12px;
	color: #9f0000;
	line-height: 2em;
	background: #CFCFCF;
	width: 75px;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.news-intro img {
	max-width: 100%;
}

/*媒体报道样式*/
.meit-list {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 20px;
	display: block;
}

.meit-list .time {
	padding: 0 10px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	background: #EE0010;
	float: left;
	line-height: 40px;
}

.meit-list .meit-pic {
	margin: 0px 15px;
	width: 210px;
	height: 110px;
	border: 2px #888888 solid;
	float: left;
}

.meit-list .meit-pic img {
	width: 100%;
	height: 100%;
}

.meit-list .con-box {
	width: 425px;
	float: left;
}

.meit-list .con-box h2 {
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #383838;
}

.meit-list .con-box span {
	display: block;
	margin: 12px 0px 0px 0px;
	width: 75px;
	height: 25px;
	text-align: center;
	font: normal 12px/25px "Arial";
	color: #9F0000;
	background: #CFCFCF;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	padding: 0 5px;
	line-height: 1.75em;
	display: inline-block;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.qt-pagination .pages {
	color: #9e010c;
}

.page-edit {
	padding: 15px;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

.page-edit div,
.page-edit p {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

/*股权投资栏目页面样式*/
.left-nav ul .sidebar2 {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	border-top: 2px #EE0010 solid;
	border-bottom: none;
	background: #ECECEC;
	text-indent: 0;
}

.jijin-gdnr {
	color: #505050;
	background: url(../img/cbg02.gif) 0px 0px no-repeat #E9E9E9;
	padding: 15px 10px 8px 10px;
	margin-top: 10px;
}

.guquan-edit p {
	font-size: 12px;
	line-height: 1.9em;
	color: #666;
	margin-bottom: 8px;
}

.guquan-edit p span {
	color: #fff;
	background: #ff0000;
}

.guquan-edit .content {
	margin-top: 10px;
}

.guquan-edit .content p span {
	background: #fff;
	color: #ff0000;
}

/*管理公司*/
.left-nav ul li a {
	display: block;
	margin: 0 10px;
	text-indent: 0;
	font-size: 14px;
	color: #111;
	line-height: 1.5em;
	border-bottom: 1px #dadada solid;
	padding: 10px;
}

.left-nav ul li a:hover {
	background: #ee0010;
	color: #fff;
}

.guquan2-edit {
	padding: 15px;
	font-size: 12px;
	color: #666;
	line-height: 2em;
}

.guquan2-edit div,
.guquan2-edit p {
	font-size: 12px;
	color: #666;
	line-height: 2em;
}

/*非银金融栏目页面样式*/
.feiyin-edit {
	padding: 15px;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}

.feiyin-edit div,
.feiyin-edit p {
	font-size: 14px;
	color: #666;
	line-height: 2em;
}

.feiyin-edit img {
	max-width: 100%;
}

/*融资担保详情页*/
.feiyin-edit .red-back-con {
	font-size: 12px;
	padding: 15px 10px 8px 10px;
	color: #ffffff;
	background: url(../img/cbg01.gif) 0px 0px no-repeat #EE0010;
	margin-bottom: 10px;
}

.feiyin-edit .gary-back-con {
	background: #fafafa;
	border-bottom: 1px #dddddd dashed;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.feiyin-edit .gary-back-con .rongzi-yinhao {
	background: url(../img/detail-bj2.gif) no-repeat center 0;
	padding: 58px;
	font-size: 12px;
}

.feiyin-edit .gary-back-con div p {
	width: 350px;
	font-size: 12px;
}

.feiyin-edit .zuoyou-pb {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.feiyin-edit .zuoyou-pb h3 {
	font-size: 16px;
	color: #CC0000;
	line-height: 2em;
}

.feiyin-edit .zuoyou-pb p {
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 8px;
}

.detail-hover {
	width: 770px;
}

.detail-hover ul {
	font-size: 0;
	text-align: center;
	width: 100%;
	background: url(../img/prdlinkbg.gif) no-repeat 0 0;
}

.detail-hover ul li {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
	padding: 0 20px;
	cursor: pointer;
}

.detail-hover ul .li-cur {
	background: url(../img/prdlinki.gif) no-repeat center 0;
}

.detail-hover ul li:hover {
	background: url(../img/prdlinki.gif) no-repeat center 0;
}

.detail-hover .li-con {
	margin-top: 5px;
	width: 100%;
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	display: none;
}

.detail-hover .li-con-cur {
	display: block;
}

.detail-hover .li-con .li-pic {
	width: 260px;
	float: left;
	text-align: center;
}

.detail-hover .li-con .li-pic img {
	max-width: 90%;
}

.detail-hover .li-con .li-neirong {
	width: 470px;
	float: right;
}

.detail-hover .li-con .li-neirong p {
	font-size: 12px;
	color: #666;
	line-height: 2.1em;
}

/*联系我们内页样式*/
.contact-edit {
	padding: 20px 20px 0 20px;
	background: url(../img/contact-back.jpg) no-repeat right bottom;
	margin-bottom: 50px;
}

.contact-edit h1 {
	color: #CC0000;
	font-size: 17px;
	line-height: 40px;
	border-bottom: #CCC 1px dotted;
	margin: 0px 0px 8px 0px;
}

.contact-edit p,
.contact-edit div {
	font-size: 12px;
	line-height: 2em;
	color: #666;
	margin: 0px 0px 8px 0px;
}

/*百度地图样式*/
#dituContent {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
	box-sizing: border-box;
	padding: 20px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

/*首页右侧固定按钮*/
.fdmenu {
	position: absolute;
	z-index: 10000;
	top: 200px;
	right: 5px;
	margin: 0px;
	padding-bottom: 5px;
	width: 100px;
	height: auto;
}

.fdmenu a.i {
	float: left;
	display: inline;
	overflow: hidden;
	width: 95px;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	font: normal 14px/25px "Arial";
	color: #ffffff;
	border: 1px #ffffff solid;
	background: #B1B1B1;
	text-decoration: none;
}

.fdmenu a.i:hover {
	background: #DF0003;
	text-decoration: none;
}

/*搜索页面样式*/
.search-con {
	margin: 30px;
	padding-bottom: 30px;
}

.search-con .news-list:nth-child(1) {
	display: block;
}

.search-con .news-list .time {
	width: 100px;
}

.search-con .news-list .con-box {
	width: 630px;
}

.search-con li {
	padding: 10px;
	border-bottom: 1px solid #cfd8dd;
}

.search-con li a {
	display: block;
	font-size: 13px;
	color: #686868;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.search-con li p {
	font-size: 13px;
	color: #888;
	line-height: 2em;
}

@media (max-width:1260px) {}
