@charset "utf-8";
/* CSS Reset */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Tahoma, Arial, SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.search_wrap {
	width: 100%;
	height: 38px;
	background-color: #0071c0;
}
.search_cont, .nav_cont, .main_cont, .footer_cont {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.search_input {
	position: absolute;
	left: 750px;
	top: 6px;
	width: 215px;
	height: 25px;
	background-color: #fff;
}
.search_input input {
	width: 80%;
	height: 100%;
	outline: none;
	border: 0;
	background-color: transparent;
}
.search_input img {
	position: absolute;
	right: 0;
	height: 25px;
}
.search_nav {
	position: absolute;
	right: 15px;
	list-style: none;
	line-height: 40px;
	font-size: 12px;
}
.search_nav li {
	float: left;
	margin-right: 15px;
}
.search_nav li a {
	color: #FFF;
}
.nav_wrap {
	width: 100%;
	height: 130px;
	background-color: #0096ff;
}
.nav_cont img {
	margin-top: 15px;
	height: 100px;
}
/*.nav{
	position: absolute;
	top: 30px;
	right: 0;	
}

.nav>li{
	width: 110px;
	height: 110px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 110px;
	box-sizing: border-box;
}

.nav > li {
    float: left;
    background: #0096ff;
    padding: 0;
    margin: 0;
}
.nav > li a {
    text-decoration: none;
    display: block;
    color: #fff;
}
.nav > li:hover {
    background: #2aa7ff;
}

.nav >li > ul {
    width: 130px;
    background: #2aa7ff;
    position: relative;
    left:0px;
    margin: 0;
    list-style: none;
    opacity:0.9; 
    filter: alpha(opacity=90);
}

.nav > li > ul > li {   
    list-style: none;
    width: 130px;
    background: none;
    height: 35px;
    line-height: 35px;
}
.nav > li > ul > li a {
    font-size: 15px;
}
.nav > li > ul > li a:hover{
	text-decoration: underline;
}*/

.nav {
	position: absolute;
	top: 20px;
	right: 0;
}
.nav>li {
	width: 100px;
	height: 110px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 110px;
	box-sizing: border-box;
}
.nav > li {
	float: left;
	background: #0096ff;
	padding: 0;
	margin: 0;
}
.nav > li a {
	text-decoration: none;
	display: block;
	color: #fff;
}
.nav > li:hover {
	background: #2aa7ff;
}
.nav >li > ul {
	width: 30%;
	background: #2aa7ff;
	position: absolute;
	z-index: 99;
	list-style: none;
	box-sizing: border-box;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.nav > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 100%;
	background: none;
	line-height: 50px;
}
.nav > li > ul > li a {
	color: #777;
	width: 95%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding-left: 25px;
}
.nav > li > ul > li a:hover {
	color: #dc3f19;
}
/***********************************************/

.slider_wrap img {
	width: 100%;
}
.main_wrap {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding-bottom: 30px;
}
.main_cont {
	padding-bottom: 50px;
}
.main_left {
	width: 825px;
	float: left;
	margin-left: 30px;
}
.main_right {
	padding: 20px 20px 0;
	margin-left: 887px;
}
.list_wrap {
	width: 383px;
	display: inline-block;
	margin-top: 30px;
	vertical-align: top;
}
.list_head {
	position: relative;
	line-height: 50px;
	border-bottom: 5px solid #0096ff;
}
.title_name {
	margin-left: 30px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.more_btn {
	position: absolute;
	right: 5px;
	font-size: 16px;
	color: #afafaf;
	text-decoration: none;
}
.list_cont {
	position: relative;
	min-height: 200px;
}
.list_cont li {
	background: url(style_res/li_bg.png) no-repeat 5px center;
	color: #6b6b6b;
	line-height: 20px;
}
.list_cont li:first-child {
	margin-top: 20px;
}
.list_cont p {
	display: inline-block;
	margin-left: 25px;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.list_cont li a {
	color: #6b6b6b;
}
.list_cont li a:hover {
	color: #000000;
}
.list_cont span {
	position: absolute;
	right: 0;
}
.newsblock_tit {
	display: inline-block;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
	margin-bottom: 20px;
}
.newsblock_tit img {
	vertical-align: middle;
}
.newsblock_tit span {
	margin-left: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.block_tit {
	overflow: hidden;
	margin-top: 13px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
}
.block_tit img {
	vertical-align: middle;
}
.block_tit span {
	margin-left: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.news_list {
	margin-left: 16px;
	min-height: 180px;
}
.news_list li {
	background: url(style_res/li_gray_bg.png) no-repeat 5px center;
	line-height: 20px;
	width: 490px;
}
.news_list li a {
	color: #6b6b6b;
	display: inline-block;
	margin-left: 25px;
	width: 370px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list li a:hover {
	color: #000000;
}
.news_list li:first-child {
	margin-top: 24px;
}
.news_list p {
	display: inline-block;
	font-size: 14px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list span {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 0;
}
.link_list li {
	margin-top: 8px;
	text-align: center;
	padding-left: 20px;
}
.link_list li img {
	height: 36px;
}
.select_list li {
	margin-top: 14px;
	margin-left: 60px;
	width: 160px;
	height: 28px;
	border-radius: 3px;
	border: 1px solid #dedede;
	overflow: hidden;
	position: relative;
}
.select_list select {
	width: 160px;
	height: 31px;
	border: none;
	background-color: #fff;
	color: #9d9d9d;
	font-size: 16px;
}
.down_arrow {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*****************************************************/

.footer_wrap {
	margin-top: 10px;
	height: 181px;
	width: 100%;
	background-color: #0071c0;
}
.footer_cont {
}
.footer_cont img {
	position: absolute;
	top: 40px;
	left: 1000px;
}
.footer_cont ul {
	vertical-align: top;
	display: inline-block;
	color: #fff;
}
.footer_cont .about-us {
	position: absolute;
	top: 40px;
	left: 80px;
}
.footer_cont .contact-us {
	position: absolute;
	top: 40px;
	left: 220px;
}
.footer_cont .tech-support {
	position: absolute;
	top: 40px;
	left: 520px;
}
.footer_cont ul li {
	line-height: 22px;
}
.footer_cont .footer_head {
	font-weight: bold;
	line-height: 30px;
}
.footer_cont ul li a {
	text-decoration: none;
	color: #fff;
}
/*****************************************/


.location_nav {
	line-height: 16px;
	padding: 10px 30px;
	background-color: #f1f1f1;
	color: #444444;
	font-size: 14px;
	height: 16px;
}
.location_nav img {
	width: 16px;
	height: 14px;
}
.location_nav a {
	color: #444;
}
.side_nav {
	position: relative;
	float: left;
	width: 250px;
	padding: 0 35px 0 0;
	margin-top: 35px;
}
.side_nav img {
	width: 250px;
	height: 60px;
}
.side_nav .parent_column_name {
	position: absolute;
	top: 15px;
	left: 60px;
	font-size: 24px;
	color: #ffffff;
}
.sub_nav {
	margin-left: 10px;
	margin-top: 5px;
	font-size: 18px;
}
.sub_nav li {
	line-height: 60px;
	border-bottom: 2px solid #f2f2f2;
	background: url(style_res/sanjiao.png) no-repeat 16px center;
	background-size: 8px;
	text-indent: 50px;
	cursor: pointer;
	height: 60px;
}
.sub_nav li a {
	color: #666;
}
.sub_nav li a:hover {
	font-weight: bold;
}
.current {
	font-weight: bold;
}
.article_right {
	margin-left: 300px;
	margin-top: 45px;
	padding-left: 35px;
	border-left: 2px solid #f2f2f2;
}
.article_tit {
	font-size: 24px;
	color: #ca9c9c;
	line-height: 35px;
	padding-bottom: 20px;
	text-align: center;
}
.article_info {
	font-size: 16px;
	padding-bottom: 10px;
	color: #7e7e7e;
	border-bottom: 2px solid #f2f2f2;
	line-height: 40px;
	text-align: center;
}
.article_info span {
	margin-right: 20px;
}
.article_cont {
	padding: 37px 37px 100px 0px;
	color: #434343;
	font-size: 18px;
	line-height: 32px;
}
.recommend_article {
	padding: 18px 18px;
}
.recommend_article span {
	color: #434343;
	font-weight: bold;
}
.recomarticle_list {
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	margin-left: 5px;
}
/* 
2020-05-19
解决困扰多年关于导入word后显示排版混乱的问题……
我太难了，竟然是这个原因……
其实article_right的目标是listTitle_wrap
因此把display: inline-block; 加到 .listTitle_wrap span和.article_list span  即可
.article_right span {
	display: inline-block;
	font-size: 14px;
}
*/
.listTitle_wrap span {
	display: inline-block;
	color: #ca9c9c;
	font-size: 16px;
}
.article_list span {
        display: inline-block;
	line-height: 35px;
}
.article_list span a {
	font-size: 18px;
	color: #343434;
}
.article_list span a:hover {
	color: #666;
}
.article_list {
	margin-top: 10px;
	padding-bottom: 45px;
	border-bottom: 2px solid #efefef;
}
.list_tit {
	width: 70%;
}
.list_read {
	width: 130px;
	text-align: center;
}
.list_time {
	width: 10%;
}
#pages_nav {
	margin-top: 45px;
	text-align: center;
}
#pages_nav a {
	width: 33px;
	line-height: 33px;
	background-color: #efefef;
	text-align: center;
	color: #0071c0;
	display: inline-block;
	margin: 0 3px;
	font-size: 14px;
}
#pages_nav a:hover {
	background-color: #0071c0;
	color: #fff;
}
#pages_nav .right_nav_active {
	background-color: #0071c0;
	color: #fff;
}
.teacher_list {
	overflow: hidden;
}
.teacher_list li {
	overflow: hidden;
	margin-top: 40px;
	width: 420px;
	float: left;
}
.teacherList_li_left {
	float: left;
	max-height: 200px;
	min-height: 200px;
	border: 1px solid #EEE;
	background: #EEE;
}
.teacherList_li_right {
	margin-left: 164px;
	margin-top: 25px;
}
.teacher_list li img {
	width: 140px;
	max-height: 200px;
}
.teacher_list li p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #444;
}
.teacher_list li p span {
	font-size: 16px;
	margin-left: 5px;
	color: #666;
}
.teacherArticle {
	font-size: 18px;
	color: #555;
	line-height: 32px;
	margin-top: 30px;
}
#wp_nav_w2 .wp_nav .nav-item a span.item-name {
	padding: 0px 15px;
	line-height: 100px;
}
#wp_nav_w2 .wp_nav .nav-item a {
	font-size: 18px;
	color: #fff;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a.parent {
	color: #dc3f19 !important;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a span.item-name {
	padding: 10px 10px !important;
	line-height: 22px !important;
}
#wp_nav_w2 .wp_nav .nav-item a.parent {
	background: #2aa7ff;
	color: #fff !important;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item .mark {
	background: #2aa7ff;
}
#wp_nav_w2 .wp_nav .sub-nav {
	border: none;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a {
	border: none;
}
.wp_search .search {
	background: url(search_icon.jpg) no-repeat;
	height: 25px;
}
input#keyword {
	width: 183px !important;
}
.mod_3 {
	width: 650px;
}
.sudy-links span {
	margin-left:0px !important;
	}

/***************************************/
.wp_listcolumn { display: block; width: 100%; border: 300px solid rgb(0, 150, 255); }
.wp_listcolumn .wp_column { display: block; width: 100%; vertical-align: bottom; height: 50%; }
.wp_listcolumn .wp_column a { display: block; width: 100%; color: rgb(255, 255, 255); font-size: 20px; font-weight: normal; word-wrap: break-word; background: 6px 12px no-repeat rgb(0, 150, 255); border-bottom: 1px solid rgb(221, 221, 221); border-top: 1px solid rgb(255, 255, 255); text-align: left; }
.wp_listcolumn .wp_column a:hover { color: rgb(255, 255, 255); background-color: rgb(42, 167, 255); font-weight: bold; }
.wp_listcolumn .wp_column a:hover .column-name { }
.wp_listcolumn .wp_column a.selected { color: rgb(255, 255, 255); background-color: red; }
.wp_listcolumn .wp_column a.parent { color: rgb(255, 189, 102); }
.wp_listcolumn .wp_column a.parent .column-name { text-decoration: none; }
.wp_listcolumn .wp_column a .column-name { display: inline-block; line-height: 22px; padding: 5px 200px 5px 20px; cursor: pointer; }
