/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul{
	list-style: none;
}
img{
	border: none;
}
.top_9{
	margin-top: 5px;
}
.headImg {
	width: 100%;
	height: 200px;
	position: relative;
}

.headImg img {
	width: 100%;
	height: 100%;
}
.headBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 200px;
	filter:alpha(opacity=100 finishopacity=0 style=1 startx=0,starty=0,finishx=235,finishy=50) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=white,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=0 style=1 startx=0,starty=0,finishx=235,finishy=50) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=white,gradientType=1);/*IE*/   
    background:-moz-linear-gradient(left, rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));  
    background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0));  
    background:-o-linear-gradient(left, rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); 
}

/*导航*/

.nav {
	width: 100%;
	height: 40px;
	background-color: rgb(27,87,150);
}

.nav>ul {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.logo{
	position: absolute;
	top: -200px;
	left: 10px;
	height: 200px;
	color: rgb(27,87,150);
}
.logo img{
	width: 74px;
	height: 74px;
	margin-top: 68px;
}
.logo .logoText{
	display: inline-block;
	width:1200px;
	margin:68px auto 0;
}
@font-face {
	font-family:Cfont;
	src: url(../fonts/腾祥范笑歌楷书简.ttf);
}
.textChina{
	font-family: "微软雅黑";
	font-weight: 800;
	font-size: 50px;
}
.textEng{
	font-size: 25px;
	font-weight: bold;
	font-family: collegiate-normal;
}
.nav li {
	z-index: 2;
	position: relative;
	float: left;
	width: 150px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.nav li a {
	font-size: 18px;
	display: block;
	font-weight:bold;
}

.nav ul li .subNav li a{
	font-weight:normal;
}

.nav a:link,
.nav a:visited {
	color: white;
}

.nav a:hover,
.nav a:active,
.nav .active {
	background-color: rgb(30,91,120);
}

.subNav {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 150px;
	height: 0;
	overflow: hidden;
}

.subNav>li {
	z-index: 2;
	width: 150px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.subNav li a:link,
.subNav li a:visited {
	color: black;
	background-color: rgb(135,174,222);
	font-size: 14px;
	text-align: center;
}

.subNav li a:hover,
.subNav li a:active {
	background-color: rgb(30,91,120);
	color: #fff;
	text-align: center;
}


.bg,.links{
	width:1200px;
	margin: 10px auto;
}
.bg{
	height: 100%;
	min-height: 100%;
}
/*新闻轮播*/
.roll {
	width: 470px;
	height: 320px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.titleDiv{
	position: absolute;
	bottom:0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: #000;
	opacity: 0.80;
	width: 430px;
}

.roll_pic img {
	width: 470px;
	height: 320px;
}

.roll_num {
	margin-right: 5px;
	margin-top: 5px;;
	float: right;
	z-index: 10;
}

.roll_title {
	padding-left: 10px;
	display: inline-block;
}

.roll_title a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	opacity: 1;
}
.roll_num li {
	font-size: 13px;
	font-weight: 600;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	opacity: 1;
	text-align: center;
	color: #fff;
	background-color:#8F8E8C ;
	margin-right: 2px;
}

.roll_num li.roll_num_hover {
	background: #FFAB00;
}
/* .roll_title a:hover {color:red;} */
.newsCenter,.info,.stu{
	height: 320px;
	display: inline-block;
	background-color: #F9F9F9;
}

.newsCenter {
	width: 710px;
	float: right;
}

.title_left,.themTitle {
	width: 120px;
	font-size: 19px;
	font-weight: bold;
	line-height: 36px;
}
.title_left{
	float: left;
	color: white;
	background-color: rgb(60,106,158);
}
.themTitle{
	color: rgb(60,106,158);
	padding-left: 10px;
}
.subname a{
	display: inline-block;
	width: 80px;
	font-size: 17px;
	height: 33px;
	line-height: 33px;
	color: black;
}

.subname .play{
	color:rgb(60,106,158);
	border-bottom: 4px solid rgb(60,106,158);
	position: relative;
}
.subname .play2{
	position: absolute;
	left: 27px;
	top: 26px;
	width:0;
	height:0;   
	border-left:8px solid transparent;   
	border-right:8px solid transparent;   
	border-bottom:8px solid rgb(60,106,158);
}

.lists li {
	padding-left: 13px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	font-family:"微软雅黑";
}
#news1 li a,#news2 li a{
	width:530px;
}
#info1 li a,#info2 li a,#info3 li a{
	width:310px;
}
.subname {
	
	padding-right: 6px;
	float: right;
}
.title {
	height: 35px;
	text-align: center;
	border-bottom: 1px solid rgb(60,106,158);
	
}

#stu1 li a,#stu2 li a,#stu3 li a,#stu4 li a{
	width:340px;
}
.lists li a{
	display:inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.lists img{
	width:6px;
	height: 6px;
	margin-right: 9px;
}
.lists a:link,
.lists a:visited{
	color: rgb(40,40,40);
}
.lists a:hover,
.lists a:active{
	color: rgb(60,106,158);
}
.lists span {
	color: #504B49;
	float: right;
	margin-right: 11px;
}

.thematic{
	background-color: #F0F0F0;
	padding-bottom: 1px;
}
.themImg{
	margin: 0 5px 5px 5px;
	height: 51px;
	width:235px;
	position:relative;
	display: block;
}
.themImg img{
	width:100%;
	height:100%;
	cursor: pointer;  
}
.zt_name{
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 51px;
	line-height: 51px;
	filter:alpha(opacity=100 finishopacity=0 style=1 startx=0,starty=0,finishx=235,finishy=50) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=white,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=0 style=1 startx=0,starty=0,finishx=235,finishy=50) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=white,gradientType=1);/*IE*/   
    background:-moz-linear-gradient(left, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));  
    background:-webkit-linear-gradient(left, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0));  
    background:-o-linear-gradient(left, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); 
	padding-left: 10px;
	color: #643F8D;
	font-size: 16px;
    font-weight: bold;
}

