@charset "utf-8";
html,body,input,button,select,textarea,sub,pre{
	font-family:"Microsoft YaHei","微软雅黑";
}
body{
	min-width: 1200px;
}
.main_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ib{
	display:inline-block;
	vertical-align: top;
}
/*顶部搜索部分*/
.information_top{
	margin-top: 30px;
}
/*资讯搜索框*/
.index_tit_search{
	position: relative;
	padding-left: 70px;
	padding-right: 12px;
	border: 1px solid #ececec;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	margin-top: 7px;
	margin-left: 85px;
	margin-right: 85px;
}
.index_tit_search_tit{
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 1;
	cursor: pointer;
	text-align: left;
	width: 56px;
	overflow: hidden;
}
.index_tit_search_tit:hover span{
	color: #d63434;
}
.index_tit_search_tit:hover i{
	border-top-color: #d63434;
}
.index_tit_search_tit span{
	font-size: 14px;
	color: #666666;
}
.index_tit_search_tit>i{
	border: 5px solid transparent;
	width: 0px;
	height: 0px;
	border-top-color: #666666;
	margin-top: 19px;
}
.index_tit_search>ul{
	display: none;
	position: absolute;
	left: -1px;
	top: 40px;
	border: 1px solid #d63434;
	border-top: none;
	z-index: 1;
	background: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.index_tit_search>ul>li{
	font-size: 14px;
	height: 36px;
	cursor: pointer;
	line-height: 36px;
	text-align: left;
	padding-left: 10px;
	width:54px;
}
.index_tit_search>ul>li:hover{
	background: #f4c8c8;
	color: #d63434;
}
.index_tit_search>input{
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
	width: 170px;
}
.index_tit_search_btn{
	font-size: 16px;
	color: #666666;
}
.index_tit_search_btn>i{
	width:20px;
	height:21px;
	margin-top: 11px;
	margin-right: 5px;
	background: url(../../information/images/information_icon.png) no-repeat 0 -133px;
}
.index_tit_search_btn:hover{
	color: #d63434;
}
.index_tit_search_btn:hover i{
	background-position: -52px -133px;
}
.index_tit_search_btn_action{
	color: #d63434;
}
.index_tit_search_btn_action i{
	background-position: -52px -133px;
}
.index_tit_search_action{
	border-color: #d63434;
}
.index_tit_search_action .index_tit_search_btn{
	color: #d63434;
}
.index_tit_search_action .index_tit_search_btn i{
	background-position: -52px -133px;
}
.index_tit_search_lbradiusnone{
	border-bottom-left-radius: 0;
}
/*顶部右侧列表*/
.information_top_rlist{
	font-size: 0;
	margin-top: 2px;
}
.information_top_rlist li{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
}
.information_top_rlist li:last-child{
	margin-right: 0;
}
.information_top_rlist li a{
	display: block;
	font-size: 14px;
	cursor: pointer;
	color: #333333;
}
.information_top_rlist li a:hover{
	color: #d63434;
}
.information_top_rlist li a i{
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../../information/images/information_icon.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-bottom: 8px;
}
.wxkc_icon{
	background-position:0 -160px;
}
.tk_icon{
	background-position:0 -190px;
}
.yd_icon{
	background-position:0 -219px;
}
.ask_icon{
	background-position:0 -251px;
}
/*顶部红色入口*/
.infor_go{
	margin-top: 32px;
	background: #d63434;
}
 .infor_go_list{
	font-size: 0;
	padding: 15px 0;
}
.infor_go_list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	background: url(../images/header/red_line_go.png) no-repeat right center;
	padding-top: 12px;
}
.infor_go_list li:last-child{
	margin-right: 0;
	background: none;
}
.infor_go_list li:nth-child(1){
	max-width: 412px;
}
.infor_go_list li:nth-child(2){
	max-width: 320px;
}
.infor_go_list li:nth-child(3){
	max-width: 230px;
}
.infor_go_list li:nth-child(4){
	max-width: 150px;
}
.infor_go_list li .infor_go_name{
	float:left;
	font-size: 24px;
	color: #ffffff;
	width: 22px;
	margin-top: 11px;
}
.infor_go_list li .infor_go_list_r{
	margin-left: 48px;
}
.infor_go_list li .infor_go_list_r a{
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 12px;
	text-align: left;
	max-width:112px;
	overflow: hidden;
	white-space: nowrap;
}
.infor_go_list li .infor_go_list_r a:hover{
	text-decoration: underline;
}
/*页面链接面包屑*/
.infor_linktab{
	padding: 18px 0;
}
.infor_linktab a{
	font-size: 12px;
	color: #333333;
	margin-right: 10px;
}
.infor_linktab a:last-child{
	color: #999999;
}
.infor_linktab a:hover{
	 text-decoration: underline;
}
.infor_linktab span{
	width: 6px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	background: url(../../information/images/information_icon.png) no-repeat 0 -403px;
	margin-right: 10px;
	margin-top: 1px;
}
/*文章标题列表*/
.infor_list li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 20px;
	padding-right: 90px;
}

