@charset "utf-8";
a{
	color:inherit;
}
em{
	font-style: normal;
}
.banner{
	width: 100%;
	height: 300px;
	background: url(banner.png) center center no-repeat;
	background-size: 100% 100%;
	overflow:hidden;
}
.banner .banner_nk{
	width:1200px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.banner .banner_nk > h2{
	position:relative;
	float: left;
	width: 315px;
	height: 135px;
	font-weight: normal;
	background: url(banner_tit_bg.png) bottom center no-repeat;
	margin-top: 82px;
}
.banner .banner_nk > h2 span:nth-child(1){
	display: block;
	width: 100%;
	height: 67px;
	font-size: 56px;
	line-height: 67px;
	color: white;
	text-align: center;
}
.banner .banner_nk > h2 span:nth-child(1) em{
	color: #FFCF4D;
}
.banner .banner_nk > h2 span:nth-child(2){
	display: block;
	width: 100%;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 14px;
	line-height: 29px;
	text-align: center;
}
.banner .banner_nk .ksjy_content{
	display: block;
	width: 355px;
	height: auto;
	max-height: 186px;
	position: relative;
	float: left;
	margin: 110px auto 0 26px;
	font-size: 20px;
	color: white;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.banner .banner_nk i.banner_i{
	width: 323px;
	height: 300px;
	display: block;
	position: relative;
	float: right;
	margin-right: 5%;
	background: url(banner_i.png) center center no-repeat;
}
.bordier{
	width: 100%;
	height: auto;
	background-color: white;
	overflow: hidden;
	padding-top: 60px;
}
.bordier .bordier_nk{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.bordier_nk .box_title{
	width: 100%;
	height: 130px;
	background: url(box_title_bg.png) center center no-repeat;
	text-align: center;
}
.bordier_nk .box_title span{
	display: block;
	margin: 0 auto;
	width: 193px;
	height: 130px;
	text-align: center;
}
.bordier_nk .box_title span em{
	display: block;
	position: relative;
	float: left;
	font-size:38px;
	font-weight: normal;
	width:50%;
}
.bordier_nk .box_title span em:nth-child(1){
	line-height: 110px;
	color:#000000;
	text-align: right;
}
.bordier_nk .box_title span em:nth-child(2){
	line-height: 150px;
	color:#3D6395;
}
.rmtj .rmtj_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0;
}
.rmtj .rmtj_list li{
	width: 585px;
	height: 140px;
	border-radius: 8px;
}
.rmtj .rmtj_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.rmtj .rmtj_list li.perblue{
	background: url(rmtj_gkcjcx_bg.png) 95% center no-repeat;
	background-color: rgba(166, 201, 231, 0.5);
}
.rmtj .rmtj_list li.perblue a i{
	display: block;
	position: relative;
	float: left;
	margin-left: 30px;
	height: 140px;
	width: 80px;
	background: url(rmtj_gkcjcx.png) center center no-repeat;
}
.rmtj .rmtj_list li a span{
	text-align: left;
	line-height: 140px;
	font-size:32px;
	margin-left:24px;
}
.rmtj .rmtj_list li.perblue a span{
	color:#1F5D92;
}
.rmtj .rmtj_list li.green{
	background: url(rmtj_gklqcx_bg.png) 95% center no-repeat;
	background-color: rgba(110, 224, 214, 0.59);
}
.rmtj .rmtj_list li.green a i{
	display: block;
	position: relative;
	float: left;
	margin-left: 30px;
	height: 140px;
	width: 80px;
	background: url(rmtj_gklqcx.png) center center no-repeat;
}
.rmtj .rmtj_list li.green a span{
	color:#0E9085;
}

/*热门查询*/
.rmcx{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.rmcx .rmcx_list{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.rmcx .rmcx_list li{
	width: 380px;
	height: 150px;
}
.rmcx .rmcx_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.rmcx .rmcx_list li a h2{
	font-size:20px;
	margin-top: 30px;
	font-weight: normal;
	line-height: 28px;
	margin-left: 20px;
	height: 68px;
}
.rmcx .rmcx_list li a span{
	width: 94px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	background-color: #1182F2;
	border-radius: 16px;
	color: white;
	margin-left: 20px;
}
.rmcx .rmcx_list li a span i{
	display: block;
	position: relative;
	float: right;
	width: 100%;
	height: 10px;
	margin: 10px;
	font-style: normal;
	line-height: 10px;
	background: url(rmcx_more_right.png) center right no-repeat;
}

.rmcx .rmcx_list li.perblue{
	background: url(rmcx_perblue.png) center center no-repeat;
}
.rmcx .rmcx_list li.perblue a span{
	background-color: #1182F2;
}
.rmcx .rmcx_list li.pink{
	background: url(rmcx_pink.png) center center no-repeat;
}
.rmcx .rmcx_list li.pink a span{
	background-color: #FFB46A;
}
.rmcx .rmcx_list li.green{
	background: url(rmcx_green.png) center center no-repeat;
}
.rmcx .rmcx_list li.green a span{
	background-color: #01CC93;
}
/*报考助手*/
.bkzs{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.bkzs .gxmdcx_box,
.bkzs .gxzycx_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bkzs .gxmdcx_box > h3,
.bkzs .gxzycx_box > h3{
	height: 25px;
	font-size:24px;
	border-left: 6px solid #4393F5;
	text-indent: 12px;
	line-height: 23px;
}

/*数据展示*/
.context {
  background-color: #fff;
  padding-top: 34px;
}

.gdxx_search .condition {
  /*padding: 35px 65px;*/
}

.bkzy_search .condition {
  /*padding: 35px 212px;*/
}

.div_tab {
  padding: 20px 0 0 0;
}

.div_tab>p {
  text-align: right;
  font-size: 16px;
  margin: 15px 0;
}

.select {
  float: left;
  height: 50px;
  width: 320px;
  margin-right: 30px;
  line-height: 50px;
  padding: 0 14px 0 12px;
  color: #333333;
  text-align: left;
  outline: none;
  text-align-last: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #D9D9D9;
  background: url(select_i.png) 95% center no-repeat;
  border-radius: 4px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.select::-ms-expand {
  display: none;
}

.coninp1 {
  float: left;
  height: 50px;
  width: 382px;
  outline: none;
  line-height: 50px;
  padding-left: 12px;
  color: #333333;
  line-height: 50px;
  margin-right: 30px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}

.coninp {
  float: left;
  width: 88px;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  border: none;
  outline: none;
  background: #4393F5;
  border-radius: 4px;
  cursor: pointer;
}

.div_t {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

.div_t thead {
  background: #F1F2F3;
  color: #666666;
}

.div_t tr {
  border-bottom: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  border-spacing: 0;
}

.div_t td {
  height: 58px;
  font-size: 16px;
  color: #333;
  border-spacing: 0;
  text-align: left;
  width: 25%;
}

.div_t thead td {
  color: #666666;
  height: 56px;
  font-size: 16px;
}

.div_t tr td:first-child {
  padding-left: 40px;
  width: 40%;
}

.fy_bg {
  height: 60px;
  margin-top: 20px;
  Width: 650px;
  margin: 0 auto;
}

.fy_bg .xiaye {
  display: inline-block;
  width: 80px;
  height: 35px;
  border: solid 1px #b2b2b2;
  text-align: center;
  line-height: 33px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.fy_bg a {
  color: #333;
  display: block;
}

.fy_bg .fy_bg_ul {
  width: auto;
  display: inline-block;
}

.fy_bg .fy_bg_ul li {
  display: inline-block;
  min-width: 30px;
  height: 35px;
  margin-top: 0px;
  border: solid 1px #b2b2b2;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.lxp {
  background: #0075ea;
  color: #fff !important;
}

.fy_bg .page_num {
  height: 35px;
  text-align: left;
  line-height: 33px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 13px;
}

.gdjyksywz ul {
  overflow: hidden;
  height: 324px;
}

.gdjyksywz li {
  float: left;
  margin: 0 16px 16px 0;
}

.gdjyksywz li:nth-of-type(6n) {
  margin-right: 0;
}

.gdjyksywz li a {
  display: block;
  width: 170px;
}

.gdjyksywz li img {
  width: 170px;
  height: 100px;
}

.gdjyksywz li p {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 53px;
  border: 1px solid #dadada;
  border-top: none;
}

.see_more {
  text-align: center;
  margin: 35px 0 40px;
}

.see_more span {
  display: inline-block;
  width: 146px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}