.picShow{
	width: 938px;
	margin-top: 20px;
	border: 1px solid #f6f6f6;
	display: inline-block;
}
.pics{
	padding: 0 10px 6px 10px;
}
.pics img{
	width: 300px;
	height: 195px;
}
.links{
	background-color: #F9F9F9;
	padding: 20px 0;
	margin-bottom: 0;
}
.links select{
	width: 133px;
	font-size: 14px;
	margin-right: 45px;
}
.links select.firstSel{
	margin-left: 90px;
}

/**
.foot{
	width: 100%;
	background-color: rgb(34,98,160);
	height: 111px;
	text-align: center;
	color: white;
}
**/
.foot>div{
	padding-top: 30px;
}
.foot a{
	color: #F0C264;
}
.wp_nav .nav-item a.parent span.item-name {
    color: white;
}
.wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-align: left;
    border-top: 0px solid #D8E1CC;
    min-width: 80px;
    line-height: 30px;
    color: black;
    background-color: rgb(135,174,222);
    font-size: 14px;
    text-align: center;
}
.wp_nav .sub-nav .nav-item a:hover {
    background-color: rgb(30,91,120);
    color: #fff;
    text-align: center;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
    background-color: rgb(30,91,120);
    color: #fff;
    text-align: center;
}
.wp_listcolumn .wp_column a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    word-wrap: break-word;
    background: #f5f5f5 url(wp_column_menu_li_1.gif) no-repeat 6px 12px;
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #fff;
    text-align: left;
}
.col_news_head {
    width: 50%;
    float: left;
}
.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: rgb(27,87,150);
    padding: 10px 0;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    background-color: #F9F9F9;
    font-weight: 600;
    font-size: 16px;
    padding: 0px;
	line-height: 41px!important;
}
.searchll {
    float: right;
}
.wp_listcolumn .wp_column .sub_list a span.column-name {
    background: white;
    border-bottom: 1px solid #e9e9e9 !important;
    border-top: 0px solid #e7e7e7;
    color: rgb(27,87,150);
    font-weight: normal;
    text-align: left;
}
.links .links-wrap a.links-arrow {
    display: none;
}
.link-items {
    width: 133px;
    height: 20px;
}
.sudy-links .links-name {
    font-size: 14px;
    font-family: Arial;
    font-weight: normal !important;
}
.info{
	width: 470px;
}
.stu {
    width: 450px;
    margin-left: 20px;
}
.themDiv {
    width: 245px;
    float: right;
    position: relative;
    bottom: 320px;
}
.sudy-tab .tab-menu li.selected {
    color: rgb(60,106,158);
    border-bottom: 4px solid rgb(60,106,158);
    background-color: transparent;
}
.sudy-tab .tab-menu li {
    display: inline-block;
    height: 32px;
    line-height: 35px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 0px;
    border-radius: 5px 5px 0 0;
    cursor: default;
    display: inline-block;
    width: 80px;
    font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: normal;
}
.sudy-tab .tab-menu {
    height: 24px;
    border-bottom: 0px solid #ccc;
}
.sudy-tab .tab-menu li.selected {
    color: rgb(60,106,158);
    border-bottom: 4px solid rgb(60,106,158);
    background-color: transparent;
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/shang.png) no-repeat 30px 26px;
}


