@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font-family: inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
:focus {outline:0;}
img {border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
.clear {width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.clear {clear:both;}
.none {display:none;}
.hidden {visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body {BACKGROUND: #FFF;}
body,p {font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#666666; line-height: 1.75;}
a {color:#333333; text-decoration:none;}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {color: #333333; text-decoration:none;}
a:active {color:#333333;}

.wrapper {width:100%; margin:0 auto;}
.wrapper .inner {max-width: 1300px; margin:0 auto;} /**页面全局宽度**/

/*头部BANNER*/
#header { background: #2800ae url(../images/head_bg.jpg) left top no-repeat; border-bottom: 6px solid #bc9a26;}
.head {width:100%; height:140px; position: relative;}
.head .logo {
    width: 510px;
    height: 140px;
    float: left;
    background: url(../images/logo1.png) center center no-repeat;
    cursor: pointer;
}
.head .logo .logo-icon {width: 57%; height: 100%; float: left;}
.head .logo .logo-text {width: 38%; height: 100%; float: right;}
.head .language {width: 35px; height: 35px; line-height: 33px; text-align: center; position: absolute; right: 0; top: 0; background: rgba(0,0,0,1); opacity: 0.5;}
.head .language A {width: 35px; height: 35px; display: block; color: #fff;}
/*搜索*/
.head .search-icon {width: 35px; height: 35px; background: url(../images/btn_search.png) center center no-repeat; position: absolute; right: 0; top: 52px; cursor: pointer;}
.head .search-icon.on {background: #fff url(../images/btn_search_on.png) center center no-repeat;}
.search-bar {position: absolute; right: 0; top: 87px; background: #fff; z-index: 150; display: none;}
.search-box {border: none; width: 220px; height: 34px;}
.search-component {width: 100%; height: 34px; margin: auto; overflow: hidden;}
.search-input-box {width: 220px; height: 34px; float: left; padding: 0px; position: relative;}
.search-input {width: 205px; height: 22px; border: none; padding: 0; background: transparent; font-family: "Microsoft YaHei"; font-size: 12px; color: #6f6f6f; position: absolute; top: 6px; left: 8px;}
.search-input:hover, .search-input:focus {color: #000;}
.search-btn-box {width: 34px; height: 34px; float: right; padding: 0; position: relative; display: none;}
.search-btn {width: 34px; height: 34px; background: url(../images/btn_search.png) center center no-repeat; border: none; margin: auto; padding: 0; cursor: pointer; position: absolute; top: 0px; left: 0px;}
/**导航条**/
.nav { height: 40px; line-height: 40px; position: absolute; right: 50px; top: 50px;}
.nav-bar { margin: 0 auto; width: 100%;}
.nav-box { margin: 0 auto; }
.nav-box .wp-menu { margin:0 auto;} /**导航高度**/
.nav-box .wp-menu .menu-item {
    height: 90px;
    line-height: 40px;
    margin-left: 28px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 100;
    background: transparent;
}
.nav-box .wp-menu .menu-item a.menu-link {display: block; padding:0; color: #fff; font-size: 15px; font-weight: normal; text-align: center;}/**导航字体样式**/
.nav-box .wp-menu .menu-item a.menu-link:hover,
.nav-box .wp-menu .menu-item a.menu-link.parent{ text-decoration: none; color: #fff; border-bottom: 1px solid #fed988;}/**鼠标经过或当前选中时样式**/
.nav-box .sub-menu { background: #fff; display: none; position: absolute; left: 0px; top: 90px; z-index: 100; min-width:200px;} /**菜单背景**/
.nav-box .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; border-bottom: none; border-top: 1px solid #eeeeee;}
.nav-box .sub-menu .sub-item a { display: block; color: #2800ae;line-height: 40px; padding:0 20px; display: block; font-family:"Microsoft YaHei"; font-size: 14px;}/**子菜单字体样式**/
.nav-box .sub-menu .sub-item a:hover,
.nav-box .sub-menu .sub-item a.parent{ color:#fff; display: block; background: #2800ae;}
.nav-box .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #2800ae; border-left: 1px solid #ddd;display: none;}
/*子菜单修改后样式*/
.nav-box .sub-menu {background: #2800ae; border-top: 6px solid #bc9a26; padding: 20px 0;} 
.nav-box .sub-menu .sub-item {background: transparent; border-top: none;  margin-left: 2%; margin-right: 2%; float: left; border-bottom: 1px solid #4829bb;} 
.nav-box .sub-menu .sub-item a:hover, .nav-box .sub-menu .sub-item a.parent {background: transparent;} 
.nav-box .sub-menu .sub-item a {color: #fff; line-height: 50px; font-size: 15px;}
.sub-item.i4-2 ul.sub-menu.clearfix {
    left: 96px !important;
    position: absolute;
}
.sub-item.i4-6 ul.sub-menu.clearfix {
    left: 96px !important;
    position: absolute;
}

/***************导航栏修改********************/
.nav .sub-menu.clearfix { left: 0 !important;width: auto !important;}
.nav-box .sub-menu .sub-item{border:0;float:none;}
.nav-box .sub-menu{min-width: 100px !important;}   
.nav .sub-menu.clearfix .sub-menu{left: 100% !important;}

/**Jumbotran**/
.jumbotran-box {background: #f5f5f5; overflow: hidden;}
.jumbotran-box .focus-navigation, .focus-navigation:hover {font-size: 60px; font-weight: normal; background: transparent;}
.jumbotran-box .focus-pagination {height:auto; bottom: 10px;  right: initial; left: 10px;}
.jumbotran-box .focus-prev {left: 10px; }
.jumbotran-box .focus-next {right: 10px;}
.jumbotran-box .focus-pagination {width: 100%; margin: 0 auto; text-align: center; bottom: 25px;}
.jumbotran-box .focus-page {background-color: #fff; margin-right: 8px; width: 32px; height: 8px; color: #fff; border-radius: 0;}
.jumbotran-box .focus-page-active  {background-color: #f3d900;}
.jumbotran-box .focus-title-bar {height: 32px;}
.jumbotran-box .focus-title-bg {}
.jumbotran-box .focus-title {height: 32px; line-height: 32px; font-size: 15px; font-weight: normal; font-family:"Microsoft YaHei"; padding: 0 20px; left: initial; right: 0; text-shadow: 0 0 10px #000;}


/**主体部分框架**/
.container {}
.container .inner {padding: 60px 0;}
.container2 {background: url(../images/container2_bg.jpg) center center no-repeat;    background-size: cover;}
.mod {width: 100%; padding: 0px; margin: 0 auto;}
.c-box {}

/*尾部*/
.bottom {background: #2e00bb}
.bottom .mod {padding: 50px 0; position: relative;}
.bottom .stu-logo {width: 273px; height: 76px; float: left; background: url(../images/logo_stu.png) center center no-repeat; cursor: pointer;}
.bottom .address {width: 560px; margin: 0 auto; font-size: 14px; color: #fff; line-height: 28px;}
.bottom .address .info1 {width: 45%; float: left; padding: 10px 0;}
.bottom .address .info2 {width: 45%; float: right; padding: 10px 0;}
.bottom .link {width: 238px; padding: 20px 0 0 0; float: right;}

/*页脚*/
#footer {background: #000000;}
.foot {padding: 10px 0; text-align: center;}
.foot P { color: #fff; line-height: 20px; }
.foot P span {display: inline-block; padding: 0 10px;}
.foot P span.gaba {text-indent: 15px; background: url(../images/gonganbeian.png) left center no-repeat;}

/*首页自定义新闻列表*/
.post {	margin: 0 auto; padding: 0;}

/*新闻信息*/
.post-news {}
.post-news .banner { margin: 0 auto 40px auto; overflow: hidden; position: relative;}
.post-news .banner .title-text { height: 55px; padding:0; margin: 0 auto; text-align: center;}
.post-news .banner .title-text .title {display: inline-block; font-size: 26px; color: #303030; border-bottom: 3px solid #f39800; line-height: 52px;}
.post-news .banner .title-text .subtitle {display: inline-block; font-size: 16px; color: #838383; padding: 0 15px; line-height: 55px; font-weight: normal; font-family: "Georgia";}
.post-news .more {width: 85px; height: 40px; margin: 0; position: absolute; right: 0; top: 15px;}
.post-news .more .more-btn { width: 100%; height: 100%; line-height: 40px; text-align: center; color: #747474; font-size: 14px; font-weight: normal; background: url(../images/btn_more.png) right center no-repeat;}
.post-news .more .more-btn A{ color: #747474; text-decoration: none; display: block; width: 100%; height: 100%;}
.post-news .more .more-btn A:hover{ color: #747474; text-decoration: none;}
.post-news .con {padding: 0; background: #f5f5f5;}
.post-news .con .news_headline { width: calc(100% * 2 / 3); float: left;}
.post-news .con .news_headline .wp_article_list .list_item {padding: 0; border: none; height: initial;}
.post-news .con .news_headline .wp_article_list .list_item:hover {background: #e7e7e7;}
.post-news .con .news_headline .wp_article_list .list_item A {display: block; width: 100%; height: 100%;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Thumbnail {width: 50%; height: 260px; float: left; position: relative; background-size: cover;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Content {width: 50%; float: left;}
.post-news .con .news_headline .wp_article_list .list_item.i2 .Article_Thumbnail {float: right;}
.post-news .con .news_headline .wp_article_list .list_item .pointer {width: 0; height: 0; border:15px solid rgba(0,0,0,0); position: absolute; top: 50%; margin-top: -15px;}
.post-news .con .news_headline .wp_article_list .list_item.i1 .pointer { border-right: 15px solid #f5f5f5; right: 0}
.post-news .con .news_headline .wp_article_list .list_item.i2 .pointer { border-left: 15px solid #f5f5f5; left: 0;}
.post-news .con .news_headline .wp_article_list .list_item.i1:hover .pointer { border-right: 15px solid #e7e7e7; right: 0}
.post-news .con .news_headline .wp_article_list .list_item.i2:hover .pointer { border-left: 15px solid #e7e7e7; left: 0;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Thumbnail .Article_PublishDate {position: absolute; top: 0; right: 0; background: #bc9a26; width: 55px; padding: 5px 0; color: #fff; text-align: center;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Thumbnail .Article_PublishDate .Article_PublishDay {height: 26px; line-height: 26px; font-size: 22px;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Thumbnail .Article_PublishDate .Article_PublishYearMonth {height: 20px; line-height: 20px; font-size: 15px;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Content .Article_Title {padding: 30px 50px 10px 50px; line-height: 45px; font-size: 18px; color: #212121; float: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Content .Article_Abstract {line-height: 24px; max-height: 96px; padding: 0 50px; color: #747474; font-size: 14px; margin-bottom: 15px; overflow: hidden;}
.post-news .con .news_headline .wp_article_list .list_item .Article_Content .Article_More {line-height: 40px; padding: 0 50px; font-size: 14px; color: #747474; background: url(../images/btn_more.png) 85px center no-repeat;}
.post-news .con .news_list { width: calc(100% / 3); float: right; background: url(../images/border_e7.gif) left center repeat-y;}
.post-news .con .news_list .wp_article_list .list_item { width: initial; padding: 10px 40px; background: url(../images/border_e7.gif) center top repeat-x; border: none; height: auto; display: none;}
.post-news .con .news_list .wp_article_list .list_item.i1 {background: transparent;}
.post-news .con .news_list .wp_article_list .list_item:hover {background: #e7e7e7;}
.post-news .con .news_list .wp_article_list .list_item A {display: block; width: 100%; height: 100%;}
.post-news .con .news_list .wp_article_list .list_item .Article_Title { height: 35px; line-height: 35px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: none; font-size: 15px; font-weight: bold;}
.post-news .con .news_list .wp_article_list .list_item .Article_Abstract {line-height: 20px; max-height: 40px; color: #656565; overflow: hidden; font-size: 12px;}
.post-news .con .news_list .wp_article_list .list_item .Article_PublishDate {line-height: 35px; font-size: 12px; color: #656565;}
.post-news .con .news_list .wp_article_list .list_item .Article_Thumbnail {display: none;}

/*讲座活动*/
.post-activities {}
.post-activities .banner { margin: 0 auto 40px auto; overflow: hidden; position: relative;}
.post-activities .banner .title-text { height: 55px; padding:0; margin: 0 auto; text-align: center;}
.post-activities .banner .title-text .title {display: inline-block; font-size: 26px; color: #303030; border-bottom: 3px solid #f39800; line-height: 52px;}
.post-activities .banner .title-text .subtitle {display: inline-block; font-size: 16px; color: #838383; padding: 0 15px; line-height: 55px; font-weight: normal; font-family: "Georgia";}
.post-activities .more {width: 85px; height: 40px; margin: 0; position: absolute; right: 0; top: 15px;}
.post-activities .more .more-btn { width: 100%; height: 100%; line-height: 40px; text-align: center; color: #747474; font-size: 14px; font-weight: normal; background: url(../images/btn_more.png) right center no-repeat;}
.post-activities .more .more-btn A{ color: #747474; text-decoration: none; display: block; width: 100%; height: 100%;}
.post-activities .more .more-btn A:hover{ color: #747474; text-decoration: none;}
.post-activities .con {padding: 0; background: #fff;}
.post-activities .con .wp_article_list {width: 100%;}
.post-activities .con .wp_article_list .list_item {border: none;}
.post-activities .con .wp_article_list .list_item A {display: block; width: 100%; height: 100%;}
.post-activities .con .wp_article_list .list_item .Article_Content {float: left; width: 50%; height: 370px; background: #fff;}
.post-activities .con .wp_article_list .list_item .Article_Content .Article_Title {line-height: 45px; padding: 0 40px; font-size: 20px; font-weight: bold; color: #353535; text-align: center; margin-top: 30px; margin-bottom: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; float: none;}
.post-activities .con .wp_article_list .list_item .Article_Content .Article_Presenter {line-height: 30px; font-size: 18px; color: #595959; padding: 0 40px; margin-bottom: 10px; text-indent:-4em; padding-left: calc(4em + 40px);}
.post-activities .con .wp_article_list .list_item .Article_Content .Article_Time {line-height: 30px; font-size: 18px; color: #595959; padding: 0 40px; margin-bottom: 10px; text-indent:-4em; padding-left: calc(4em + 40px);}
.post-activities .con .wp_article_list .list_item .Article_Content .Article_Address {line-height: 30px; font-size: 18px; color: #595959; padding: 0 40px; text-indent:-4em; padding-left: calc(4em + 40px);}
.post-activities .con .wp_article_list .list_item .Article_Preview {float: right; background: #9a272c; width: 50%; height: 370px;}
.post-activities .con .wp_article_list .list_item .Article_Preview .Article_Thumbnail {width: 143px; height: 216px; background: #f5f5f5; margin-left: 30px; margin-top: 80px; float: left; background-size: cover;}
.post-activities .con .wp_article_list .list_item .Article_Preview .Article_Abstract {width: calc(100% - 225px); max-height: 216px; overflow: hidden; float: right; margin-right: 30px; margin-top: 80px; color: #e7b0a7; font-size: 14px;}
.post-activities .sudy-scroll-page {bottom: 20px; width: 50%;}
.post-activities .sudy-scroll-page .page-index {border-radius: 0; background: #7a7a7a;}
.post-activities .sudy-scroll-page .active {background: #f39800;}


/*友情链接*/
.post-link {}
.post-link .con {}
.post-link .con .sudy-links .links-name { background: #2e00bb url(../images/link_dropdown.png) no-repeat right 50%; line-height: 34px; border: 1px solid #baabe9; padding: 0 20px 0 10px; font-weight: normal; color: #fff; font-size: 14px;}
.post-link .con .sudy-links .links-wrap a { padding: 0 15px; }
.post-link .con .sudy-links .links-wrap a:hover { background: transparent; color: #4c4c4c;}
.post-link .con .sudy-links .links-wrap { height: 200px; overflow-y: scroll; border: 1px solid #dadada; bottom: 34px;}
.post-link .con .wp_article_list .list_item { border-bottom: none; height: 28px; line-height: 28px; }
.post-link .con .wp_article_list .list_item:hover { background: #eee; }
.post-link .con .wp_article_list .list_item .Article_Index { display: none; }
.post-link .con .wp_article_list .list_item .Article_Title { background: url(../images/link_pointer.gif) 5px center no-repeat;	}
.post-link .con .wp_article_list .list_item .ex_fields { display: none; }


/*列表页*/
/*栏目图片*/
.col-banner {width: auto; height: 200px; margin: 0 auto; background: url(../images/list_banner.jpg) center center repeat-x; background-size: cover; position: relative;}
.col-banner .chn {font-size: 30px; font-weight: bold; color: #fff; position: absolute; left: 100px; bottom: 60px; text-shadow: 1px 1px 1px #333;}
.col-banner .eng {font-size: 14px; font-weight: normal; font-style: italic; color: #fff; position: absolute; left: 200px; bottom: 30px; text-shadow: 1px 1px 1px #333;}

#container .l-inner {padding: 30px 0 10px 0; background-color: #FFF;}

/*位置导航*/
.l-inner .page-navigation {height: 38px; line-height: 38px; margin: 0 auto; background: #f7f7f7; border-radius: 0px;}
.l-inner .path-box {height: 38px; line-height: 38px; margin: 0 auto; text-align: left; text-indent: 20px; font-size: 14px; color: #979797; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.l-inner .page-navigation .path-box .Column_Position {padding:0 0;}
.l-inner .page-navigation .path-box .Column_Position A {font-size: 14px; color: #555555;}
.l-inner .page-navigation .path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}

.col-box {margin: 0 auto;}
.col-menu {width: 25%; float: left; min-height: 600px;}
.col-news {width: 73%; float: right;  min-height: 600px;}


/*多级栏目列表*/
/*栏目标题*/
.col-menu-title { margin: 0 0 6px 0; height: 48px; line-height: 48px; overflow: hidden; background: #2800ae; position: relative;}
.col-name {color: #fff; line-height: 48px; font-size: 18px; text-align: left; text-indent: 20px; font-weight: bold;}
.col-name-text {display: block;}
/*栏目列表*/
.col-menu-con {margin: 0; padding:0; background: #fff;}
.col-list {margin: 0 auto; padding: 0; background: transparent;}
/*一级*/
.col-list .wp_listcolumn {border: none;}
.col-list .wp_listcolumn .wp_column {border: none;  margin-bottom: 6px;}
.col-list .wp_listcolumn .wp_column a { display: block; height: 40px; line-height: 40px; font-weight:normal; font-size: 16px; color:#666; border: none; background: #dfe1e0 url(../images/fastpass_more.png) calc(100% - 19px) center no-repeat; text-align: left; text-indent: 10px;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#fff; font-weight: normal;}
.col-list .wp_listcolumn .wp_column a:hover { color:#fff; background: #2800ae url(../images/fastpass_more_hover.png) calc(100% - 19px) center no-repeat;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#fff; background: #2800ae url(../images/fastpass_more_hover.png) calc(100% - 19px) center no-repeat;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#fff; font-weight: normal; background: #2800ae url(../images/fastpass_more_hover.png) calc(100% - 19px) center no-repeat;}
.col-list .wp_listcolumn .wp_column a span.column-name{background: transparent; padding: 0;}
.col-list .wp_listcolumn .wp_column a.selected span.column-name{ }
.col-list .wp_listcolumn .wp_column a.parent span.column-name{ }
/*二级*/
.col-list .wp_listcolumn .sub_list .sub-item {margin-top: 3px;}
.col-list .wp_listcolumn .sub_list .sub-item a { display: block; height: 35px; line-height: 35px; font-size: 14px; text-indent: 20px; background: #eeeeee url(../images/fastpass_more.png) calc(100% - 19px) center no-repeat;} 	/**二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a:hover {background: #2800ae url(../images/fastpass_more_hover.png) calc(100% - 19px) center no-repeat;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a.selected {background: #2800ae url(../images/fastpass_more_hover.png) calc(100% - 19px) center no-repeat;}
.col-list .wp_listcolumn .sub_list .sub-item a span.column-name {}
.col-list .wp_listcolumn .sub_list .sub-item a.selected span.column-name {}
.col-list .wp_listcolumn .sub_list .sub-item a.parent span.column-name {}

/*文章列表*/
/*文章列表标题*/
.col-news-title {height: 50px; line-height: 50px; text-align: left; font-size: 24px; font-weight: bold; color: #a4cb32; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
/*文章列表内容*/
.col-news-con { margin: 0; padding: 15px; min-height: 300px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 40px; line-height: 40px; border-bottom: #cccccc 1px dotted;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item:hover {}
.col-news-list .wp_article_list .list_item .fields.pr_fields {width: 80%;}
.col-news-list .wp_article_list .list_item .fields.pr_fields .Article_Title {width: 100%; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.col-news-list .wp_article_list .list_item .Article_Index { display: none; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 13px; background: transparent; text-indent: 5px;}
.col-news-list .wp_article_list .list_item .Article_Title A {color:#666;}
.col-news-list .wp_article_list .list_item .Article_Title A:hover {color:#210779;}
.col-news-list .wp_article_list .list_item .Article_PublishDate {font-size: 13px; color: #999}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#666;}
.col-news-list .wp_entry p { margin-bottom:10px; line-height: 2; font-size: 14px;}
.col-news-list .wp_entry img { max-width:600px; _width:expression(this.width > 600 ? "600px" : this.width); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry img { max-width:600px; _width:expression(this.width > 500 ? "500px" : "500px"); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry img { padding: 4px;}
.col-news-list .wp_entry .img-desc {font-family: 楷体; font-size: 14px; font-weight:bold;}
.col-news-list .wp_entry a:hover {color: #234f9e; text-decoration: underline;}
.col-news-list .wp_paging {padding: 10px 0;}
.col-news-list .wp_subcolumn_list .wp_sublist {margin-bottom: 30px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title {border-bottom: 2px solid #1e76b4; margin-bottom: 5px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {background: url(../images/sublist-more.png) center center no-repeat;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext Img {visibility: hidden;}
.col-news-sublist-con {padding: 5px 30px;}
/*分页*/
#wp_paging_w1205 {height:50px;}


/*文章页*/
#container .d-inner {padding: 30px 0 10px 0; background-color: #FFF;}

.d-inner .page-navigation { height: 38px; line-height: 38px; margin: 0 20px; background: #f7f7f7; border-radius: 0px;}
.d-inner .path-box {height: 38px; line-height: 38px; margin: 0 auto; text-align: left; text-indent: 20px; font-size: 14px; color: #979797; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.d-inner .page-navigation .path-box .Column_Position {padding:0 0;}
.d-inner .page-navigation .path-box .Column_Position A {font-size: 14px; color: #555555;}
.d-inner .page-navigation .path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}

.article-box {margin: 0 20px; min-height: 500px;}
.article {padding: 0 10px;}
.article h1.article-title {font-weight: normal; padding:25px 0px; text-align:center;  line-height: 120%; font-size:24px; color:#000;} /**文章标题**/
.article .article-metas {padding: 0 0 20px 0; text-align:center; border-bottom: 1px dotted #ccc;}
.article .article-metas span { margin:0 5px; font-size:14px; color:#999999;} /**文章其他属性**/
.article .entry {margin:0 auto; padding: 20px 0px; overflow:hidden;} /**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 2; font-size: 15px; color: #333;} /**阅读字体**/
.article .entry .read p { margin-bottom: 10px;}
.article .entry .read img {max-width:100%; _width:expression(this.width > 800 ? "800px" : this.width); height: auto;} /**文章阅读部分图片大小限制**/

/*日历组件*/
.fc-state-active, .fc-state-active .fc-button-inner { border-color: #2e00bb; background: #2e00bb;}


.cols_title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    line-height: 26px;
    font-size: 15px;
}
.cols_time {
    line-height: 22px;
    font-size: 13px;
    display: inline-block;
}
.cols_time {
    line-height: 22px;
    font-size: 13px;
    display: inline-block;
}
.cols_more {
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.cols_more a {
    color: #b34ccc;
}
.cols {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 10px;
}

/*特殊页-录像*/
body.video_special .col-news .col_news_con{margin-top:31px;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news{margin-bottom:39px;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_con{float:left;position: relative;width: 36.5%;    padding-top: 24.54%;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_con .news_video {    position: absolute;    top: 0;
    left: 0;    width: 100%;    height: 100%;}

body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_con .news_cover {position: absolute;width:100%;height:100%;top: 0;left: 0;opacity: 0.6;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_con img{width:100%;height: 100%;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box{float:right;width:60.5%;font-size:16px;line-height:30px;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box .news_special{text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_con .news_cover:hover{opacity: 0.4;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box a{color:#707070;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box .need_bold{color:#333;font-weight:bold;margin-right:9px;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box .news_click { width: 95px; height: 30px; text-align: center; background: #2800ae;margin-top: 7px; border-radius: 5px;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box .news_click:hover{background:#f39800;}
body.video_special .col-news .col_news_con ul.news_list.list2 li.news .news_box .news_click a{color:#fff;font-size:14px;}


/**选择菜单**/
.fws_searchs .selects_box{margin-top:0;}
.fws_searchs .selects_box .sudy-select .select-name {line-height:36px;}
.fws_searchs .selects_box .select-down .select-name {font-size:14px;}
.fws_searchs .selects_box .sudy-select .select-list { display:none;max-height:285px;overflow-y:scroll! important;  position:absolute; left:0; z-index:100; background-color:#fff;border:1px solid #ccc; border-radius:6px;}
.fws_searchs .selects_box .sudy-select .select-list li { line-height:32px;font-size:14px;}
.fws_searchs .selects_box .sudy-select .select-list li.hover { background-color:#2800ae; color:#fff;}

.fws_searchs .listTable ul.news_list{margin:0px;}
.fws_searchs .listTable ul.news_list li.news.news3 {float:left;width: 25%;margin-bottom: 15px;height: 280px;}
.fws_searchs .listTable ul.news_list li.news.news3 .news_box{margin: 0px 28px;padding:0px;text-align:center; border:0px solid #eee;}
.fws_searchs .listTable ul.news_list li.news.news3 .news_img{background: #f3f3f3;/*width: 188px;
    height: 230px;*/}
.fws_searchs .listTable ul.news_list li.news.news3 .news_img img {/*width:188px !important;height:230px !important;*/ object-fit: contain;}
.fws_searchs .listTable ul.news_list li.news.news3 h3{padding:5px 0px; line-height:32px;font-weight:normal; font-size:18px; color:#454545; text-align:center; }
.fws_searchs .listTable ul.news_list li.news .news_count{display:none;}
.fws_searchs .listTable ul.news_list li.news:hover .news_img img {border-radius: 50px;transition: 0.5s;}



.post.post-activities .con {
    display: none;
}.post.post-activities iframe {
    width: 100%;
    height: 630px;
}