.infor_list li>i {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 8px;
	background: #000000;
	border-radius: 2px;
}

.infor_list li a {
	font-size: 14px;
	color: #333333;
	display: block;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.infor_list li a:hover {
	text-decoration: underline;
	color: #d52a13;
}

.infor_list li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #cccccc;
	font-size: 14px;
}

.infor_list li .todayhot_red {
	color: #d63434;
}
/*更多按钮*/
.more_btn{
	float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 13px;
}
.more_btn>i{
	width: 12px;
    height: 10px;
    background: url(../../information/images/information_icon.png) no-repeat -56px -241px;
    margin-left: 8px;
    margin-top: 4px;
}
.more_btn:hover{
	color: #d52a13;
}
.more_btn:hover i {
    background: url(../../information/images/information_icon.png) no-repeat -56px -270px;
}
/*城市选择*/
.address {
	margin-bottom: 30px;
}

.address .main_box {
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}

.address_l {
	width: 82px;
	float: left;
	position: relative;
}

.address_l p {
	font-size: 24px;
	color: #d63434;
	line-height: 24px;
	padding-top: 8px;
}

.address_l i {
	position: absolute;
	width: 8px;
	height: 69px;
	background: url(../../information/images/information_icon.png) no-repeat -61px -166px;
	right: 0;
	top: 0;
}

.address_r {
	margin-left: 97px;
	font-size: 0;
	padding-top: 5px;
}

.address_r a {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
}
.address_r .address_action{
	color: #fff;
	background: #d63434;
}
.address_r a:hover {
	color: #fff;
	background: #d63434;
}

.address_r .address_r_nomargin {
	margin-right: 0;
}
/*文章列表头部*/
.infor_news_tit{
	margin-bottom: 18px;
}
.infor_newstname>i{
	width: 4px;
	height: 18px;
	background: #d63434;
	margin-right: 15px;
	margin-top: 10px;
}
.infor_newstname span{
	font-size:28px;
	color: #222;
}
/*真题表格*/
.realtest_table{
	border-left:1px solid #ececec;
}
.realtest_table th{
	font-size: 16px;
	color: #333333;
	height: 38px;
	text-align: center;
	width: 16.666%;
	background: #f4f4f4;
	font-weight: normal;
	border-top: 4px solid #d63434;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.realtest_table tr td{
	text-align: center;
	background: #fff;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.realtest_table tr td:first-child{
	font-size: 16px;
	color: #333333;
	height: 38px;
	background: #f8f8f8;
}
.realtest_table tr td a{
	font-size: 14px;
	color: #333333;
	margin: 0 6px;
}
.realtest_table tr td a:hover{
	color: #d63434;
}
/*右侧浮窗*/
.right_navfix{ 
	position:fixed;
	right:10px; 
	top:35%; 
	z-index: 9;
 }
