* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	background: #f5f5f5;
}

.counts {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 25px auto;
}

.counts_left {
	width: 200px;
	background: #fff;
}

.lxfs {
	width: 180px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.lxfs_lxr {
	/*width: 138px;*/
	border: 1px dashed #ddd;
	height: 70px;
	text-align: center;
	line-height: 35px;
	/*background: url(../img/lock_ico.png) 10px center no-repeat;*/
	font-size: 14px;
	color: #999;
	/*padding: 0 20px;*/
	overflow: hidden;
	margin-top: 40px;
}

.lxfs_lxr span {
	display: block;
}

.cgslook {
	width: 180px;
	margin: 8px auto 0;
}

.cgslook span {
	display: block;
	width: 180px;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.cgslook ul li {
	width: 180px;
	padding-top: 4px;
	border-bottom: 1px dashed #ddd;
}

.cgslook ul li a {
	color: #496ab4;
	font-size: 14px;
}

.cgslook ul li span {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

.counts_right {
    width: 940px;
    background: #fff;
    padding: 20px;
}

.toad {
	height: 20px;
	line-height: 0px;
	font-size: 14px;
	margin: 10px 0;
}

.toad a {
	color: #6e6e6e;
}

.main_tit {
	display: flex;
	width: 965px;
	border-left: 5px solid #496ab4;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	padding-left: 10px;
}

.main_tit .vip {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	color: #fff;
	background: #ff7777;
	margin-left: 10px;
}

.main_con1 {
	margin-top: 20px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px 20px;
}

.main_1 {
	display: flex;
	justify-content: space-between;
}

.main_data {
	font-size: 14px;
	line-height: 30px;
}

.main_data span {
	display: block;
}

.main_bj {
	width: 490px;
	height: 100px;
	float: right;
	margin-right: -27px;
}

.main_bj_btn {
	width: 100%;
	height: 71px;
	background: url(../img/bjbg.jpg) left no-repeat;
	overflow: hidden;
	display: flex;
}

.main_bj_btn a {
	padding: 0 10px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #ecf5fe;
	border-radius: 4px;
	margin: 14px 0 0 50px;
	color: #4c6cb5;
	font-size: 14px;
	display: block;
	display: flex;
}

.main_bj_num {
	margin-left: 20px;
	font-size: 14px;
}

.main_2 .pub_tit,
.main_3 .pub_tit {
	border-left: 5px solid #496ab4;
	font-size: 18px;
	text-indent: 10px;
}

.main_2 table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 14px;
	margin-top: 20px;
	background: #fff;
	border-right: none;
}

th {
	height: 39px;
	vertical-align: middle;
	padding: 0 15px;
	font-weight: 600;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
}

td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 18px 15px;
	text-align: center;
	word-wrap: break-word;
}

.main_3 {
	margin-top: 20px;
}

.main_3 table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 14px;
	margin-top: 20px;
	background: #fff;
	border-right: none;
}

.main_ty_tit {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.main_con2 table {
	table-layout: fixed;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 14px;
	margin-top: 20px;
	background: #fff;
	border-right: none;
}

.main_ty_tit {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.main_con3 ul {
	height: 250px;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.main_con3 ul::after {
	content: '';
	width: 155px;
	margin: 0 10px;

}

.main_con3 ul li {
	margin: 0 10px;
}

ul li .main_con3_con {
	width: 155px;
	margin: 0 auto;
	font-size: 14px;
}

ul li .main_con3_con .con3_tit {
	height: 42px;
	overflow: hidden;
	font-size: 16px;
}

ul li .main_con3_con .con3_cgl {
	margin-top: 10px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	padding-bottom: 10px;
}

.con3_cgl {
	margin: 10px 0;
	color: #666;
}

.con3_btn {
	margin-top: 10px;
	width: 88px;
	height: 30px;
	background: #9abb59;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
}

.con3_bot {
	margin-top: 10px;
	color: #444;
}
