@charset "utf-8";
/*Technical Support SudyTech*/
*{margin:0; padding:0;box-sizing:border-box;
}
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:text-bottom;}
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; }
a {text-decoration: none; color: #333; transition: all 0.4s ease-in-out;}
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; background-color: #F8F9FA;}
: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; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
}
::-webkit-input-placeholder { color:#ccc;/* WebKit browsers */}
:-moz-placeholder {color:#ccc; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#ccc;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#ccc;/* Internet Explorer 10+ */}
/**布局开始**/
body {line-height: 1;font-size: 16px;font-family: "Microsoft YaHei";color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#D97706; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1560px;margin:0 auto;} /**页面全局宽度**/
/*head开始*/
#header {background-color:#502374;  background-repeat: no-repeat; background-position: 67% 94%; background-size: 25%;}
#header .inner{height: 150px;position:relative;display: flex;align-items: center;justify-content: space-between;}
.header .sitelogo{padding-top: 20px;padding-left:30px;}
.header .sitetitle {display:inline-block;margin-top: 14px; margin-left:25px;font-size:36px;font-weight:500;color:#fff; font-family:思源黑体;letter-spacing: 0.1em} /**站点名称**/
.sitelogo img{height:85px;}
.header .head-left{display:flex;align-items: center;}
.header .head-right{display:flex;align-items: center;margin-top: 0;}
.searchbox{height:29px; display:flex;align-items: center;}
.hr.clearfix {
    margin-top: 20px;
}

/*lang样式*/
.site-lang ul{display:flex; margin-top:10px;}
.site-lang ul li.links{float:left; }
.site-lang ul li.links:first-child{
 border-right:1px solid #eee;
}

.site-lang ul li.links a{line-height: 14px;margin:0px 10px;font-size: 14px;color: #fff; 
}
.site-lang ul li.links a:hover{color:#cad3d4;}
.site-lang{ float: left;}
.post-11 .focus-prev{ background:url(images/zuo.png); left:20px; width:51px;}
.post-11 .focus-next{ background:url(images/you.png); right:20px; width:51px;}
/*默认主导航样式*/
#nav{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto;display: flex;justify-content: space-around;align-items: center;}
.wp-menu .menu-item {display: flex; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:0px; height:20px; vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: flex;padding: 0 10px;line-height: 58px;font-size: 18px; font-weight:bold; position:reletive; }

.wp-menu .menu-item a.menu-link:after{content: "";    display: block;    width: 0%;   height:6px;    position: absolute;    top: 51px;    left: 0;    background: #e35527;    z-index: 66; transition: all 0.2s ease-out;;}
.wp-menu .menu-item a.menu-link:hover:after{width:100%;}

/*.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{background-color:#065CA3; text-decoration: none; color: #fff;}*/


.sub-menu {display: none;position: absolute;left: 0;top: 58px;min-width: 100%;z-index: 100;background:#fff;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;height: 47px;line-height: 47px;padding: 0 17px;font-size: 17px;background:none; text-align:center;}
.sub-menu .sub-item a:after {content: "";    display: block;    width: 0%;   height:3px;    position: absolute;    top: 44px;    left: 0;    background: #e35527;    z-index: 66; transition: all 0.2s ease-out;;}
.sub-menu .sub-item a:hover:after{width:100%;};
/*.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#065CA3; display: block; }*/



.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/*自定义输入框*/
.searchbox{text-align:center;float:none; height:40px; width:215px;}
.wp-search {position: relative; display: flex; align-items: center; justify-content: center; height: 40px;}
.wp-search form {display: flex; border-radius: 20px; padding: 0 10px; height: 40px; align-items: center; border: 1px solid #fff;}
.wp-search .search-input {display: flex; height: 40px; align-items: center;}
.wp-search .search-input input.search-title {width: 150px;height: 30px;line-height: 30px;background: none;color: #fff;font-size: 14px;border:0;outline: 0;    
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    font-family: "Microsoft YaHei";}
.wp-search .search-btn {width:30px;height: 30px;position: relative; display: flex; align-items: center; justify-content: center;}
.wp-search .search-btn input.search-submit {width:30px;height: 30px;border:0;outline: 0;background: url(images/search.svg) no-repeat center;cursor: pointer;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li.i1 {
    margin-left: 0;
}
.shares li{float:left; margin-left: 20px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat; }
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{ background:url(images/wb.png) no-repeat center;}
.shares li.i2 a{background:url(images/wx.png) no-repeat center;}
.shares li.i3 a{background:url(images/dy.png) no-repeat center;}
.shares li.i4 a{background:url(images/pu.png) no-repeat center;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 52px; left:50%;z-index:100; margin-left: -52px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;text-align: center;position:relative;}
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}
.mbanner .focus .focus-pagination {position:absolute;right: 0px;bottom: 3px;margin-right: 0px;z-index:60;width: 100%;
    text-align: center;}
.mbanner .focus .focus-page { display:inline-block; width:18px; height:12px;  margin-right:10px;background:#fff;filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0;}
.mbanner .focus .focus-page-active {width:50px;background: #fff;}
.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left: 30px;
    background: none;
    text-indent: 0;
    font-size: 37px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;}
.mbanner .focus .focus-next { right:30px; background: none;
    text-indent: 0;
    font-size: 37px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;}
/** content布局 **/
.tt{display: flex; height: 65px;justify-content: space-between; align-items: center;padding-left: 20px;  border-left: 5px solid #D97706;margin-right: 13px;}
.tt img{margin-right: 5px;}
.title{color: #502374; font-size: 20px;}
.news_list li.news {line-height: 28px;} 
.news_title{font-size: 18px;}
/** main1 **/
.main1{    position: relative;}
.main1 .news_list{display: flex;justify-content: space-around;}
.main1 .news_box{ display: flex; flex-direction: column; align-items: center;padding: 0 55px;}
.main1 .news:not(:last-child) {border-right: 1px solid #ccc; }
.main1 li{height: 115px;display: flex; align-items: center;}
.main1 .card{height: 115px;box-shadow: 0px 8px 24px rgba(91, 33, 182, 0.1); border-radius: 15px;background-color: #fff;left: 50%; transform: translateX(-50%); top: -40px; position: absolute; width: 1300px; transition: 0.5s; z-index: 0;}

/** main2 **/
.main2{margin-top: 140px;margin-bottom: 20px;}
.main2 .inner{display: flex;justify-content: space-between;}
.main2 .left{width: 1014px;background-color: #fff;}
.main2 .right{width: 470px; border: 1px solid #E4E0F0;background-color: #fff;}
.main2 .left .con{display: flex;justify-content: space-between; height: 350px;}
.main2 .list1{width: 560px; height: 100%;}
.main2 .left .list1 .n1{ position: relative;height: 109%;}
.main2 .left .list1 .n1 .wz{position: absolute; top: 96%;background-color: #502374; width: 100%;padding: 0 20px;height: 65px;line-height: 65px;}
.main2 .left .list1 a{color: #fff;}
.main2 .jj_more a{color: #000 !important;}
.main2 .list2 li{border-bottom: 1px solid #E4E0F0;  width: 380px; height: 82px; }
.main2 .list2 span{    color: #D97706;}
.main2 .list2 .news_time{margin-left: 20px;color: #D97706;}

.main2 .right .news{ display: flex; justify-content: space-evenly; align-items: center;border-bottom: 1px solid #E4E0F0; height: 25%;}
.main2 .right ul{ height: 430px; display: flex;  flex-direction: column; justify-content: space-between;}
.post22 .content{display: flex; align-items: baseline; gap: 8px;}
.post22 .list2{height: 430px; display: flex; flex-direction: column; justify-content: space-between;margin: 0 auto;}

.post23 .sj{ background: #502374; color: #fff; width: 70px; height: 70px; padding: 10px 0;  text-align: center;}
.post23 .news_days{font-weight: 700; font-size: 25px;padding-bottom: 4px; border-bottom: 1px solid;}
.post23 .news_years{ font-size: 15px;}
.post23 .wz{width: 270px;}
.post23 .news_title{font-weight: normal;line-height: 28px;}

/** main3 **/
.main3{padding:50px 0;}
.main3 .inner{display: flex; justify-content: space-between;}
.main3 .tt{  }
.main3 .mbox{background-color: #fff; width: 470px;}
.main3 .news_title{height: 60px;font-size: 18px; line-height: 30px;text-indent: 2em;}
.main3 .news_time{color: #D97706;font-size: 16px;}
.main3 .wz{height: 120px;padding: 10px 20px;}
.post32 .con{}

/** main4 **/
.main4 {background-color: #fff;    padding: 50px 0;}
.post41, .post42{width:720px; height: 560px; border: 1px solid #ccc;display: flex; flex-direction: column;}
.main4 .inner{display: flex; justify-content: space-between;}
.main4 .news{display: flex; justify-content: space-between;flex: 1;align-items: center;border-bottom: 1px solid #ccc;}
.main4 .wz{width: 400px;margin-right: 20px;}
.main4 .news_title a{color:#502374;font-size: 18px;}
.post41 ul{    display: flex;  flex-direction: column;  flex-grow: 1;  justify-content: space-between;}

.post42 .con{ display: flex; flex-wrap: wrap;    gap: 25px; margin: 20px 50px; justify-content: space-between;}
.bkbk, .bkzk{height: 180px;background: #F3F0FB; border-top: 3px solid #502374; display: flex; justify-content: space-evenly;flex-direction: column; padding: 0 13px; font-size: 16px; line-height: 22px; }
.bkbk{ width: 52%; }
.bkzk{ width: 40%; }


.post42 h2{color: #D97706;  font-size: 20px;}
.post42 .content{ display: flex; }
.zy,.xz{height:50px;}
.post42 .first{color: rgba(0, 0, 0, 0.6); }
.post42 .second{ color: #000;}
.first{width: 85px;flex-shrink: 0;}
.bkbk .second{width: 70%;}

.lxwm{ width:620px; height: 200px; background: #502374; margin-top: 25px;color: #fff;    display: flex; flex-wrap: wrap;justify-content: space-between;padding: 20px 60px;}
.lxwm h2{color: #fff; border-bottom: 1px solid #D97706;width: 100%;}
.lxwm .content{ display: flex;flex-direction: column;justify-content: space-evenly;}
.lxwm img{margin-right: 13px;}
.QR{width: 100px; height: 100px;margin-top: 10px;}

/** footer **/
.slogan_footer{position: relative;}
.slogan{background: linear-gradient(90deg, #7633E5 0%, #411C7F 100%); height: 200px;display: flex; flex-direction: column; align-items: center; justify-content: center;color: rgba(255, 255, 255, 0.62);}
.overlay-image { position: absolute; top: 50px; right: 70px; z-index: 10; height: 86%;}
.slogan .line{  width: 100px; height: 3px; background-color: #D97706; }
.slogan .card{    display: flex; width: 800px;margin-bottom: 30px;align-items: center; justify-content: space-between;}
.slogan .tit{    color: #fff; font-family: 'Noto Sans SC'; font-style: normal; font-weight: 500; font-size: 40px;}
.slogan .content{width: 500px;  line-height: 20px;  text-align: center;}

.footer{height: 200px;background-color: #502374;}
.footer .main{display: flex; height: 200px; align-items: center;}
.footer .tit{ color: #fff; font-size: 17px; font-weight: normal;padding-bottom: 13px;width: 200px;border-bottom: 1px solid rgba(146, 108, 108, 0.7);}
.footer .logo{margin-right: 100px;}
.footer .news_con{display: flex; align-items: center;}
.short_line{width: 20px; height: 2px;background-color: #D97706;margin-right: 10px;}

.links a{color: rgba(255, 255, 255, 0.5);font-weight: 500;font-size: 16px;}
.links .con{margin-top: 12px;}

.bottom{display: flex; height: 80px;  background-color: #502374; border-top: 1px solid rgba(255, 255, 255, 0.3); text-align: center;  color: rgba(255, 255, 255, 0.7); justify-content: center; align-items: center; font-size: 15px;line-height: 25px;}


/*更多图片新闻*/
.jjj_more {
    /* display: none; */
    -webkit-line-clamp: 5;
    display:block;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 60px;
    font-size: 20px;
    height: 292px;
    margin:25px 10px;
    color:#fff;
    text-indent: 2em;
}
.jj_more{
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    padding: 20px;
    bottom:0;
    }

.jj_more a{
color:#fff;
}


/** 列表页 **/
.l-banner{ height: 300px; }
.l-banner img{width: 100%; height: 100%; object-fit: fill;}

/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar { bottom: 40px; left: 40px; margin-left: 0px; }
.mbanner .focus .focus-title-bg { background-color: #000; opacity: 0.4; filter: alpha(opacity=60); }
.mbanner .focus .focus-pagination { position: absolute; right: 14px; bottom: 14px; margin-right: 0px; z-index: 60; }
.mbanner .focus .focus-page { display: inline-block; width: 9px; height: 9px; margin-right: 6px; background: #fff; }
.mbanner .focus .focus-page-active { width: 18px; background: #fff; opacity: 1; filter: Alpha(opacity=100); }
.mbanner .focus .focus-navigation { width: 58px; height: 53px; opacity: 0.7; filter: alpha(opacity=70); background: url(images/slide_next.png) no-repeat; text-indent: -999em; }
.mbanner .focus .focus-navigation:hover { opacity: 1; filter: alpha(opacity=100); }
.mbanner .focus .focus-navigation:active { opacity: 1; filter: alpha(opacity=100); }
.mbanner .focus .focus-prev { left: 0px; }
.mbanner .focus .focus-next { right: 0px; background-position: right top }
body { position: relative; }
.layer {
display:none;
    position: absolute;
    height: 300px;
    top: 0px;
    right:175px;
    background: rgb(255, 255, 255);
    z-index: 99;
}
.shutdown { text-align: right; margin-right: 10%; margin-top: 40px; }
.shutdown span { font-size: 30px; color: #fff; text-align: right; cursor: pointer; }
.layer-inner { padding: 20px;}
ul.wp-menu2 li.menu-item { display: inline-block; float: left; position: relative; }
ul.wp-menu2 ul.sub-menu { display: block; background: none;     top: 60px;}
ul.wp-menu2 li.menu-item a.menu-link { display: inline-block; padding: 0 46px; line-height: 42px;font-size: 18px; font-weight: bold;    border-bottom: 1px solid #E0E0E0;}
ul.wp-menu2 ul.sub-menu a.sub-link {  background: none; }
ul.wp-menu2 li.menu-item a.menu-link { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; }
ul.wp-menu2 li.menu-item a.menu-link:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: #EE6425; height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
ul.wp-menu2 li.menu-item:hover a.menu-link.parent:before, ul.wp-menu2 li.menu-item:focus a.menu-link.parent:before, ul.wp-menu2 li.menu-item:active a.menu-link.parent:before, ul.wp-menu2 li.menu-item:hover a.menu-link:before, ul.wp-menu2 li.menu-item:focus a.menu-link:before, ul.wp-menu2 li.menu-item:active a.menu-link:before { right: 0; }
.post.post1.post-11.mbox .news_imgs { padding-top: 60%; background-color: #efefef; position: relative; overflow: hidden; }
.post.post1.post-11.mbox .news_imgs img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; transition: all 0.4s ease-in-out; object-fit:cover; }
.post.post1.post-11.mbox .news_wz { background: #f7f7f7; }
.post.post1.post-11.mbox .news_con { padding: 10px 40px; }
.post.post1.post-11.mbox .news_title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; margin: 5px 0px 10px 0px; text-align: left;font-weight:bolder;}
.col_news_list ul.news_list.list li.news { border-bottom: 1px solid #ddd; padding: 20px 10px; display: flex;  justify-content: space-between;}
ul.news_list.list .news_title { font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
ul.news_list.list .news_meta { background: url(images/calendar_black.svg)  no-repeat;background-size: 1.5%;background-position-y:7px; padding-left: 25px;font-size:15px;}
ul.news_list.list .news_text { font-size: 14px; color: #333; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 60px; }
ul.news_list.list .news_gd a { color: #496fb6; }
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
@font-face {  
    font-family: 'Source Seri Pro'; /* 你可以自定义这个名称 */  
    src: url('images/SourceSerif.ttf');
} 

.l-banner { height: 300px; background-position: center 70%; background-repeat: no-repeat; text-align: center; position:relative; 
    background-size: cover;}
.l-banner img { display: none; height: 100%; vertical-align: top; }
.l-banner:after{
position:absolute;
content:"";
width:100%;
height:80px;
line-height:90px;
font-family: 'Source Seri Pro';  
top:50%;
left:50%;
color:#fff;
font-weight:bold;
font-size:80px;
transform:translate(-50%,-50%)
}

/**主体列表页开始**/
#l-container { }
#l-container .inner { padding: 50px 0px; max-width: 1560px; }
/**主体文章页开始**/
#d-container { }
#d-container .inner { padding: 20px 60px; background: #fff; }
.col_menu { width: 240px; float: left;  position: relative; }
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head { background: #502374; }/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size: 20px; 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 #2867A0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color: #333; font-size: 15px; font-weight: normal; background: none; border-top: 0px solid #fff; border-bottom: 1px solid #F6EAEA; }
.col_list .wp_listcolumn .wp_column a .column-name { 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: #0f429b; background: #eee; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #7633E5; }
.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: #0f429b; }
/*二级子栏目**/
.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 52px; 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: #0f429b; }
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a { background: none; }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; 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: #0f429b; }
/**栏目新闻**/
.col_news { width: calc(100% - 240px - 40px);    float: left;    min-height: 500px;  margin-left:40px;}
.col_news .col_news_box {  }
.col_news_head { }
.col_metas .col_title { display: inline-block; float: left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 { display: inline-block; font-size: 20px; font-family: "Microsoft yahei"; font-weight: normal; color: #0f429b; border-bottom: 3px solid #CBCBCB; }
.col_metas .col_path { display: inline-block; ; white-space: nowrap; height: 46px; line-height: 46px; color: #666; font-size: 14px; } /**当前位置**/
.col_metas .col_path a { color: #496fb6; }
.col_news_con {
/* padding: 5px 0px 10px 0px; margin: 0 7px; 
*/
}
.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: 680px; _width:expression(this.width > 680 ? "680px" : this.width);
} /**列表页文章图片大小限制**/
/**文章页**/
.infobox { width: auto; margin: 0 auto; max-width: 1250px; min-height: 600px; }
body.list div#footer { background: #3d76bd; }
body.list .shares li a { background: url(images/share_icon2.png) no-repeat; }
.article { padding-top: 10px; }
.article h1.arti_title { line-height: 48px; font-family: "Microsoft YaHei"; font-size: 22px; text-align: center; font-weight: bold; } /**文章标题**/
.article h2.arti_title { line-height: 40px; font-family: "Microsoft YaHei"; font-size: 17px; text-align: center; color: #1B1B1B; } /**文章副标题**/
.article .arti_metas { padding: 10px 0px; text-align: center; }
.article .arti_metas span { margin: 0 5px; font-size: 12px;  }/**文章其他属性**/
.article .arti_metas a {
    font-size: 12px;
}p.arti_metas {
    display: flex;
    justify-content: space-between;
}span.possplit {
    background: none;
    text-indent: 0;
    width: 20px;
    text-align: center;
    color: #496fb6;
}ul.wp_paging.clearfix {
    float: none;
    margin-top: 20px;    text-align: center;
}.wp_paging li {
    float: none;
}
.article .entry { margin: 0 auto; overflow: hidden; margin-top: 10px; } /**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 2; font-size: 16px; 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; }


.sudy-tab .tab-menu li {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #8c8c8c;
	margin-right: 25px;
    padding: 0;
    border-radius: inherit;
}
.sudy-tab .tab-menu li a {
    color:#8c8c8c;
}
.sudy-tab .tab-menu li.selected {
    background: none;
}
.sudy-tab .tab-menu li.selected a{
	color:#cd1c0a;
 }
 .post.post1.post-15.mbox span.title{
	
}
 .post.post1.post-16.mbox span.title{
	
}
 .post.post1.post-17.mbox span.title{
	
}
.post.post3.post-17.mbox .con {
    display: none;
}
ul.tab-menu2.clearfix {
    width: 750px;
    margin: 0 auto;
}
ul.tab-menu2.clearfix li {
    float: left;
    font-size: 22px;
    color: #1f1f1f;
    font-weight: bold;
    margin: 0 34px;
	line-height:40px;
	padding-bottom: 6px;
}
ul.tab-menu2.clearfix li a {
    color: #333;
}
ul.tab-menu2.clearfix li.selected {
	color:#cd1c0a;
	
}
ul.tab-menu2.clearfix li.selected a{
	color:#cd1c0a;	
}
ul.tab-list2.clearfix {
    margin-top: 40px;
}
ul#d3 {
    float: left;
    width: 640px;
}
ul#d4 {
    float: right;
    width: 640px;
}
ul#d4 {
    margin: 0 -7px;
}
.post.post1.post-18.mbox li {
    position: relative;
}
ul#d3 .news_imgs {
    height: 450px;
    overflow: hidden;
    vertical-align: middle;
}

ul#d4 li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
}
ul#d4 .news_box.clearfix {
    margin: 0 7px;
}
ul#d4 .news_imgs {
    height: 216px;
    overflow: hidden;
    vertical-align: middle;
}
.post.post1.post-18.mbox li:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}
.post.post1.post-18.mbox #d4 .news_con {
    width: 306px;
}

/**友情链接**/
.botlinks .links-wrap {position: relative;; width: 204px; line-height: 40px;border:1px solid #d0d0d0;margin-bottom: 13px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 40px; line-height: 40px; padding: 0 25px 0 10px; color:#fff; background: url(images/arrow_down.png) no-repeat right 10px center;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {cursor: pointer;background: url(images/arrow_up.png) no-repeat right 10px center;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 40px; width: 100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #D62727; cursor: pointer;}/**链接样式**/

/**快速通道**/
.main11{background:#EBF3F7; padding:35px 0; height:216px;display:block; vertical-align: middle;box-shadow: 0 3px 10px rgba(0,0,0,0.15);}
.topic-list-window .news-list {display: flex; justify-content: space-between; flex-flow: row nowrap; margin: 0 60px;}
.topic-list-window .news-item { box-sizing: border-box; text-align:center;max-width:16.7%;transition: all 0.3s;  }
.topic-list-window .news-img { position: relative; padding-top: 5%;}
.topic-list-window .news-img img {width: 30%; height: 100%; object-fit: cover;  margin: auto; transition: all 0.3s  }
.topic-list-window .news-title {display:block;font-size:16px; color:#000; padding:10px 0;transition: all 0.3s ease-in-out}
.topic-list-window .news-item:hover img{transform:scale(1.2)}
.topic-list-window .news-item:hover .news-title{font-size:18px}



.topic-list-window .slick-arrow {width: 29px; height: 51px; margin-top: -20px; border-radius: 2px;  transition: all 0.4s;}
.topic-list-window .slick-arrow:hover {background: rgb(61, 61, 61);}
.topic-list-window .slick-prev {left: -70px;}
.topic-list-window .slick-next {right: -70px;}
.topic-list-window .slick-prev:after,
.topic-list-window .slick-next:after {content: ''; width: 29px; height: 51px; position: absolute; top: 0px; left: 0px; 
background-image: url(images/left-arrow.svg) ;
background-size: contain;
background-position:center center;
background-repeat:no-repeat;
}
.topic-list-window .slick-next:after {transform: rotateZ(0.5turn);}