.sudy-tab .tab-menu {
    height: 37px;
    border-bottom: 0px solid #ccc;
}
/*字体，大小，主页，tab*/
div#wp_news_w121 .wp_article_list .list_item {
    height: 34px;
    line-height: 34px;
}
div#wp_news_w121 .wp_article_list .list_item .Article_Index {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/lists.jpg) no-repeat;
    background-size: 6px 6px;
    margin-top: 12px;
}
div#wp_news_w121 .wp_article_list .list_item .Article_Title a {
    color: #282828;
    font-size: 15px;
    font-family: "微软雅黑";
}
div#wp_news_w121 .wp_article_list .list_item .Article_PublishDate {
    font-size: 15px;
    font-family: "微软雅黑";
    color: #504B49;
}
div#wp_news_w122 .wp_article_list .list_item .Article_Title a {
    color: #282828;
    font-size: 15px;
    font-family: "微软雅黑";
}
div#wp_news_w122 .wp_article_list .list_item .Article_PublishDate {
    font-size: 15px;
    font-family: "微软雅黑";
    color: #504B49;
}
div#wp_news_w122 .wp_article_list .list_item {
    height: 34px;
    line-height: 34px;
}
div#wp_news_w122 .wp_article_list .list_item .Article_Index {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/lists.jpg) no-repeat;
    background-size: 6px 6px;
    margin-top: 12px;
}
div#wp_news_w122 .wp_article_list .list_item .Article_PublishDate {
    font-size: 15px;
    font-family: "微软雅黑";
    color: #504B49;
}
div#wp_news_w122 .wp_article_list .list_item {
    height: 34px;
    line-height: 34px;
}
div#wp_news_w122 .wp_article_list .list_item .Article_Index {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/lists.jpg) no-repeat;
    background-size: 6px 6px;
    margin-top: 12px;
}



 .wp_article_list .list_item .Article_PublishDate {
    font-size: 15px;
    font-family: "微软雅黑";
    color: #504B49;
}
 .wp_article_list .list_item {
    height: 34px;
    line-height: 34px;
}
.wp_article_list .list_item .Article_Index {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/lists.jpg) no-repeat;
    background-size: 6px 6px;
    margin-top: 12px;
}
#info1 li a, #info2 li a, #info3 li a {
    width: 310px;
    overflow: unset;
}






.possplit {
    background-image: url(/_upload/tpl/00/dc/220/template220/htmlRes/you1.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 29px;
    display: inline-block;
    border: 0px solid red;
}
.sudy-links .links-wrap a:hover {
    background-color: #ccc;
    background-color: #1E90FF;
    color: white;
}

.sudy-links .links-wrap a {
    display: block;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 14px;
    color: black;
}
.link-items {
    width: 133px;
    height: 20px;
    padding-left: 70px;
    float: left;
    margin-top: -11px;
}
.wp_nav .sub-nav .sub-nav {
    display: none;
}
div#sudy-links-w45 .links-wrap {
    width: 175px !important;
}
.stu .title .sudy-tab .tab-menu li.dt.selected {
    border-bottom: 0px;
    background: none;
    background-color: transparent;
    color: #333;
}
.thematic.top_9 {
    width: 245px;
    text-align: center;
    float: right;
}
div#w2imgTitle a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    opacity: 1;
	float:left;
	padding: 5px;
}
div#w2imgTitle {
    background: black;
    opacity: 0.8;
	height: 41px;
}
.dtjt9_div_img .number {
    position: absolute;
    right: 0px;
    bottom: 3px;
    z-index: 200;
}
.dtjt9_div_img .number .nomal {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    opacity: 0.7;
    background: #6C6D6E;
    float: left;
    color: #FFF;
    margin-right: 5px;
    border: 0px solid #FFF;
    font-size: 12px;
    TEXT-DECORATION: none;
	font-size: 13px;
    font-weight: 600;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    color: #fff;
    background-color: #8F8E8C;
    margin-right: 2px;
}
.dtjt9_div_img .number .current {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    opacity: 0.7;
    background: red;
    float: left;
    color: #FFF;
    margin-right: 5px;
    border: 0px solid #FFF;
    font-size: 12px;
    TEXT-DECORATION: none;
	background: #FFAB00;
	 width: 20px;
    height: 20px;
    line-height: 20px;
	font-size: 13px;
    font-weight: 600;
	margin-right: 2px;
	z-index:2000;
}
div#wp_news_w99 .Article_Title{
	display:none;
	
	}
	
