@charset "UTF-8";
/* Base Reset */
* {margin: 0;padding: 0; border:0;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus { outline:0;}
img { border:0; vertical-align: top;}
a img { vertical-align: middle;}
body {line-height: 1;}
ol, ul, li {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;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

body,p { font:14px/1 'Microsoft YaHei'; color: #333;}
body {background-color: #fff;}
a{ text-decoration: none; color: #333; }
a:hover{ text-decoration: none; color: #EC3C1B;}
.wrapper { width: 100%;}
.wrapper .inner {}
/**head**/
#header { position: relative;}
#header .inner { display:inline-block;}
.head-logo { width: auto;}

/**slide导航**/
.navi-slide-arrow:hover { color: #8cc4d3; cursor: pointer;}
/**主导航**/
.bar {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 6px auto;
    background-color: #fff;
    border-radius: 10px;
}
.nav { 
    
}
.main-nav {}
.main-nav .wp-menu { 
position: absolute;
    z-index: 999;
    min-height: 100%;
    height: auto;
    width:100%;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    background-color: #272727;
margin:0 auto; 
display: none; 
}
.main-nav .wp-menu .menu-item { display: block; border-top: 1px solid #ddd; overflow: hidden; position: relative;}
.main-nav .wp-menu .menu-item a.menu-link { display: block; padding:0 18px; height: 39px; line-height: 39px; color: white; font-size: 15px; font-weight: bold; }
.main-nav .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #fff; background-color: #757575}
.main-nav .menu-switch-arrow { display: block; width: 38px; height: 38px; position: absolute; right: 0px; top: 1px; background: url(images/icons.png) no-repeat 10px -116px;}
.main-nav .sub-menu {display: none; }
.main-nav .sub-menu .sub-item { white-space: nowrap; vertical-align: top; _zoom:1; border-top: 1px solid #e5e5e5; position:relative;}
.main-nav .sub-menu .sub-item a { display: block; color: white; height: 39px; line-height: 39px; padding:0 10px; display: block; text-indent: 20px; }
.main-nav .sub-menu .sub-item a:hover { color: #fff; display: block; background-color: #7E7E7E;}
.main-nav .sub-menu .sub-menu { background-color: #fff;}
.main-nav .sub-menu .sub-menu .sub-item a {  text-indent: 30px;}
.main-nav .sub-menu .sub-menu .sub-menu .sub-item a {  text-indent: 40px;}

.search-bar { width:100%;}
.search-bar form {
  float: right;
}
.search-bar .search { float: right; width: 29px; height: 30px; border-left: 1px solid #ccc; background:#f2f2f2 url(images/icons.png) no-repeat 6px -85px;}
.wp_search {margin: 0 auto; /**border:1px solid #ccc; border-radius:5px;**/}

/**slide**/
#slide .swiper-container { max-height: 300px; min-height: 100px; overflow: hidden; width: 100%;}
#slide img { width: 100%; height:200px; vertical-align: top;}
#slide .swiper-button-prev,#slide .swiper-button-next { width: 30px; height: 54px;}
#slide .swiper-button-prev { background: url(images/slide-navbtn.png) no-repeat 0 50%;}
#slide .swiper-button-next { background: url(images/slide-navbtn1.png) no-repeat right 50%;}
#slide .title1 {
    line-height: 30px;
    text-align: right;
    margin-top: -30px;
    color: white;
    z-index: 999;
}
/**栏目导航**/
#columnlabels {
    height: 40px;
    border-bottom: 3px solid #e6e6e6;
}
.columnli {
    width: 33%;
    height: 40px;
    text-align: center;
    float: left;
    line-height: 40px;
}
.selectli {
    border-bottom: 3px solid #6f0006;
}
.selectli a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.morelink {
	cursor: pointer;
	display: block;
	height:30px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
        background:#f1f1f1;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.morelink .post-more { height: 24px; line-height: 24px; text-align:center; }
.morelink .post-more a { display: inline-block; width:100%; height: 24px; line-height: 24px; padding: 0 3px; color: #424242; text-decoration: none;}
.morelink .post-more a:hover { color: #000; text-decoration: none;}
/*新闻列表*/
.wp-post {}
.wp-post .post-head { border-bottom: 2px solid #E2E2E2;}
.wp-post .post-head .head-bar { height:35px; position: relative; padding: 0px; border-bottom:3px solid #e6e6e6;}
.wp-post .post-head .post-title { display: inline-block; height: 35px; line-height: 35px; font-size: 16px; font-weight: normal; padding-left: 7px; border-left: 6px solid #ffb901;border-bottom: 3px solid #6f0006; color: #363636;font-family:"Microsoft yahei";}
.wp-post .post-head .post-title span { display: inline-block;}
.wp-post .post-head .post-more { height: 24px; line-height: 24px; position: absolute; right: 10px; top: 30%; margin-top: -8px;}
.wp-post .post-head .post-more a { display: inline-block; height: 24px; line-height: 24px; padding: 0 3px; color: #424242; text-decoration: none;}
.wp-post .post-head .post-more a:hover { color: #000; text-decoration: none;}
.wp-post .post-body {}
.post-item,.news-item { border-top: 1px dashed #ccc;}
.news-post .item-1 { border-top: none;}
.post-item .item-thumbnail { display: none;}
.post-item .item-info p { display: none;}
.post-item .item-info h2 , .news-item h2{ height: 30px; line-height: 30px; overflow: hidden;text-overflow:ellipsis}
.post-item .item-info h2 a, .news-item h2 a { font-weight: normal; font-size: 14px;color: #333; display: block; white-space: nowrap; overflow: hidden; text-overflow:ellipsis}
.post-item .item-info h2 a:hover, .news-item h2 a:hover{ color: #B62626}
.thumbnail-post .item-1 { margin-bottom: 10px; border: none;}
.thumbnail-post .item-1 .item-thumbnail { display: block; position:relative; float:left; width:90px; margin-right:-90px;}
.thumbnail-post .item-1 .item-thumbnail .thumb-link { display: block; margin-top: 5px; width: 80px; height: 62px; background: url(images/nothumb.png) no-repeat center;}
.thumbnail-post .item-1 .item-thumbnail .thumb-link img { width: 100%; height: 100%;}
.thumbnail-post .item-1 .item-info { float: right; width: 100%;}
.thumbnail-post .item-1 .item-info h2,.post-item .item-info p { margin-left: 90px;}
.thumbnail-post .item-1 .item-info h2 { height: 22px; line-height: 22px; margin-bottom: 6px;}
.thumbnail-post .item-1 .item-info h2 a { font-weight: bold; color: #0061ae;}
.thumbnail-post .item-1 .item-info h2 a:hover{ color: #B62626;}
.thumbnail-post .item-1 .item-info p { display: block; height: 42px; line-height: 21px; overflow: hidden;}
.thumbnail-post .item-1 .item-info p a { color: #5b5b5b;}
.thumbnail-post .item-1 .item-info p a:hover{ color: #a6a6a6;}

.wp-column-menu { width: 100%; background-color: #f5f5f5; position: relative;}
.wp-column-news { width: 100%;}
.wp-column-news .column-news-box { margin: 0 6px;}

/**栏目列表**/
.column-head { background: #eee; line-height: 24px; }   /**位置栏目背景**/
.column-head .column-anchor {padding: 6px;}
.column-head .column-anchor .column-switch { display: block; width: 30px; height: 24px; float: right; background: url(images/menu-dot.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title { display: inline-block; float: left; font-size:16px; color:#7a7a7a; }		/**位置栏目字体**/

.column-list-wrap li { width: 100%; vertical-align: bottom;}
.column-list-wrap li a { display: block; width: 100%; border-bottom: 1px solid #b3b3b3; font-size: 16px; color: #383838; background:#eee url(images/li.png) no-repeat 10px 14px;}
.column-list-wrap li a:hover { color: #e5e5e5; text-decoration: none; background-color: #646464;}
.column-list-wrap li.selected a.selected { color: #fff; background-color: #636363; background-position: 10px 14px;}
.column-list-wrap li a span { display: block; padding: 10px; padding-left: 20px; line-height: 22px; padding-top: 6px; padding-bottom: 6px;}
.column-list-wrap .sub-list li a {  background-position: 18px 11px; font-size: 14px; background-color: #F1F1F1;}
.column-list-wrap .sub-list li a:hover { background-color: #D6D6D6; color: #121212; }
.column-list-wrap .sub-list li.selected a.selected { background-color: #666; color: #fff; background-position: 18px 11px;}
.column-list-wrap .sub-list li a span { padding: 4px 10px; padding-left: 28px; line-height: 18px; }
.column-list-wrap .sub-list .sub-list li a { font-size: 13px; background-position: 26px 10px; background-color: #f5f5f5;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { background-position: 26px 10px;}
.column-list-wrap .sub-list .sub-list li a span { padding-left: 36px; line-height: 17px; }
.column-list-wrap .sub-list .sub-list .sub-list li a { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 44px; }
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 52px;}
.column-body { display: none;}
.list-meta .column-title {font-size: 16px; }

/**
 * 栏目新闻
 */
 	.wp-banner { background-color: #ececec;}
	.wp-banner .wp-inner {}
	.wp-banner .column-name { display: none; height: 24px; line-height: 24px; font-size: 20px; color: #fff;text-shadow:2px 2px 2px #000000; overflow: hidden; position: absolute; left: 6px; right: 6px; top :50%; margin-top: -12px;}
	/**列表页banner图**/
	.banner img { width: 100%; vertical-align: top; min-height:120px; }

 
.list-head { padding: 10px 0; border-bottom: 2px solid #e5e5e5; }
.list-meta .column-title { float: left; display:inline-block; white-space:nowrap; line-height:24px; font-size: 18px; color: #333} /**当前位置**/
.list-meta .column-path { float: right; line-height: 24px; color: #454545;}
.list-meta .column-path a{ color: #454545;}
.list-meta .column-path a:hover{ color:#EC3C1B;}
.column-news-con { padding:10px 0; }
.column-news-list .column-news-item {display: block; position: relative; border-bottom:1px dashed #b1b1b1; line-height: 1.4em; padding: 5px 0; padding-left: 10px; background: url(images/dot.png) no-repeat 2px 13px;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover { background-color: #F7F7F7; color: #000;}
.column-news-list .column-news-item .column-news-title { display: block; margin-right: 76px;}
.column-news-list .column-news-item .column-news-date { display: block; text-align: right; width: 80px; height: 20px; line-height: 20px; position: absolute; right: 0; top:5px; color: #999; }
.wp_entry {width:auto; margin:0 4px;}
.wp_entry,.wp_entry p { line-height:1.7; font-size:16px; text-align: justify;text-indent:2em; }
.wp_entry p { margin-bottom:11px;}
.column-news-list .wp_entry img {vertical-align: middle; max-width:100%; height:auto}   /**列表页文章图片大小限制**/
.list-meta .column-path,.list-meta .column-title { float: none;}
.list-meta .column-title { display: none;}
.list-meta .column-path { padding-left: 24px;background: url(images/sitemap-icon.png) no-repeat 0 4px; }
.list-meta .column-path .path-name { display: none;}
.wp_paging .pages_count,.wp_paging .page_jump { display: none;}

.wp_article_list .list_item { overflow: hidden;}
.wp_article_list .list_item { height: 30px; line-height: 30px; white-space: nowrap;}
.wp_article_list .list_item .pr_fields { display: block; float: none; white-space: nowrap;}
.wp_article_list .list_item .Article_Index { display: none;}
.wp_article_list .list_item .ex_fields { display: none;}
.wp_article_list .list_item a { display: block; padding-right: 38px; position: relative; padding-left: 10px; background: url(images/dd.png) no-repeat 0 11px; border: 0; cursor: pointer; font-size: 15px; display: block; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.wp_article_list .list_item .Article_Title { float: none; margin:0; display: block;}
/**文章页**/
.info-box { margin:0 6px;}
.article {padding: 10px 0 40px 0;}
.article h1.arti-title { line-height:26px; padding:5px 0; font-size:18px; font-weight: normal; color:#044480; border-bottom:2px solid #C1DEE6;text-align: center;} /**文章标题**/
.article .arti-metas { /* height: 16px; */ line-height: 16px; text-align:center; padding: 10px 0;}
.article .arti-metas span { display: inline-block; margin:0 5px; font-size:14px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 4px; overflow:hidden;} /**文章内容**/
.article .entry,.article .entry p { line-height:1.7; font-size:16px; text-align: justify;text-indent: 2em; margin-bottom:10px}
.article .entry p { margin-bottom:11px;}
.article .entry .read img {display:table-cell;margin:0 auto; vertical-align: middle; max-width:100%;height:auto!important; margin-bottom: 5px; }   /**文章阅读部分图片大小限制**/

/**底部**/
#footer { background: url(../images/bbg.png);border-top:4px solid #146cb7;}
#footer .inner { padding: 10px 0 10px 0;}
#footer .inner .footer-info{ margin:0 7px;}
#footer .inner .footer-info,#footer .inner .footer-info p{ font-family:"Microsoft yahei"; color: #fff; line-height: 36px; font-size: 14px; text-align: center;}
#footer .inner .footer-info span { margin:0 5px;}
#footer .inner .footer-info a { color: #ddd; font-size: 14px; margin:0 5px;}
#footer .inner .footer-info a:hover { color: #ddd; text-decoration: underline;}

#back-top { display: block; display: none; width: 30px; height: 30px; opacity: 0.7; background:#868686 url(images/back-top.png) no-repeat center; position: fixed; right: 6px; bottom: 20px; z-index: 10000;}

/**custom style**/
/**news style**/
.wp-post .post-head { border-bottom: 0;margin-bottom: 10px;}
.wp-post .post-head .head-bar { position: relative; padding: 0px;}
.wp-post .post-head .post-title { display: inline-block; font-size: 26px; font-weight: normal; padding-left:0px; border-left: 0; color: #363636;border-bottom: 3px solid #6f0006;}
.wp-post .post-head .post-more a { color: #fff;}
.wp-post .post-head .post-more a:hover{ color: #90C0E8}
.post-11 .post-head .post-title,.post-12 .post-head .post-title {border-bottom: 0px solid #6f0006;}
.post-11 .post-head .head-bar,.post-12 .post-head .head-bar{border-bottom: 0px solid #6f0006;}
.post-6 .post-head .head-bar { height:35px;}

a.news-item { display: block; position: relative; padding-left: 0px; border: 0; cursor: pointer;}
a.news-item:hover { background-color: #F7F7F7; }
a.news-item h2 { height: auto; line-height: 22px; padding: 3px;font-family:"Microsoft yahei"; font-size: 20px; color: #494848; font-weight: normal;}
a.news-item span.item-date { display: block; font-size:18px; height: 28px; line-height: 28px; position: absolute; right: 0; top: 0; font-weight: 100;}

.links-post { padding: 0 5px;}
.links-post li { float: left; line-height: 27px; width:100%;}

.quick-post li { float: left; width: 100%;}
.quick-post li a { display: block; margin: 0 5px; text-align: left;word-break: break-all;}
.quick-post li a img { height: 130px;
  width: 134px;
  float: left; padding: 0 10px; margin: 0 auto; display: block;}
.quick-post #wp_news_w17 li a {display: inline-block; margin: 0 5px; text-align: left; word-break: break-all; width: 100%;}
.quick-post #wp_news_w17 li a img { height: 130px;
  width: 134px;
  float: none; padding: 0 10px; margin: 0 auto; display: block;}
  .quick-post #wp_news_w7 li a {display: inline-block; margin: 0 5px; text-align: left; word-break: break-all; width: 100%;}
.quick-post #wp_news_w7 li a img { height: 130px;
  width: 134px;
  float: none; padding: 0 10px; margin: 0 auto; display: block;}
.quick-post li a span { display:inline-block;}
.quick-post li a em { font-style: normal; color: #234899; display:block; line-height: 35px; overflow: hidden;}
.quick-post li a .tit { color:#6f0006; font-size:24px;font-family:"Microsoft yahei";}
.quick-post li a .tlt { color:#555555; font-size:20px;font-family:"Microsoft yahei";}
.quick-post li a .data { color:#8f8f8f; font-size:18px; font-family:Arial;}

/*********公告**********/

.quick-post1 li { float: left;  width:100%;}
.quick-post1 li a { display: block; margin: 0 5px; text-align:left;}
.quick-post1 li a img { height: 32px;}
.quick-post1 li a span { display:block;}
.quick-post1 li a em { font-style:normal; color: #234899; display: inline-block; height: 35px; line-height: 35px; overflow: hidden;}
.quick-post1 li a .tit { font-family:"Microsoft yahei";color:#6f0006; font-size:24px;  line-height:34px;}
.quick-post1 li a .data { color:#6f0006; font-size:20px; height:34px; line-height:34px; font-family:"Microsoft yahei"; background:#dfdfdf; padding: 0px 11px;}
#wp_news_w102 li { float: left; margin: 7px 0px; width: 50%;}
#wp_news_w102 li a em {display: inline;}
#wp_news_w102 li a { display: block; margin: 0 5px; text-align:left;}
#wp_news_w102 li a:hover { background:#fff;}
#wp_news_w102 li a img { height: 32px;}
#wp_news_w102 li a span { display:block;}
#wp_news_w102 li a em { font-style:normal; color: #234899; height: 35px; line-height: 35px; overflow: hidden;}
#wp_news_w102 li a .data { color:#6f0006; font-size:20px; height:34px; line-height:34px; font-family:"Microsoft yahei"; background:#dfdfdf; padding: 0px 11px;}
#wp_news_w102 li a .tit { font-family:"Microsoft yahei";color:#6f0006; font-size:24px;  line-height:34px;}
.con_bg { background:url(images/con_bg.gif); height: 160px;
    line-height: 160px;}
.con_bg_wide { background:url(images/con_bg.gif); height: 80px;
    line-height: 80px;}
.linkcat {
    float: left;
    width: 40%;
    text-align: center;
}
.linkcon {
    float: left;
    width:60%;
}
.linkto {
    width: 49%;
    float: left;
    height: 39px;
    line-height: 39px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    text-align: center;
}
/*********图集**********/
.quick-post2 .slick-prev {display:none; left: -25px; }
.quick-post2 .slick-prev:before { content: ""; }

.quick-post2 .slick-next {display:none; right: -25px; }
.quick-post2 .slick-next:before { content: ""; }


.quick-post2 .quick-item {margin-top: 7px; width: 33%;}
#wp_news_w10 .quick-item {
 float: left; margin-top: 7px; width: 33%;
}
#wp_nav_w11 .nav-item {
  width: 25%;
}
#wp_nav_w111 .nav-item {
  width: 25%;
}
.quick-post2 .quick-item a { display: block; margin: 0 5px; text-align: center;}
.quick-post2 .quick-item a img { height: 32px;}
.quick-post2 .quick-item a em { font-style:normal; color: #929292;font-family:"Microsoft yahei"; font-size:18px; display:block; height: 40px; line-height: 40px; overflow: hidden;    text-overflow: ellipsis; white-space:nowrap;}
/*********学术信息**********/
#lecture {}
#google-calendar{ display: block; cursor: pointer; float: right; width: 24px; height: 24px; margin-top: 12px; background: url(img/jzsmall.png) no-repeat center;}
#google-calendar:hover { background-image: url(img/jzsmall2.png);}
.lecture-slide .lecture { height:auto; position: relative;}
.lecture-slide .lecture .lectureDate { font-style: italic; width: 84px; line-height: 18px; color: #666; text-align: center; position: absolute; left: 0px; top: 10px;border-radius: 5px;
  border: 1px solid #dbdbdb;}
.lecture-slide .lecture .lecture-info { display: block; margin-left: 88px; margin-right: 14px; height:auto;  line-height: 20px;}
.lecture-slide .lecture .lecture-info:hover { color: #666; text-decoration: underline;}
.lecture-slide .lecture .lecture-info span { overflow: hidden; text-indent: 1em;
text-overflow: ellipsis;
white-space: nowrap;
_white-space:normal;
display: block;
height: 36px;
font-size: 18px;
line-height: 36px;
cursor: pointer;
color: #666;
}
.lecture-slide .lecture .lecture-info span.lectureUser { font-weight: 100;}
.lecture-slide .lecture .lecture-info span.lectureAddress { font-size: 18px; font-weight: normal; color: #999;}
.lecture-slide .lecture .add-google-calendar { position: absolute; right: 0; top: 20px; display: block; cursor: pointer; width: 12px; height: 20px; background: url(img/plus.gif) no-repeat 0 50%;}
.lecture-slide .lecture .add-google-calendar:hover{ background-position: -12px 50%;}
/*********邮箱登录**********/
.inputlist li { float:none; height:45px; color: #ccc; line-height:45px; width:100%;}
.inputlist li.login{}
.inputlist li input {width:100%;  *margin-top:-1px;height:45px;line-height:45px; color: #cccccc;text-indent: 45px; font-size:18px;background: #9d3337;}
.inputlist .login input { color:#fff;}
.inputlist .user input {background:#fff url(images/yhm_bg.png) no-repeat 20px 50%;}
.inputlist .pswd input { background:#fff url(images/mm_bg.png) no-repeat 20px 50%;}
.inputlist .pswd{*width: 83px;}
.inputlist .emails{width: 100%;height: 45px; background:#fff; position: relative; text-indent:15px; background:#fff url(images/ionc.png) no-repeat right;}
.inputlist .emails a { text-align:left;}
.emails a{color: #ccc; text-decoration:none;display:block; width:100%;height:30px;cursor:pointer;background-repeat: no-repeat;background-position: 95px -117px; overflow:hidden;white-space:nowrap;word-wrap:normal;overflow:hidden;text-overflow:ellipsis;}/************************/
.emails a.up{background-position: 95px -68px;}
.emails ul.maillist{width:100%;_width:95px;position:absolute;display:none;background:#fff;left:-1px;top:45px;z-index:999;visibility: visible;border-top-width: 0;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #ccc;border-right-color: #ccc;border-bottom-color: #ccc;border-left-color: #ccc;padding-top: 0;padding-bottom: 0; border:1px solid #ccc;}
.emails ul.maillist li{height:30px; line-height:30px;}
.emails ul.maillist li a{background:none; padding:0; width:100%; overflow:hidden;white-space:nowrap;word-wrap:normal;overflow:hidden;text-overflow:ellipsis;}/************************/
.emails ul.maillist li a:hover{color:#222;}
/**手机版里面用户导航样式**/
#wp_column_article dl.role{float:none; width:100%; display:inline-block; }
#wp_column_article dl.role dt{font-weight:bold; font-size:16px; font-family:"Microsoft yahei"; height:44px; line-height:44px; margin-bottom:10px; border-bottom:1px solid #ccc;background:none; color:#003390 ;}
#wp_column_article dl.role dd{float:left;  width: 50%;box-sizing:border-box; padding-left:20px; margin-left:-3px;font-size:14px; font-family:"Simsun"; height:36px; line-height:36px; background: url(../images/dd.gif) no-repeat 5px 15px;}
#wp_column_article dl.role dd a{}
#wp_column_article dl.role dd a:hover{color:#114094; text-decoration:none;}

/**手机版里面机构设置样式**/
#wp_column_article dl.role0{float:none; width:100%; display:inline-block; }
#wp_column_article dl.role0 dt{font-weight:bold; font-size:16px; font-family:"Microsoft yahei"; height:44px; line-height:44px; margin-bottom:10px; border-bottom:1px solid #ccc;background:none; color:#003390 ;}
#wp_column_article dl.role0 dd{float:left;  width: 50%;box-sizing:border-box; padding-left:20px; margin-left:-3px;font-size:14px; font-family:"Simsun"; height:36px; line-height:36px; background: url(../images/dd.gif) no-repeat 5px 15px;}
#wp_column_article dl.role0 dd a{}
#wp_column_article dl.role0 dd a:hover{color:#114094; text-decoration:none;}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
.topnav{width:100%;height:43px;position:relative;z-index:900;background-color: #FFFFFF;}
.topnav .inner{height:43px;margin:0px auto;padding:0 5px;color:#555555;font-size:18px;    background: #6c161a;/*background-image: url(../images/bbg.png);background-repeat: repeat-x;*/}
.topnav .inner .left{width:380px; float:left; text-align:left;}
.topnav .inner .left span{font-weight: normal;color:#e6d7d8;float: left;text-indent: 10px; margin-right:5px;line-height:43px;}
.topnav .inner  a{color: #e6d7d8;line-height:33px;font-weight: normal;}
.topnav .inner  a:hover {color:#ddd!important;}
.topnav .inner .right{float:right;width: 370px;}
.topnav .inner .right .l{float: left;margin-top: 4px; width:180px;}
.topnav .inner .right .r{float: right;width: 170px;}
.panel-7 {}
#wp_news_w8 .quick-item { margin:7px 0px;}
@media screen and (max-width: 959px) {
	.column-news-list { min-height:375px;}
	#wp_news_w6 .pdata { display:none;}
	.main-nav-panel .wp-menu .menu-item a.menu-link { padding:0 4px;}
	.focus-navigation { visibility: hidden;}
	.wp-footer .wp-inner .footer .copyright,.wp-footer .wp-inner .footer .address { display: block;}
    #slide .swiper-container { max-height: 350px;}
	/**主体布局**/
	.wp-main-page .content,.wp-main-page .sidebar { width: 100%; float: none;}
	.wp-post .post-head .head-bar,.wp-post .post-body {margin:0 20px;}
	.dh .post-body {margin:0 20px;}	
	/**栏目列表**/
	.wp-column-menu { width: 100%; float: none; margin: 0;}
	.wp-column-news {float: none;}
	.wp-column-news .column-news-box { margin: 0 6px;}
	.column-head .column-anchor {padding: 6px;}
	.column-head .column-anchor .column-switch { display: block;}
	.column-head .column-anchor h3.anchor-title { font-size: 16px;}
	.column-list-wrap li a { background-position: 10px 14px;}
	.column-list-wrap li a,.column-list-wrap li.selected a.selected { background-position: 10px 14px;}
	.column-list-wrap li a span { padding-top: 6px; padding-bottom: 6px;}
	.column-body { display: none;}
	.list-meta .column-title {font-size: 16px; }
	.info-box {margin:0 14px;}
	.article { padding: 10px 0;}
	.article h1.arti-title { padding: 5px 0;}
#wp_nav_w11 .nav-item {
  width: 25%;
}
#wp_news_w17 .quick-item { width:50%;}
.jgsz .ml { margin-left:40px !important;}
.rg-image-wrapper { width:100% !important;}
.wp_entry,.wp_entry p,.article .entry,.article .entry p {text-indent:0px;}
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
	body,p { font-size: 16px;}
	a { font-size: 16px;}
	.column-news-list { min-height:150px;}
	 .sflb table a  { margin-right:12px;}
	.lecture-slide .lecture .lecture-info span.lectureAddress { font-size:16px;}
       .sflb li p {width:50% !important;}
.intro_ul02 li p{text-indent: 15px !important; }
.intro_ul02 li {width:100% !important;}
.list-paddingleft-2 p{width:80% !important }
	.title {font-size: 16px !important;line-height: 30px !important;}
	.quick-post li a .tit {font-size: 16px;line-height: 26px;}
	.tlt a {font-size: 16px !important;line-height: 28px !important;}
	.quick-post1 li a .data {font-size:16px !important;}
	.quick-post2 li a em {font-size:16px !important;}
        .xxld p {    width: 24% !important;}
	#subnav p {width: 20% !important;}
	#wp_nav_w11 .nav-item a,#wp_nav_w111 .nav-item a {font-size:16px;}
	.lecture-slide .lecture .lecture-info span {font-size:16px; height:32px; line-height:30px; }
	.quick-post1 li a .tit { font-family:"Microsoft yahei";color:#6f0006; font-size:16px;  line-height:34px;}
	.wp-header .wp-inner {margin: 0 6px;}
	.topnav .inner .left{width:100%; float:none;}
	.wp-post .post-head .post-title { font-size: 20px; font-weight: bold;}
	.post-news .news-item { height: 30px; line-height: 30px; border-bottom: 1px dashed #ccc;}
	.post-news .news-item .meta-title,.column-news-list .column-news-item .column-news-title { margin-right: 0;}
	.post-news .news-item .news-date-hide,.column-news-list .column-news-item .news-date-hide { display: none;}
	.wp-header { padding: 0;}
	.wp-navi { display: none;}
	.wp-navi-slide { display: block; background-color: #eee;}
	.wp-navi-slide .navi-slide-head { display: block;}
	.wp-navi-slide .wp-menu { display: none;}
	.main-nav-panel .wp-menu .menu-item { display: block; float: none; border-top: 1px solid #ddd; overflow: hidden; }
	.main-nav-panel .wp-menu .menu-item a.menu-link { display: block; height: 39px; line-height: 39px; padding:0 18px; color: #222; font-size: 15px; background-color: #fff; }
	.main-nav-panel .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #fff; background-color: #0C3C74}
	.wp-main-page .content .cbox-left,.wp-main-page .content .cbox-right{ width: 100%; float: none;}

	.wp-header .wp-panel {margin:0; float: none; clear: both; width: auto;}
	.wp-header .search-panel { margin-bottom: 10px;}
	.wp-header .logo-panel { position: relative; }
	.wp-header .navi-aside-toggle-show { display: block;}
	.logo-window { width: auto; margin:0 40px; padding: 15px 0; text-align: center;}
	.logo-window img {width: 100%; max-width: 186px;}
	.lang-panel,.top-nav-panel { display: none;}

	.wp-info-page .search-panel,.wp-info-page .top-nav-panel,.wp-column-page .search-panel,.wp-column-page .top-nav-panel { display: none;}
	.wp-banner {border-top:1px solid #DFBA5D}
	.wp-banner .column-name { display: block;}
	.list-meta .column-path,.list-meta .column-title { float: none;}
	.list-meta .column-title { display: none;}
	.list-meta .column-path { padding-left: 24px; background: url(images/sitemap-icon.png) no-repeat 0 4px;}
	.list-meta .column-path .path-name { display: none;}
	.wp_paging .pages_count,.wp_paging .page_jump { display: none;}

	.info-box {margin:0 10px;}
	.article { padding: 6px 0;}
	.article .arti-metas span { font-size: 14px;}
	.article .arti-metas .read-options { display: inline-block;}
	.wp_entry,.wp_entry p,.article .entry,.article .entry p { font-size: 16px; text-indent:0px;}
#wp_news_w10 .quick-item.item-3 {
  display: none;
}
#wp_news_w10 .quick-item {
  float: left;
  margin-top: 7px;
  width: 50%;
}
#wp_nav_w11 .nav-item {
  width: 50%;
}
.data {font-size: 16px !important;}
#wp_nav_w111 .nav-item {width: 50%;}
#wp_news_w8 li { width:100%;}
#wp_news_w8 .quick-item { margin:7px 0px;}
.panel-7 { display:block;}
.panel-17 { display:none;}
.pdata { display:none;}
.jgsz .ml { margin-left:20px !important;} 
.rg-image-wrapper { width:100% !important;}
.quick-post2 li { width:50%;}
#wp_news_w20 .item-3 { display:none;}
}
@media screen and (max-width: 479px) {
	.sflb table a {margin-right:2px;}
}
.title {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: microsoft yahei;
  line-height: 38px;
color:#555;
}
.tupian {
  width: 134px;
  height: 130px;
  float: left;
}
.qita {
  float: left;
  padding-left: 10px;
}
.qita .tit {
  font-size: 26px;
  color: #6f0006;
  font-family: SimHei;
}
#wp_nav_w11 .nav-item a {
  padding: 5px 0px;
  border: 1px solid #b6b5b5;
  font-size: 18px;
  border-radius: 4px;
}
#wp_nav_w11 .nav-item .parent {
  background: #6f0006;
  color: #fff;
}
#wp_nav_w111 .nav-item a {
  padding: 5px 0px;
  border: 1px solid #b6b5b5;
  font-size: 18px;
  border-radius: 4px;
}
#wp_nav_w111 .nav-item .parent {
  background: #6f0006;
  color: #fff;
}

.tlt a {
  color: #555555;
  font-size: 20px;
  font-family: microsoft yahei;
  font-style: normal;
line-height: 34px;
}
.data {
  color: #8f8f8f;
  font-size: 18px;
  font-family: arial;
  font-style: normal;
  padding-left: 10px;
line-height: 34px;
}
#wp_news_w8 li a em {display: inline;}
#wp_news_w10 li a img {
  width: 90%;
height: auto;
}
.day {
  font-size: 35px;
  color: #990008;
  line-height: 38px;
  font-style: normal;
  font-family: microsoft yahei;
}
.month {
  font-size: 18px;
  line-height: 38px;
  color: #585858;
font-style: normal;
font-family: microsoft yahei;
background: #f2f2f2;
}
#wp_news_w9 span {
  font-family: microsoft yahei;
  color: #424242;
font-weight: 100;
}
.lecture-slide .lecture .lecture-info:hover {
  text-decoration: none;
}
.site-url img {
  width: 100%;
}
.wp-search {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 32px;
  position: absolute;
  right: 57px;
  top: 32px;
  text-indent: -99em;
  overflow: hidden;
  border: 1px solid #ccc;
  background: url(images/nav-icon-arrow-1.png) no-repeat center 50%;
  border-radius: 5px;
}
.wp_search .search { background: url(images/nav-icon-arrow-1.png) no-repeat 0px; width: 32px; height: 35px; float: right;}
.w_search { position:absolute;right: 5px;top: 2px;}
.keyword{color:#cacaca;height:20px;width:0px;text-indent: 5px;line-height: 20px;border: 0px solid #6d141a;margin-right: 5px;font-weight: normal;overflow: hidden;padding: 0;}
.navi-slide-arrow {
  display: inline-block;
  margin-top:3px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-indent: -99em;
  overflow: hidden;
  border-radius: 5px;
}
#wp_nav_w26 .wp_nav .nav-item a span.item-name {padding:0px;font-size: 12px;height:43px;line-height:43px;}

/***下拉***/

/** =======================
 * Contenedor Principal
 ===========================*/
 .accordion {
 	width: 100%;
 	background: #f1f1f1;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	height:30px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 2px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.link .fa-chevron-down {
	left: 46%;
	font-size: 16px;position: absolute;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.open .link .fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion .quick-item { margin:7px 0px;}
.quick-post .quick-item { margin:7px 0px;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #fff;
 	font-size: 14px;
 }

 .submenu li {

 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #555;
	line-height: 38px;
 }

 .submenu a:hover {
 
 }

.dh .submenu { background:none;}
.jgsz{padding-right: 20px;padding-bottom: 20px;} /**????????**/
.jgsz .ml{margin-left: 45px;}/**???????????????**/
.dhhy{margin-top: 20px;padding-bottom: 20px;padding-left: 20px;}/**??????**/
.dhhy .ml{margin-left: 15px;}/**???????????**/
/**???????????????????**/
.jgsz h3 ,.dhhy h3{font-size: 14px;font-weight: bold;color: #3d3d3d;line-height: 60px;font-family: "Microsoft yahei";text-indent: 0em;}
.jgsz a ,.dhhy a{font-size: 14px!important;background-image: url(../images/list2_17.jpg);background-repeat: no-repeat;background-position: left center;padding-left: 15px;font-family: "Microsoft yahei"; color:#555;}
/**??????????????????????**/
.jgsz1 {padding-right: 20px;padding-bottom: 20px;} /**????????**/
.jgsz1 .ml{}
.jgsz1 h3{font-size: 14px;font-weight: bold;color: #3d3d3d;line-height: 60px;font-family: "Microsoft yahei";text-indent: 0em;}
.jgsz1 a {font-size: 16px!important;background-image: url(../images/list2_17.jpg);background-repeat: no-repeat;background-position: left center;padding-left: 15px;font-family: "Microsoft yahei"; color:#555;}
.jgsz1 span {color:#555;background-image: url(images/list2_17.jpg);background-repeat: no-repeat;background-position: left center;padding-left: 15px;}
/**???????????**/
.jgsz span ,.dhhy span{color:#555;background-image: url(images/list2_17.jpg);background-repeat: no-repeat;background-position: left center;padding-left: 15px;}
.sflb li{}/**????????**/
.sflb li p {}
.sflb li p a{font-size:14px;}
.sflb h3{padding-left:15px;font-size: 14px;font-weight: bold;color: #666666;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #e0e0e0;background-image: url(../images/sf.png);background-repeat: no-repeat;background-position: left center;height: 50px;line-height: 50px;margin-bottom:10px; text-indent:0px;font-family: Microsoft Yahei;}
.sflb .mm1 {margin-left:15px;text-align: left;}
.talbe_tb th{border-top-width: 2px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-top-color: #711318;border-bottom-color: #c90b15;text-align: center;height: 40px;line-height: 40px;color: #6d1419;}/**??????????????**/
.talbe_tb td{height:39px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #e5e5e5;color: #666666;text-align: center;line-height: 39px;}/**???????????**/
/***图集文章页****/
.rg-gallery{ background:#7f7f7f;}
.rg-image-wrapper{
	position:relative;
	/* padding:20px 0px; */
	/* min-height:300px; */
	background:#7f7f7f;
	width:800px;
	margin:0 auto;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
	text-indent: 0em;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background: url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	z-index:1000;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption-wrapper{position:absolute;bottom:0px;left:0px; width:100%; height:57px;}
.rg-caption-wrapper .titlebg{position:absolute;bottom:0px;left:0px; width:100%; height:57px;background:#000;filter:alpha(opacity=50);opacity:0.5;}
.rg-caption {width:100%; height:57px;
	text-align:center;
	/* margin-top:15px; */
	position:relative;
}
.rg-caption span.num{
	position:absolute;bottom:0px;right:0px; vertical-align:bottom;
	font-size: 14px;
	letter-spacing:2px;
	font-family:"Microsoft yahei";
	line-height: 30px;
	padding:0 15px;
	font-weight:normal!important;
	color:#fff;
	z-index:1000;
	
}
.rg-caption p{
	position:absolute;top:0px;left:0px; 
	font-size:14px;
	letter-spacing:2px;
	font-family: 'Simsun', 'Myriad Pro', Arial, sans-serif;
	line-height:35px;
	padding:0 15px;
	color:#fff;
	z-index:1000;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
#wp_news_w20 img { height:auto; width:100%;height:100px;}
.blk_18{ FONT-SIZE: 12px; OVERFLOW: hidden; ZOOM: 1}
.blk_18 .pcont{FLOAT: left; OVERFLOW: hidden; WIDTH: 415px;}
.blk_18 .ScrCont{WIDTH:100%; ZOOM: 1}
.blk_18 #List1_1{FLOAT: left;margin-left:-2px;}
.blk_18 #List2_1{FLOAT: left}
.blk_18 .LeftBotton{FLOAT: left;WIDTH: 17px;HEIGHT: 38px;background-image: url(../images/zd_03.jpg);background-repeat: no-repeat;margin-top: 25px;}
.blk_18 .RightBotton{FLOAT:left;WIDTH: 16px;HEIGHT: 38px;background-image: url(../images/zd_05.jpg);background-repeat: no-repeat;margin-top: 25px;}
.blk_18 .LeftBotton:hover{FLOAT: left;WIDTH: 17px;HEIGHT: 38px;background-image: url(../images/zd_031.jpg);background-repeat: no-repeat;margin-top: 25px;}
.blk_18 .RightBotton:hover{FLOAT:left;WIDTH: 16px;HEIGHT: 38px;background-image: url(../images/zd_051.jpg);background-repeat: no-repeat;margin-top: 25px;}
.blk_18 .LeftBotton{BACKGROUND-POSITION: 0px 0px; MARGIN-LEFT: 5px;}
.blk_18 .RightBotton{margin-left:3px;margin-right:1px; }
.blk_18 .LeftBotton:hover{}
.blk_18 .RightBotton:hover{}
.blk_18 .pl IMG{DISPLAY: block; CURSOR: pointer;}
.blk_18 .pl{FLOAT: left; margin:10px 10px;WIDTH: 120px;  LINE-HEIGHT: 20px; TEXT-ALIGN: center;}
.xw_bt { margin:0 20px;}
.xww { float:left; width:48%;}
.xww img { width:100%;}
.yxdl { float: right; width:48%}
.yxdl img {width:100%;}

#footer .inner .footer-info .xw a{font-family:"Microsoft yahei"; color: #ddd; line-height: 36px; font-size: 20px; text-align: center;}
#footer .inner .footer-info .xw a:hover{color:#ddd; text-decoration:none}

#footer .inner .footer-info .xw1 a{font-family:"Microsoft yahei"; color: #fefefe; line-height: 36px; font-size: 14px; text-align: center;}
#footer .inner .footer-info .xw1 a:hover{color:#999; text-decoration:none}

.arti_write{color:#828282; line-height:26px; font-size:14px;}
.under{color:#5d5d5d; float:right; clear:both;}
.bdshare-button-style2-16 .bds_weixin { background:url(../images/share.png) no-repeat !important; opacity:0.7;}
.bdshare-button-style2-16 .bds_weixin:hover { opacity:0.5;}