@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
/*css3扩展*/
::-webkit-input-placeholder { color:#999; font-size:14px;}
:-moz-placeholder {color:#999; font-size:14px;}
::-moz-placeholder {color:#999; font-size:14px;}
:-ms-input-placeholder {color:#999; font-size:14px;}
/**布局开始**/
*{ box-sizing:border-box;}
body {background: #fff;line-height:1;font-size: 14px; font-weight:400;font-family: Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#9b0000;}

.hide-text2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}　
.hide-text3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.inner {width: 1310px;margin:0 auto;box-sizing:border-box;} /**页面全局宽度**/
/*head开始*/
#header {background:#9b0000; padding-bottom:7px;}
#header .inner{position:relative;}
#header .mod{ position:relative;}
.header .head-left{float:left;display:inline-block; padding-top:40px;}
.logo{float:left; font-size:0;}
.sitelogo img{display:inline-block; vertical-align:top; width:500px;}
.sitetitle {display:inline-block;vertical-align:top; margin-top:10px;margin-left:25px;font-size:28px; line-height:36px;font-weight:500;color:#fff;} /**站点名称**/
.header .head-right{float:right; padding-top:90px;}
.site-lang{ display:none;}
.site-lang li{margin-right:38px; height:26px; position:relative;}
.site-lang li:last-child{margin-right:0;}
.site-lang li a{ display:block; line-height:26px; padding-left:28px; font-size:16px; color:#fff;}
.site-lang li.student a{background:url(images_new/top_01.png) left center no-repeat;}
.site-lang li.teacher a{background:url(images_new/top_02.png) left center no-repeat;}
.site-lang li.tourists a{background:url(images_new/top_03.png) left center no-repeat;}

/*默认主导航样式*/
#nav{ margin-top:0px;}
#nav .inner{ height:52px;}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto; font-size:0; }
.nav .wp-menu .menu-item {display:inline-block; width:114px;position: relative;}
.nav .wp-menu .menu-item a.menu-link {display:block;text-align:center;line-height:52px;color: #fff;font-size: 18px; font-weight:bold; text-align:center;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item:hover a.menu-link{color:#fff; background:#c5ad7c;}

.nav .wp-menu .menu-item:hover .sub-menu{ display:block;}
.nav .wp-menu .menu-item:hover .sub-menu .sub-menu{ display:none;}
.nav .sub-menu {display: none;position: absolute;left:0;top: 52px;z-index: 100;background:rgba(255,255,255,0.8); width:auto;min-width:100%; padding-top:15px; padding-bottom:5px;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #232323;line-height:33px;padding:0 10px;font-size:16px; text-align:center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{color:#fff;background:#9b0000}
.nav .sub-item  .sub-menu { left: 100%; top:0px; z-index: 200; background:rgba(255,255,255,0.8); display:none;}


/**主体模块样式**/
#m-container { position:relative; z-index:2;}
#m-container .cover{position:absolute; z-index:4;bottom:-58px;left:0;right:0; margin:0 auto; height:129px; width:100%; background:url(images_new/cover.png) center bottom no-repeat; background-size:cover;}
#m-container .line { position:absolute; z-index:3;bottom:30px;left:0;right:0; margin:0 auto; height:168px; width:100%; background:url(images_new/line.png) center top no-repeat;}
#m-container .user_con { position:absolute; z-index:5;bottom:114px;left:0;right:0; margin:0 auto; width:524px;}
#m-container .user_con li{ width:126px;}
#m-container .user_con li a{width:100%; height:140px;border:2px solid #efefef; background-color:#efefef;border-radius:28px;}
#m-container .user_con li a:hover{ border:2px solid #9b0000;background-color:#f0f0f0;  box-shadow: 1px 0 13px rgba(155,0,0,0.8);}
#m-container .user_con li a i{ display:block; width:51px; height:39px;}
#m-container .user_con li a span{display:block; margin-top:6px;line-height:30px; text-align:center; font-size:20px; color:#212121;}
#m-container .user_con li.student i{background:url(images_new/top_04.png) center no-repeat;background-size:cover;}
#m-container .user_con li.teacher i{background:url(images_new/top_05.png) center no-repeat;background-size:cover;}
#m-container .user_con li.tourists i{background:url(images_new/top_06.png) center no-repeat;background-size:cover;}


#m-container .main_content{position:absolute; z-index:2;top:0;bottom:0;left:0;right:0; padding-bottom:100px;}
#m-container .sousuok{width:1100px; background:rgba(0,0,0,0.4); padding:44px 106px; border-radius:6px;}
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images_new/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.sousuok .searchbox{text-align:right;}
.sousuok .wp-search {position: relative; box-sizing:border-box; height:67px; padding-left:32px; background:rgba(255,255,255,0.8);border:2px solid #9b0000; border-radius:6px;}
.wp-search form {display: block;}
.sousuok .wp-search .search-input {margin-right:62px;}
.sousuok .wp-search .search-input input.search-title { box-sizing:border-box;width: 100%;height:63px;padding:0;line-height:63px;background: none;color: #333;font-size: 18px;border:0;outline: 0;}
.sousuok .wp-search .search-btn {width:62px;height: 67px;position: absolute;right:-2px;top:-2px; background:#9b0000;border-radius:6px;}             
.sousuok .wp-search .search-btn input.search-submit {width:62px;height: 67px;border:0;outline: 0;background:url(images_new/search.png) center center no-repeat;cursor: pointer;}
input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;}

/**主页banner开始**/
#banner {}
#banner .inner {width:auto;text-align: center;position:relative;}
/*banner*/
.mbanner{ position:relative; z-index:1;}
.mbanner .focus-navigation {width:80px; height:80px; border-radius:50%; line-height:80px; background:rgba(0,0,0,0.4); position:absolute; top:50%; transform:translateY(-50%); margin-top:0; display: none;}
.mbanner .focus-prev { left:50px;}
.mbanner .focus-next { right:50px;}
.mbanner .focus-pagination{ display:none;}
.mbanner .focus-title-bar {position:absolute;left:auto;margin-left:0;right:0;bottom:0;z-index: 40;width:42%;height:80px; box-sizing:border-box; padding-left:90px;}
.mbanner .focus-title-bar:before{position:absolute; content:'';left:0;top:0; bottom:0;width: 0;height: 0; border-bottom: 80px solid rgba(0,0,0,0.6);border-left: 90px solid transparent;}
.mbanner .focus-title-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.6; filter:alpha(opacity=60);}
.mbanner .focus-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;display:block;height: 80px;line-height: 80px;padding: 0;font-size:24px;position: absolute;left: 90px;right:90px;top: 0;z-index: 50;}
.mbanner .focus-container .focus-item img{object-fit: cover;}



/**侧边旧**/
.aside-tab {width: 28.64%;height: 100%; position: fixed;top: 0; right: -535px; transition: .6s; z-index: 900;}
.aside-tab.op { right: -17px;}
.aside-tab em.menu-switch-arrow.op {transform: rotate(180deg);}
.sudy-tab {height: 100%;}
.return_t { position: fixed;display: none; width: 60px; height: 60px;background: #510000 url(images/return_arr.png) center no-repeat;z-index: 999; right: 10px; border-radius: 5px; top: 270px;cursor: pointer; transition: .4s;}
.sudy-tab .tab-menu {position: absolute; z-index: 3;top: 100px; right: 252px;}
.sudy-tab .tab-menu li {height: 64px;line-height: 64px;width: 200px;font-size: 25px;color: #fff;border-radius: 5px 0 0 5px;cursor: pointer;background: #9b0000;margin-bottom: 6px;box-sizing: border-box;padding: 16px 0 0 84px;transition: .3s;position: relative;right: 0;cursor: pointer;}
.sudy-tab .tab-menu li.selected {background-color:#06C;/* color:#fff; */right: 80px;}
.sudy-tab .tab-menu li { height: 64px; line-height: 64px; width: 200px; font-size: 25px; color: #fff; border-radius: 5px 0 0 5px; cursor: pointer; background: #9b0000; margin-bottom: 6px; box-sizing: border-box; padding: 16px 0 0 84px; transition: .3s;position: relative; right: 0;cursor: pointer;}
.sudy-tab .tab-menu>li .na {line-height: 33px;height: 33px;border-left: 1px solid #fff;padding-left: 16px;}
.sudy-tab .tab-menu li.n1 { background: #9b0000 url(images/p1.png) no-repeat 22px;}
.sudy-tab .tab-menu li.n2 {background: #9b0000 url(images/p2.png) no-repeat 21px;}
.sudy-tab .tab-menu li.n3 { background: #9b0000 url(images/p3.png) no-repeat 23px;}
.sudy-tab .tab-menu li.n4 {background: #9b0000 url(images/p10.png) no-repeat 27px;}
.sudy-tab .tab-menu li.n5 { background: #9b0000 url(images/p11.png) no-repeat 29px;}

ul.tab-list.clearfix {width: 368px;height: 100%;float: right; background: #222;box-sizing: border-box;padding: 120px 65px;position: relative;z-index: 5;overflow: auto;}
.aside-tab .tab-list a { color: #fff;}
ul.tab-list .wp-menu>.menu-item ul { height: 0; /* height: auto; */ overflow: hidden;}
.aside-tab li.menu-item { border-bottom: 1px solid #656565;}
ul.tab-list .wp-menu>.menu-item>a {font-size: 16px; line-height: 49px;}
ul.tab-list .wp-menu>.menu-item em { display: inline-block; width: 14px;height: 14px;background: url(images/arr-b.png) bottom; float: right; right: 0;position: absolute;margin: 18px 0px 0 0;cursor: pointer;transition: .3s;}
ul.tab-list .wp-menu>.menu-item {padding-left: 48px; position: relative;overflow: hidden;}
ul.tab-list .c1 .wp-menu>.menu-item.i1 { background: url(images/p12.png) no-repeat 9px 12px;border-top: 1px solid #656565;}
ul.tab-list .c1 .wp-menu>.menu-item.i2 {background: url(images/p13.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i3 { background: url(images/p14.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i4 {background: url(images/p15.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i5 { background: url(images/p16.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i6 { background: url(images/p17.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i7 {background: url(images/p18.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i8 {background: url(images/p19.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i9 { background: url(images/p20.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i10 { background: url(images/p21.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i11 { background: url(images/p22.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i12{background: url(images/p23.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i13{ background: url(images/p24.png) no-repeat 9px 12px;}
ul.tab-list .c1 .wp-menu>.menu-item.i14{ background: url(images/p25.png) no-repeat 9px 12px;}
ul.tab-list .c2 .wp-menu>.menu-item.i1 {background: url(images/p26.png) no-repeat 9px 12px; border-top: 1px solid #656565;}
ul.tab-list .c2 .wp-menu>.menu-item.i2 { background: url(images/p27.png) no-repeat 9px 12px;}
ul.tab-list .c2 .wp-menu>.menu-item.i3 {background: url(images/p28.png) no-repeat 9px 12px;}
ul.tab-list .c2 .wp-menu>.menu-item.i4 { background: url(images/p23.png) no-repeat 9px 12px;}
ul.tab-list .c2 .wp-menu>.menu-item.i5 {background: url(images/p16.png) no-repeat 9px 12px;}
ul.tab-list .c2 .wp-menu>.menu-item.i6 {background: url(images/p12.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i1 {background: url(images/p23.png) no-repeat 9px 12px;border-top: 1px solid #656565;}
ul.tab-list .c3 .wp-menu>.menu-item.i2 {background: url(images/p13.png) no-repeat 9px 12px;border-top: 1px solid #656565;}
ul.tab-list .c3 .wp-menu>.menu-item.i3 { background: url(images/p14.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i4 { background: url(images/p15.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i5 {background: url(images/p16.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i6 {background: url(images/p17.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i7 { background: url(images/p18.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i8 { background: url(images/p19.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i9 { background: url(images/p20.png) no-repeat 9px 12px;}
ul.tab-list .c3 .wp-menu>.menu-item.i10 { background: url(images/p21.png) no-repeat 9px 12px;}
ul.tab-list .c4 .wp-menu>.menu-item.i1 { background: url(images/p26.png) no-repeat 9px 12px; border-top: 1px solid #656565;}
ul.tab-list .c4 .wp-menu>.menu-item.i2 { background: url(images/p24.png) no-repeat 9px 12px;}
ul.tab-list .c4 .wp-menu>.menu-item.i3 { background: url(images/p19.png) no-repeat 9px 12px;}
ul.tab-list .c4 .wp-menu>.menu-item.i4 { background: url(images/p23.png) no-repeat 9px 12px;}

ul.tab-list .c5 .searchbox {text-align: right;margin-top: 5px;}
ul.tab-list .c5 .wp-search {position: relative;border-bottom: 1px solid #d0d0d0;}
ul.tab-list .c5 .wp-search .search-input {margin-left: 4px; margin-right: 40px;}
ul.tab-list .c5 .wp-search .search-input input.search-title {width: 100%;line-height: 35px;background: none;color: #FFFFFF;font-size: 16px;font-family: "微软雅黑";border: 0;outline: 0;}
ul.tab-list .c5 .wp-search .search-btn {width: 32px;height: 33px;position: absolute;right: 0;top: 0%;}
ul.tab-list .c5 .wp-search .search-btn input.search-submit {width: 32px;height: 33px;border: 0;outline: 0;background: url(images/p11.png) no-repeat;cursor: pointer;}
ul.tab-list .c5 .wp-search .search-input ::-webkit-input-placeholder { color:#fff; font-size:16px;}
ul.tab-list .c5 .wp-search .search-input ::-moz-placeholder {color:#fff; font-size:16px;}
ul.tab-list .c5 .wp-search .search-input ::-moz-placeholder {color:#fff; font-size:16px;}
ul.tab-list .c5 .wp-search .search-input ::-ms-input-placeholder {color:#fff; font-size:16px;}
ul.tab-list .wp-menu>.menu-item>ul>li {
    line-height: 35px;
    border-top: 1px solid #656565;
    padding: 0 0 0 15px;
    font-size: 14px;
}
ul.tab-list .wp-menu>.menu-item ul.op {
    height: auto;
}
/**首页布局**/
.container{ padding-bottom:140px; background:url(images_new/cover2.png) center bottom no-repeat;background-size:100% 140px;}
.mod {}
.mbox {}
.ml{ float:left;}
.mr{ float:right;}
.index_title{ margin-top:78px; position:relative; padding-top:58px;text-align: center;color: #000; margin-bottom:35px;}
.index_title .bt1{ position:absolute; z-index:1;left:0;right:0; text-align:center;top:0;font-size:67px; font-weight:bold; line-height:80px; background-image: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(255,255,255,1) 75%); background-clip:text;-webkit-background-clip:text; color: transparent; text-transform: uppercase;letter-spacing: 0px;}
.index_title .bt2{ position: relative; z-index:2; display:inline-block; height:68px;font-size:36px; color:#333; font-family:"方正小标宋_GBK", "微软雅黑 Light"}
.index_title .bt2:before{ position:absolute;left:0;right:0; margin:0 auto; content:''; bottom:0px; width:56px; height:4px; border-radius:2px; background:#9b0000;}
.post-11{ padding-top:1px;}
.post-11 .news_list li{ margin-top:38px; width:30%; border:1px solid #9b0000; background:#f1f1f1; padding:22px;}
.post-11 .news_list li a{height:51px;padding-left:88px; position:relative;}
.post-11 .news_list li .news_title{line-height:27px; font-size:20px; color:#333; font-weight:600;}
.post-11 .news_list li .news_time { position:absolute;left:0;top:0; width:62px;height:51px; background:url(images_new/date.png) left top no-repeat;}
.post-11 .news_list li a:hover .news_title{color:#9b0000;}
.sudy-pubdate1{ height:51px; font-size:30px; color:#666; font-weight:bold; padding:5px 3px;}
.sudy-pubdate1 .pubdate-day{font-size:24px; color:#bb2e33; vertical-align:top; line-height:28px; text-align:left;}
.sudy-pubdate1 .pubdate-month{font-size:15px;color:#999; vertical-align: bottom; line-height:15px; text-align:right;}
.more-btn{ margin:0 auto; margin-top:52px; display:block; width:160px; border-radius:4px;border:2px solid #9b0000; font-size:18px; font-weight:bold; color:#a70000; line-height:54px; text-align:center;}

.main2 .index_title{ margin-bottom:46px;}
.main2 .index_title .bt2{ height:55px;}
.main2 .ml{width:55%;}
.main2 .mr{width:40%;}
.meeting_l {display: block;box-shadow: 4px 0 40px rgba(51,51,51,0.2); background: #fff;}
.news_img {position: relative;max-width: 100%;}
.meeting_l .news_img .img_con {padding-top: 57%;position: relative;overflow: hidden;background: #f3f3f3;}
.news_img .img_con img {position: absolute;left: 0; right: 0;top: 0; bottom: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover;transform: scale(1, 1);-webkit-transition: 1.5s all ease; -ms-transition: 1.5s all ease;transition: 1.5s all ease;}
.news_img .img_con:hover img{transform: scale(1.1, 1.1);-webkit-transition: 1.5s all ease; -ms-transition: 1.5s all ease;transition: 1.5s all ease;}
.meeting_l .news_meta {width: 80px;height:80px; background-image: -webkit-linear-gradient(bottom,#700000,#a70000);padding: 5px 20px;color: #fff;position: absolute; bottom: -40px;left: 33px;color: #fff !important;}
.news_meta .dd {text-align: center;border-bottom: #fff 3px solid;line-height: 36px;height: 36px;font-size: 30px;}
.news_meta .mm { margin-top:5px;text-align: center;line-height: 26px;height: 26px;font-size: 16px;}
.meeting_l .news_nr {padding: 30px 85px 45px 155px;}
.meeting_l .news_title{color: #9b0000;font-size: 22px;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.meeting_l .news_text {text-indent:2em;font-size: 16px;line-height: 24px; color: #b6b0b0;margin-top: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.post-12{ border-left:4px solid #9b0000;}
.post-12 .news_list li a{ display:block;padding:15px 13px 10px 22px;}
.post-12 .news_list li .news_title{line-height:36px; font-size:20px; color:#333;}
.post-12 .news_list li .news_time { margin-top:14px; padding-left:27px; background:url(images_new/time_01.png) left center no-repeat;line-height:24px; color:#999;font-size:16px;}
.post-12 .news_list li a:hover{ background:#9b0000;}
.post-12 .news_list li a:hover .news_title{ color:#fff;}
.post-12 .news_list li a:hover .news_time{ color:#fff; background:url(images_new/time_02.png) left center no-repeat;}


.main3{ margin-top:50px; padding-top:78px; padding-bottom:80px; background:#9b9da4 url(images_new/data_bg.jpg) center no-repeat;background-size: cover;}
.main3 .index_title{ margin-top:0; position:relative;color: #000; margin-bottom:46px;}
.main3 .index_title .bt1{background-image: linear-gradient(180deg, rgba(250,250,250,0.5) 0%, rgba(255,255,255,0.5) 100%);}
.main3 .index_title .bt2{color:#fff;}
.main3 .index_title .bt2:before{background:#fff;}
.post-22{ padding-top:1px;}
.post-22 .tu_list{ margin-top:24px;position:relative;}
.link_bt{ text-align:center;line-height:36px; margin-top:24px; color:#fff; font-size:24px; font-weight:600; }
.link_cricle{margin:0 auto; width:134px;height:134px; border-radius:50%; border:2px solid #fff; box-sizing:border-box; position:relative;}
.link_cricle:before{ position:absolute; z-index:1; content:'';top:50%;left:50%; transform:translate(-50%,-50%);width:0px; height:0px; background:#fff;box-sizing:border-box;border-radius:50%; opacity:0;transition:all 0.4s ease-in-out;}
.link_icon{position:absolute; z-index:2;top:50%;left:50%; transform:translate(-50%,-50%);width:80px;height:80px;background-position:center center; background-repeat:no-repeat;transition:all 0.4s ease-in-out;}
.tu_list:nth-child(1) .link_icon{ background-image:url(images_new/icon_01.png);}
.tu_list:nth-child(2) .link_icon{background-image:url(images_new/icon_02.png);}
.tu_list:nth-child(3) .link_icon{background-image:url(images_new/icon_03.png);}
.tu_list:nth-child(4) .link_icon{background-image:url(images_new/icon_04.png)}
.tu_list:nth-child(5) .link_icon{background-image:url(images_new/icon_05.png)}
.tu_list:nth-child(6) .link_icon{background-image:url(images_new/icon_06.png)}
.tu_list:hover .link_cricle:before{width:108px; height:108px;opacity:1;}
.tu_list:nth-child(1):hover .link_icon{background-image:url(images_new/icon_01c.png);}
.tu_list:nth-child(2):hover .link_icon{background-image:url(images_new/icon_02c.png);}
.tu_list:nth-child(3):hover .link_icon{background-image:url(images_new/icon_03c.png);}
.tu_list:nth-child(4):hover .link_icon{background-image:url(images_new/icon_04c.png);}
.tu_list:nth-child(5):hover .link_icon{background-image:url(images_new/icon_05c.png);}
.tu_list:nth-child(6):hover .link_icon{background-image:url(images_new/icon_06c.png);}
.main3 .more-btn{margin-top:70px;border:2px solid #fff; color:#fff; }

.main4 .index_title{ margin-bottom:70px;}
.main4 .index_title .bt2{ height:55px;}
.main4 .news_list li:nth-child(1),.main4 .news_list li:nth-child(6){ width:50%;}
.main4 .news_list li:nth-child(1) .news_img .img_con,.main4 .news_list li:nth-child(6) .news_img .img_con {padding-top: 50%;position: relative;overflow: hidden;background: #f3f3f3;}
.main4 .news_list li:nth-child(2),.main4 .news_list li:nth-child(3),.main4 .news_list li:nth-child(4),.main4 .news_list li:nth-child(5){ width:25%;}
.main4 .news_list li:nth-child(2) .news_img .img_con,.main4 .news_list li:nth-child(3) .news_img .img_con,.main4 .news_list li:nth-child(4) .news_img .img_con,.main4 .news_list li:nth-child(5) .news_img .img_con {padding-top: 100%;position: relative;overflow: hidden;background: #f3f3f3;}
.main4 .news_list li .news_img{ display:block;}
.main4 .news_img .text_name{ position:absolute; z-index:10; top:0;left:30px; width:125px; height:48px; border-radius:0 0 15px 15px; background-image: -webkit-linear-gradient(bottom,#700000,#a70000); text-align:center; line-height:24px; font-size:20px; color:#fff; padding:0 12px;}


/**页脚开始**/
#footer {background:#323433 url(images_new/foot.png) bottom no-repeat; height:435px;background-size:cover;}
#footer .foot_bottom {padding-top:108px; padding-bottom:60px;position:relative;}
#footer .foot-left{float:left;display:inline-block;}
#footer .foot-right{float:right;display:inline-block; padding-top:10px;}
.footer-ma{ margin-top:30px;}
.footer-ma .saoma{ display:block; width:160px; padding:0 20px; }
.footer-ma .saoma img{display:block; width:100%;}
.footer-category{ display: flex; flex-wrap: wrap; }
.footer-category li { margin-right:50px; }
.footer-category li:last-child { margin-right: 0; }
.footer-category h4 { font-size: 24px; font-weight: bold; line-height: 30px; color: #fff; text-align:center; }
.footer-category .sub li { margin:26px auto; cursor: pointer; font-size: 18px; line-height: 22px; text-align:center;}
.footer-category .sub li a {color: #fff; }
.footer-category .sub li a:hover { color: #fff; }
.copyright{ background:#0c0307; padding:30px;font-size: 14px;color: #fff; text-align:center;}
.copyright p{line-height:32px;}





/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 62px;width: 60px;background:url(images_new/slickarrow2.png) no-repeat;top: 50%;margin-top:-30px;border:0px solid #d4d8d9;border-radius:50%;outline: none;}
.slick-prev {left: -95px;background-position: 0px 0px;}
.slick-prev:hover {background-position: 0px 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next {right: -95px;background-position: right 0px;}
.slick-next:hover { background-position: right 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}


.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images_new/li.gif) no-repeat center; }

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{ height:320px;background-position:center center;background-repeat:no-repeat;text-align:center; overflow:hidden;}
.l-banner img{ display:none;vertical-align:top;height:100%;}



/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;box-sizing: border-box;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 270px;float:left;margin-right:-270px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #9b0000;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #9b0000; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { display:block;color:#333;font-size: 18px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{ display:inline-block;padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#9b0000; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color:#9b0000;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#bb200d;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#9b0000;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#9b0000;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 320px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";color:#9b0000;border-bottom: 3px solid #9b0000;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #9b0000;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;padding:20px 0;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}

/**************************************************************
 * 组件功能
 */

/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images_new/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 80px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;width:350px;height:40px; line-height:40px; background:#fff;border:0; border-radius:20px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 40px; line-height: 40px; padding: 0 50px 0 25px; color:#999; font-size:16px; background: url(images_new/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0;right:0; bottom:40px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #fff; border-radius:6px;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 25px; color: #444;}
.botlinks .links-wrap .link-items a span { display:block;white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #333; background:#f5f5f5; cursor: pointer;}/**链接样式**/



/*二级页面*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images_new/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}

.col_news_list .news_list2 li{ position:relative; padding-right:120px;}
.col_news_list .news_list2 li .news_title{display:block;line-height:50px;color: #333; font-size:16px; }
.col_news_list .news_list2 li .news_meta{ position:absolute; right:0;top:0; height:30px; line-height:50px; font-size:14px;color:#999; }
.col_news_list .news_list2 li:hover .news_title{ color:#014c9f;}

.es_pagingbar_container .es_pagingbar li.active { background: #bb200d; color: #fff; border-color: #bb200d; }
.es_pagingbar_container .es_pagingbar li.active a{  color: #fff;  }
#container-1{ background:url(images_new/banner1.jpg) center center; }