div#wp_news_w99 .Article_Index{
	display:none;
	
	}
.wp_article_list .list_item {
    height: 34px;
    line-height: 34px;
}
div#wp_news_w212 span.Article_Title a {
    width: auto;
}
div#wp_news_w211 span.Article_Title a {
    width: auto;
}
div#wp_news_w13 span.Article_Title a {
    width: auto;
}
div#wp_news_w231 span.Article_Title a {
    width: auto;
}
div#wp_news_w232 span.Article_Title a {
    width: auto;
}
div#wp_news_w233 span.Article_Title a {
    width: auto;
}
div#wp_news_w234 span.Article_Title a {
    width: auto;
}
div#wp_news_w211 span.Article_Title {
    height: 34px;
    line-height: 34px;
}
div#wp_news_w212 span.Article_Title {
    height: 34px;
    line-height: 34px;
}
div#wp_news_w213 span.Article_Title {
    height: 34px;
    line-height: 34px;
}
.wp_article_list .list_item .Article_Title {
    float: left;
    height: 34px;
    line-height: 34px;
}
.wp_listcolumn .wp_column .sub_list .sub-item span.column-name {
    display: inline;
    border-bottom: 0px solid #e9e9e9 !important;
    padding-left: 10px;
}
.wp_listcolumn .wp_column .sub_list .sub-item a {
    background: white;
}
.wp_listcolumn .wp_column .sub_list .sub-item {
    background: white;
    padding-left: 50px;
}
ul.wp_paging.clearfix li {
    border-bottom: 0px dashed #ccc;
}
li.page_nav {
    margin-top: 10px;
}
.inner {
    background-color: rgb(34,98,160);
}
.foot {
    width: 100%;
    background-color: rgb(34,98,160);
    height: 111px;
    text-align: center;
    width: 1200px;
    color: white;
    margin: 0 auto;
}
.thematic .wp_nav .nav-item {
    width: 96%;
    padding: 0 5px 5px 5px;
}
.thematic ul.wp_nav .nav-item span.item-name {
    padding-left: 20px;
    color: #643F8D;
    font-size: 16px;
    font-weight: bold;
    width: 225px;
    text-align: left;
    height: 51px;
    line-height: 51px;
}
.thematic ul.wp_nav .nav-item a {
    height: 51px;
    width: 235px;
}
.thematic .wp_nav .nav-item {
    width: 96% !important;
    padding: 0 5px 5px 5px;
}
.thematic .wp_nav li.nav-item.i2 a {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/zt_cha_01.png) no-repeat;
}
.thematic ul.wp_nav .nav-item a {
    height: 51px;
    width: 235px !important;
}
.col_list .wp_listcolumn .wp_column span.column-name {
    border-top: 1px solid #e7e7e7;
}
.thematic .wp_nav li.nav-item.i4 a {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/zt_hzxx_01.png) no-repeat;
}
.wp_search .search {
    background: url(../images/btn_search.gif);
    width: 33px;
    height: 24px;
    border: 0px;
    cursor: pointer;
    position: relative;
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/search.png) no-repeat;
    top: 7px;
}
input#keyword {
    height: 20px;
}
.showArticle .inner {
    background-color: transparent;
}
.lists.article_lists .col_news_list span img {
    width: 31px;
    height: 21px;
    margin-right: 0px;
    position: relative;
    top: 5px;
}
.mennu ul.wp_nav li.nav-item.i9 span.item-name {
    width: 200px;
}
.newsCenter .wp_article_list .list_item {
    width: 98%;
}
.wp_article_list .list_item {
    width: 98%;
}
.wp_article_list .list_item .Article_Index {
    margin-top: 16px;
}
.themDiv {
    bottom: 324px;
}
.thematic ul.wp_nav .nav-item span.item-name {
    height: 45px;
    line-height: 46px;
   
}
.thematic .wp_nav li.nav-item.i2 a {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/bg12.png) no-repeat;
}
.thematic .wp_nav li.nav-item.i4 a {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/bg14.png) no-repeat;
}
.thematic .wp_nav li.nav-item.i1 a {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/bg11.png) no-repeat;
}
.thematic .wp_nav li.nav-item.i3 a {
    background: url(/_upload/tpl/00/dc/220/template220/htmlRes/bg11.png) no-repeat;
}
.links {
    height: 30px;
}
.link-items {
    margin-top: 3px;
}
.mennu .wp_nav .sub-nav .nav-item a {
    overflow: hidden;
}
a {
    color: #333;
}
#wp_news_w23 .fields.pr_fields{display:none;}