@charset "utf-8";
/* CSS Document */

body {
	font:12px '宋体', Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-float:left;
	margin-left: 15px;
}
a img {
	border: none;
	text-decoration:none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color: #F90;
	text-decoration: underline;
    text-decoration:none;

}

/*--全局配置结束--*/
/*--页面容器开始--*/
.container {
	width: 960px;
	background-color:#FFF;
	margin: 0 auto;
}
/*--顶栏开始--*/
.header {
	width: 960px;
	background-color:#FFF;
}

/*--登录栏开始--*/
.header .top {
	width:960px;
	height:25px;
	background-color:#FFF;
	background-image:url(images/login_topbg.gif);
	background-repeat:repeat-x;
	float: left;
}
.header .top .login {
	width:380px;
	padding-left:10px;
	vertical-align:middle;
	float: left;
}
.header .top .login input {
	width:100px;
	height:14px;
	vertical-align: inherit;
}
.header .top .branch {
	width:560px;
	padding-top:6px;
	padding-left:10px;
	vertical-align:middle;
	text-align:right;
	float: right;
}
.header .top .branch a {
	padding-left:6px;
	float: left;
}
/*--登录栏结束--*/
/*--导航栏开始--*/
.header .nav {
	width:960px;
	height:24px;
	background-color:#FFF;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	margin-top:2px;
	float: left;
}
.header .nav ul {
	line-height:24px;
	text-align:center;
}