.right_navlist li{
	margin-bottom:1px;
	width:50px;
	cursor: pointer;
	position: relative;
}
.right_navlist1{
	background: #388ef2;
	padding:10px 0 8px 0;
}
.right_navlist2{
	background: #b2b2b2;
	height:50px;
	box-sizing:border-box;
	overflow: hidden;
	padding-top:9px;
}
.right_navlist1:hover{
	background: #2b7bd9;
}
.right_navlist2:hover,.right_navlist3:hover{
	background: #388ef2;
}
.right_navlist4:hover{
	background: #8f8f8f;
}
.right_navlist3{
	background: #b2b2b2;
	height:50px;
	box-sizing:border-box;
	padding-top:12px;
	overflow: hidden;
}
.right_navlist4{
	height:50px;
	background: #b2b2b2;
	box-sizing:border-box;
	line-height: 50px;
	text-align: center;
}
.right_navlist4 .r_nav_backTop {
	display: inline-block;
	width: 14px;
	height: 11px;
	background: url(../../information/images/information_icon.png) no-repeat 0 -459px;
	
}
.backTop{
	display: none;
}
.right_navlist1 i{
	width:27px;
	height:23px;
	display: block;
	margin:0 auto 8px auto;
	background-image: url(../images/right_nav/rightnav_icon.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
.right_navlist1 p{
	font-size:12px;
	text-align: center;
	line-height: 16px;
	color:#fff;
}
.right_navlist2 i{
	width:20px;
	height:32px;
	display: block;
	margin:0 auto;
	background-image: url(../images/right_nav/rightnav_icon.png);
	background-repeat:no-repeat;
	background-position: 0 -35px;
}
.right_navlist3 i{
	width:26px;
	height:26px;
	display: block;
	margin:0 auto;
	background-image: url(../images/right_nav/rightnav_icon.png);
	background-repeat:no-repeat;
	background-position: 0 -80px;
}
.right_navlist3:hover,.right_navlist2:hover{
	overflow: visible;
}
.right_navlist3:hover .phone_tip{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	right:68px;
}
.right_navlist2:hover .app_tip{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	right:44px;
}
.phone_tip{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
	right:0;
	font-size:18px;
	background-color: #388ef2;
	line-height: 50px;
	top:0;
	width:260px;
	text-align: center;
	color:#fff;
	 transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; /* Safari */
}
.phone_tip>b{
	position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent;
    border-style: dashed;
    right:-12px;
   	top: 18px;
    border-top-style: solid;
    border-top-color: #388ef2;
}
.app_tip{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
	right:0;
	font-size:12px;
	background:url(../images/right_nav/navright_app.png) no-repeat center center;
	top:0;
	width:177px;
	height:190px;
	color:#333333;
	 transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; /* Safari */
}
.app_tip img{
	display:block;
	width:105px;
	height:105px;
	margin: 30px 0 10px 30px;
}

.app_tip p{
	margin-top:12px;
	text-align: left;
	padding-left:46px;
}
/*分页*/
.infor_list_page{
	padding: 35px 0px;
	text-align: center;
}
.infor_list_page a{
	display: inline-block;
	vertical-align: top;
    font-size: 12px;
    line-height: 30px;
    padding: 0 12px;
    height: 30px;
    margin: 0 3px;
    box-sizing: content-box;
    color: #222222;
    border-radius: 3px;
    background-color: transparent;
}
.infor_list_page .list_page_action{
	background: #d43639;
	color: #fff;
}
.infor_list_page a:hover{
	background: #d43639;
	color: #fff;
}
.infor_list_page .list_pagespr:hover{
	cursor: default;
	background: transparent;
	color: #222222;
}

/*移动资讯app下载*/
#mobile_information{
	position:relative;
}
#mobile_information .mobile_appdown{
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -53.5px;
		top: 100%;
		z-index:9;
}