.header .nav ul li.middle {
	
	direction:ltr;
	display:inline;
	list-style-type:none;
	padding-left:3px;
	padding-right:10px;
	background-image:url(images/nav_sepline.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.header .nav ul li.end {
	direction:ltr;
	display:inline;
	list-style-type:none;
	padding-left:3px;
	padding-right:3px;
}
.header .nav ul li a {
	text-decoration:none;
	font-family:'黑体';
	font-size:14px;
	font-weight:bold;
}
/*--导航栏结束--*/
/*--标识栏开始--*/
.header banner {
	width: 960px;
	float: left;
	background-color:#FFF;
}
.header .banner .logo {
	width:300px;
	height:62px;
	float: left;
	background-color:#FFF;
}
.header .banner .logo .sitehome {
	width:300px;
	height:62px;
	background-image: url(images/banner_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
}
.header .banner .tools {
	float: right;
	background-color:#FFF;
	width:560px;
	height:62px;
	text-align:right;
}
.header .banner .tools .bookhome {
	width:102px;
	height:62px;
	background-image: url(images/banner_bookonline.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
}
.header .banner .tools .testhome {
	width:102px;
	height:62px;
	background-image: url(images/banner_testonline.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
}
.header .banner .tools .bbshome {
	width:102px;
	height:62px;
	background-image: url(images/banner_bbs.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
}
.header .banner .tools .snshome {
	width:102px;
	height:62px;
	background-image: url(images/banner_sns.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
}
.header .banner .tools .enhome {
	width:125px;
	height:62px;
	background-image: url(images/banner_ensite.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
}
/*--标识栏结束--*/
/*--搜索栏开始--*/
.header .search {
	width:960px;
	height:86px;
	float: left;
}
.header .search .searchbar {
	width:700px;
	height:86px;
	background-image:url(images/searchbar_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
}
.header .search .specialbar {
	width:250px;
	float:right;
	text-align:right;
}
.header .search .specialbar .feichangdao {
	float:left;
	width:125px;
	height:43px;
	background-image:url(images/special_feichangdao.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.header .search .specialbar .shoujibao {
	float:left;
	width:125px;
	height:43px;
	background-image:url(images/special_shoujibao.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.header .search .specialbar .weibo {
	float:left;
	width:125px;
	height:43px;
	background-image:url(images/special_weibo.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.header .search .specialbar .gonggong {
	float:left;
	width:125px;
	height:43px;
	background-image:url(images/special_gonggong.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
/*--搜索栏结束--*/

/*--脚栏开始--*/
.footer {
	float:left;
	width:960px;
	background: #FFFFFF;
}
.footerleft {
	float:left;
	width:710px;
}
.footerright {
	float:left;
	width:250px;
}
.footerlefttop {
	float:left;
	width:710px;
	height:95px;
}
.footerltlc {
	float:left;
	width:5px;
	height:95px;
	background-image:url(images/footerlt_lc.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.footerltrc {
	float:left;
	width:5px;
	height:95px;
	background-image:url(images/footerlt_rc.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.footerltml {
	float:left;
	width:690px;
	height:80px;
	background-image:url(images/footerlt_ml.gif);
	background-position:center;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:15px;
}
.footerleftbottom {
	float:left;
	width:710px;
}
.footerrightaboutus {
	float:left;
	width:250px;
	height:102px;
}
.footerzhaopin {
	float:left;
	width:119px;
	height:59px;
	background-image: url(images/footerlt_zhaopin.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.footerjiameng {
	float:left;
	width:145px;
	height:59px;
	background-image: url(images/footerlt_jiameng.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.footerhezuo {
	float:left;
	width:163px;
	height:59px;
	background-image: url(images/footerlt_hezuo.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.footeryouxiang {
	float:left;
	width:105px;
	height:59px;
	background-image: url(images/footerlt_youxiang.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.footerkefu {
	float:left;
	width:144px;
	height:59px;
	background-image: url(images/footerlt_kefu.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.footerlogo {
	float:left;
	width:185px;
	height:100px;
	background-image: url(images/footer_logo.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.footerinfo {
	float:left;
	width:450px;
	height:90px;
	background-image:url(images/footer_sepline.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:40px;
	vertical-align:middle;
	line-height:20px;
}
.footerrightsite {
	float:left;
	width:250px;
	height:100px;
}

.floatleft{
	border:10px;
	color:red;
	text-decoration:none;

}

/*--脚栏结束--*/
.content {
	float:left;
	width:960px;
	
	background: #FFFFFF;
}
.content .fous{ height:310px;}
.content .con{ height:260px;}
.content .con .con1{ width:300px; height:256px; float:left; border:#CCC 1px solid;}
.content .con .con1 .con_title{ height:25px;  border-bottom:#CCC 1px solid;}
.content .con .con1 .con_title .tit{ width:210px;_width:200px; float:left; font-size:14px; color:#073389; font-weight:bold;margin:7px 0 0 7px;}
.content .con .con1 .con_title .more{ width:70px; float:left; color:#666;margin:7px 0 7px 7px;}
.content .con .con1 .con_nei{ height:230px;}
.content .con .con1 .con_nei ul{ margin:0; padding:0; }
.content .con .con1 .con_nei ul li{ margin:8px 0 0 25px;* margin:10px 0 0 25px;}

.content .con .con1 .con_nei  ul .moiddle li a{ color:#073389; text-decoration:none; }
.content .con .con1 .con_nei  ul .moiddle li a:hover{ color:#000; text-decoration:none; }
.content .con .con2 .con_nei  ul .moiddle li a{ color:#073389; text-decoration:none; }
.content .con .con2 .con_nei  ul .moiddle li a:hover{ color:#000; text-decoration:none; }
.content .con .con3 .con_nei  ul .moiddle li a{ color:#073389; text-decoration:none; }
.content .con .con3 .con_nei  ul .moiddle li a:hover{ color:#000; text-decoration:none; }

.content .con .con1 .con_nei ul li a {color:#000; text-decoration:none;}
.content .con .con1 .con_nei ul li a:hover {color:#073389; text-decoration:none;}
.content .con .con2 .con_nei ul li a {color:#000; text-decoration:none;}
.content .con .con2 .con_nei ul li a:hover {color:#073389; text-decoration:none;}
.content .con .con3 .con_nei ul li a {color:#000; text-decoration:none;}
.content .con .con3 .con_nei ul li a:hover {color:#073389; text-decoration:none;}

.content .con .con2{ width:340px; height:256px; float:left;border:#CCC 1px solid;}
.content .con .con2 .con_title{ height:25px;  border-bottom:#CCC 1px solid;}
.content .con .con2 .con_title .tit{ width:250px;_width:240px; float:left; font-size:14px; color:#073389; font-weight:bold;margin:7px 0 0 7px;}
.content .con .con2 .con_title .more{ width:70px; float:left; color:#666;margin:7px 0 7px 7px;}
.content .con .con2 .con_nei{ height:230px;}
.content .con .con2 .con_nei ul{ margin:0; padding:0;}
.content .con .con2 .con_nei ul li{ margin:8px 0 0 25px;* margin:10px 0 0 25px;}
.content .con .con2 .con_nei .news{ text-align:center; line-height:21px;margin-top:10px; text-decoration:none;}
.content .con .con2 .con_nei .news a{ text-align:center; color:#000; margin-top:10px; text-decoration:none;}
.content .con .con2 .con_nei .news a:hover { text-align:center; margin-top:10px; text-decoration:none; color:#073389;}
.content .con .con2 .con_nei .news .toutiao a{ color:#F00; font-size:14px; font-weight:bold; text-decoration:none; }
.content .con .con2 .con_nei .news .toutiao a:hover{ color:#F00; font-size:14px; font-weight:bold; text-decoration:none; }



.content .con .con3{ width:300px; height:256px; float:left;border:#CCC 1px solid;}
.content .con .con3 .con_title{ height:25px;  border-bottom:#CCC 1px solid;}
.content .con .con3 .con_title .tit{ width:210px; _width:200px;float:left; font-size:14px; color:#073389; font-weight:bold;margin:7px 0 0 7px;}
.content .con .con3 .con_title .more{ width:70px; float:left; color:#666;margin:7px 0 7px 7px;}
.content .con .con3 .con_nei{ height:230px;}
.content .con .con3 .con_nei ul{ margin:0; padding:0;}
.content .con .con3 .con_nei ul li{ margin:8px 0 0 25px;* margin:10px 0 0 25px;}
.content .con .con3 .con_nei .reyi{}
.content .con .con3 .con_nei .reyi ul{ margin:0; padding:0; list-style:none;}
.content .con .con3 .con_nei .reyi ul li{ margin:8px 0 0 10px;}
.content .con .con3 .con_nei .reyi ul li .jd_xw{ width:280px; height:70px;}
.content .con .con3 .con_nei .reyi ul li .jd_xw .pic{ width:100px; float:left;}
.content .con .con3 .con_nei .reyi ul li .jd_xw .jieshao{ width:175px; float:left;}
.content .con .con3 .con_nei .reyi ul li .jd_xw .jieshao .title{ height:20px; font-weight:bold;}
.content .con .con3 .con_nei .reyi ul li .jd_xw .jieshao .title_con{ height:50px; color:#999; line-height:20px;}
.content .con .con3 .con_nei .reyi ul li img{ margin-right:5px;}

.content .con .con3 .con_nei .humin{ _height:240px;}
.content .con .con3 .con_nei .humin ul{ margin:0; padding:0;}
.content .con .con3 .con_nei .humin ul li{ margin:8px 0 0 25px;}
.content .con .con3 .con_nei .humin ul .jd_xw{ width:260px; height:120px; margin:10px 0 0 10px;}
.content .con .con3 .con_nei .humin ul .jd_xw .pic{ width:115px; height:90px; float:left;}
.content .con .con3 .con_nei .humin ul .jd_xw .jieshao{ width:145px; float:left;}
.content .con .con3 .con_nei .humin ul .jd_xw .jieshao .title a{ height:20px; font-weight:bold;color:#000;}
.content .con .con3 .con_nei .humin ul .jd_xw .jieshao .title a:hover{height:20px; font-weight:bold;color:#073389;}
.content .con .con3 .con_nei .humin ul .jd_xw .jieshao .title_con a{ height:70px; color:#000; line-height:20px;}
.content .con .con3 .con_nei .humin ul .jd_xw .jieshao .title_con a:hover{ height:70px; color:#073389; line-height:20px;}
.content .con .con3 .con_nei .humin ul li img{ margin-right:5px;}
.content .con .line{ width:7px; height:256px; float:left;}
.content .hline{ width:960px; height:10px;}
.content .gg{width:960px; height:90px;}