@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; }
/*备用样式表*/
@font-face {
    font-family: 'zitimain'; /* 重命名字体名 */
    src: url('./ziti.TTF');
    font-weight: normal;
    font-style: normal;
}
.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-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-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", "Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#7f2268; }
/*页面尺寸*/
.wrapper { width:100%; margin:20px auto;  }
.wrapper .inner {width: 1200px;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}

/*head开始*/
#header {border-top:8px solid #7f2268;margin:0;}
#header .inner{display:flex;width: 100%;align-items:center;justify-content:space-around;}
.header .sitelogo{float:left;padding-top:35px;}
.header .sitetitle {display:inline-block;margin-top: 10px; margin-left:25px;font-size:40px;font-weight:bold;color:#7f2268;} /**站点名称**/
.header .head-left{display:flex;align-items:center;margin:10px 0;}
.header .head-right{}
.searchk{width: 190px;
    height: 30px;
    position: absolute;
    top:25px;
    right:0px;
    background-color:white;border-radius:7px;}
.wp_search table{margin:0 auto;}
.wp_search .search {
    background: url("./images/sous.png") no-repeat;
    width:24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
margin-bottom: 5px;
}
#keyword{border: 2px solid #7f2268;
    border-radius: 10px;color:grey;padding-left:8px;height:30px;line-height:30px; font-size:14px;}
/*默认主导航样式*/
#nav{    float: left;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#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}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:0px; height:0px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 18px;line-height: 52px;color: #7f2268;font-size: 18px;}
.wp-menu .menu-item.i1 a.menu-link{padding: 0 18px 0 0px;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{ text-decoration: none; color: #784604;}
.sub-menu {display: none;position: absolute;left: 0;top: 52px;min-width: 100%;z-index: 100;background: #f5f5f5;
    text-align: center;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;height: 50px;line-height: 50px;padding: 0 17px;font-size: 16px;background:none;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#7f2268; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

.main1{}
.main1 .inner{padding: 25px 0 20px 0;}
.main1 .ml{width:718px;display:flex;flex-direction:column;}
.main1 .ml .bottom{display:flex;}
.main1 .mr{color:white;}
.main1 .mr h1{text-align:center;margin-top:40px;font-size:28px;}
.main1 .mr .email{font-family:"zitimain";display:flex;flex-direction:column;align-items: center;padding: 10px 0;}
.main1 .mr .info{display:flex;justify-content: space-evenly;margin-top:50px;}
.main1 .mr .info .wx{display:flex;flex-direction:column;align-items:center;}
.main1 .mr .link .link1{display:flex;flex-direction:column;text-align:center;color:white;}
.main1 .mr .info img{width:86px;height：86px;padding-bottom: 10px;}
.main2{}
.main2 .inner{padding: 15px 0 22px 0;}
.main5{background:#f8f4f7;}
.main5 .inner{padding: 35px 0 20px 0;}
/**标题栏新闻窗口**/
.post { margin-bottom:10px; }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6; margin-bottom: 1px;} /**标题栏**/
.post .tt .tit {font-size: 30px;font-weight:bold;    float: left;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 62px;color: #333;font-family:"Microsoft yahei";text-align: center}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con { padding: 6px 0; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 82px;line-height: 94px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size:18px; cursor:pointer;} 
.post .more_btn a{color:#7f2268;} 
.post .more_btn a:hover{color:#7f2268;} 
/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 2px solid #d2d2d2;}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;margin-right:10px;font-size: 30px;font-weight:bold;color: #333;cursor:pointer;line-height: 82px;}
.post1 .tt .tit .title.selected {color:#0f429b;}
.post1 .more_btn a{color:#7f2268;}
.post1 .more_btn a:hover{color:#7f2268;} 
.post2 {}
.post2 .tt {border-bottom: 2px solid #9b5e8e;}
.post2 .tt .tit {}
.post2 .tt .tit .title {display:inline-block;margin-right:20px;font-size: 30px;font-weight:bold;color: #000;cursor:pointer;line-height: 82px;}
.post2 .more_btn{color:#fff;}
.post2 .more_btn a{color:#fff;}
.post2 .more_btn a:hover{color:#fff;} 
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center;     margin-bottom: 30px;} 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {font-weight:bold;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 48px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;    font-family: "微软雅黑";font-size:14px;color:#777;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;background-size:cover;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;    }
/**主体文章页开始**/
#d-container {}
#d-container .inner {padding:20px 60px;background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #761e51;}/**位置栏目背景**/
.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:#761e51; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #761e51;}
.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:#761e51;}
/*二级子栏目**/
.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:#761e51;} 
/*三级子栏目**/
.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:#761e51;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.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: 20px;font-family:"Microsoft yahei";font-weight: bold;color: #761e51;border-bottom: 3px solid #CBCBCB;}
.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 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;    min-height: 500px; }
.article {padding-top:10px;}
.article h1.arti_title {line-height: 48px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #1B1B1B;} /**文章标题**/
.article h2.arti_title {line-height: 40px;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;margin-top:10px;} /**文章内容**/
.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;}
/**页脚开始**/
#footer {background: #2e2e2e;margin:0;}
#footer .inner {padding:30px 0px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;padding:12px 0px;    margin-right: 30px;}
#footer .inner .foot-left.left2{margin-left: 92px;    margin-top: 10px;}
#footer .inner .foot-right{float:right;margin-top: 30px;}
#footer .inner p{font-size: 14px;line-height: 26px; font-weight:normal;text-align:center;color: #fff;}
#footer .inner p span { margin:0 3px;opacity: 0.7;  filter:Alpha(opacity=70);}
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
.foot-left .news_title {  line-height: 26px;  color: #fff;opacity: 0.7;  filter:Alpha(opacity=70);}
.foot-left .news_title a{ color: #fff;}
.foot-top { color: #fff;border-bottom:1px solid #585858;    margin-bottom: 20px;}
.foot-top .news_title {  line-height: 60px;font-size:14px;opacity: 0.7;  filter:Alpha(opacity=70);    text-align: center;}
.foot-top .news_title a{color:#fff;}
#footer .foot-bottom {text-align:center; color: #fff;opacity: 0.7;  filter:Alpha(opacity=70);    margin-top: 20px;font-size:14px;}
#footer .foot-bottom .copyright{text-align:center; color: #fff;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
/**搜索**/
.search-panel {float: right; position: relative;     margin-top: 8px;}
.search-window {background-color: #fff; overflow: hidden; width: 32px;}
.wp-search {position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 35px;}
.wp-search .search-input input.search-title {width: 100%; height: 32px; line-height: 32px; border: 0; outline: 0; background: none; color: #888; font-size: 14px;border-bottom: 1px solid #ccc;
    font-family: "微软雅黑"; }
.wp-search .search-btn {width: 32px; height: 32px; position: absolute; right: 0; top: 0;}
.wp-search .search-btn input.search-submit {width: 32px; height: 32px; border: 0; outline: 0; background: url(images/sous.png) center no-repeat; cursor: pointer;}
.searchbtn {width: 32px; height: 32px; border: 0; outline: 0; background: url(images/sous.png) center center  no-repeat;  position: absolute; right: 0; top: 0; z-index: 120; cursor: pointer;}
/* 分享二维码 */
.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/share_icon.png') no-repeat; 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: 60px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}

/*列表页*/
/*banner*/
.mbanner .focus .focus-title{font-size:40px;font-weight:bold;}
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #fff;opacity: 0;filter:alpha(opacity=0);}

.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}

/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.post-11 .news_list li.news {border-bottom:1px solid #e5e5e5;}
.post-12 .news_list li.news { text-align: center;color:#fff;}
.post-12 .news_list li.news h1{font-weight: normal;font-size:18px;line-height:60px;}
.post-12 .news_list li.news h2{font-size:26px;background:url('images/tel.png') no-repeat 90px center;font-family: "微软雅黑"; padding-left: 12px;}
.post-12 .con {  padding: 40px 0;}

.post-13 .news_list li.news{ text-align: center;color:#fff;}
.post-13 .news_list li.news .news_imgs{width:86px;height:86px;    margin: 0 auto;}
.post-13 .news_list li.news .news_imgs img{width:86px;height:86px;}
.post-13 .con {  padding: 25px 10px 30px 10px;}
.post-13 .news_list li.news .news_title { font-size: 14px;    width: 100%; margin: 0 auto; line-height: 26px;  margin-top: 12px;}
.post-13 .news_list li.news .news_title a{color:#fff;}

.post-21 .news_list{margin: 0 -1.5%;}
.post-21 .news_list li.news{ color:#000;margin: 0 1.5%;border-bottom:1px solid #9b5e8e;    margin-bottom: 4px;}
.post-21 .news_list li.news a{color:#000;}
.post-21 .news_list li.news span.news_meta{color:#fff;}

.post-51 .news_all{box-shadow: 1px 1px 10px #ccc;}
.post-51 .news_tit {  overflow: hidden; text-overflow: ellipsis;    white-space: nowrap;    background: #fff;text-align:center;box-shadow: 1px 1px 10px #ccc;
 padding: 10px 20px;}
#Lilist { position: relative;}
p.en { color: #d0d0d0; font-size: 22px;}
span.en { color: #d0d0d0; font-size: 22px;line-height: 86px;}
span.en2 { color: #fff; font-size: 22px;line-height: 86px;}
.siteCounter4 {  display: inline-block;}
.siteCounter4 span {  padding: 3px 0px;   margin: 1px; background-color: #2e2e2e; border-radius: 3px;}


.mod4{width:1200px;margin:35px auto;}
.post-41{display:flex;background:#fff;box-shadow:0 0 10px #ccc;align-items: center;}
.post4 .tt{flex-basis:0;background:#7f2268;margin:0;writing-mode: vertical-rl;
text-orientation: mixed;padding: 10px 0;}
.post4 .tt .tit{background:none;line-height: 20px; font-size: 18px;font-weight: normal;}
.post4 .tt .tit .title{color:#fff;}
.post4 .cont1{width:1145px;align-items:center;}
.post4 .con{padding:0 10px;}
.post4 .con table{}
.post4 .con tbody{display:flex;justify-content:space-evenly;}
.post-41 .news_list li.news{}
.post-41 .news_list li.news span.news_title{display:block;text-align:center;font-size:16px;color:#333;width:auto;}
.post-41 .news_list li.news span.news_title:hover{color:#7f2268;}
.post-41 .news_list li.news span.news_title:hover a{transition:none;color:#7f2268;border-bottom:2px solid #7f2268;}

#container-1 .inner{width:100%;}
#container-1 .mod{
    display:flex;
    justify-content:center;
}
#container-1 .mod > .mr{width: 432px;margin-left:50px;}
#container-1 .mod > .post-11{width:600px;}
#container-1 .mod > .post-11 .focus .focus-title-bar{left:0;bottom:0;margin-left:0;}
#container-1 .mod > .post-11{flex-shrink:0;margin-right:20px;}
#container-1 .mod > .post .con{display:flex;}
#container-1 .mod > .post .con .left{display: flex;justify-content: center;}
#container-1 .mod > .post .con .right{margin-top:14px;}
#container-2 .mod > div:first-child{float:left;width:580px;}
#container-2 .mod > div:last-child{float:right;width:580px;}
#container-3 .mod > div:first-child{float:left;width:580px;}
#container-3 .mod > div:last-child{float:right;width:580px;}
#container-4 .mod > div:first-child{width:1200px;}
#container-4 .mod > div:nth-child(2){float:left;width:580px;} 
#container-4 .mod > div:last-child{float:right;width:580px;}

#picLinks{margin:40px 0 60px 0;}
#picLinks .con{display:flex;flex-direction:row;justify-content:center;}
#picLinks .con li{flex-basis:550px;margin:0 20px;}
#picLinks .con li img{border: #7f2268 solid 1px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 1px #7f2268;width:550px;}
.newtu{width:1200px;margin:0 auto;}
.newtu img{width:1200px;}

#footer .inner .right h1{color:white;text-align:center;margin-bottom:10px;font-size:20px;}
#footer .inner{display:flex;flex-direction:row;justify-content:center;}
#footer .inner .left{display: flex;flex-direction: column;justify-content: center;}
#footer .inner .left p:first-child{font-weight:bold;font-size:20px;}
#footer .inner .right{display:flex;flex-direction:column;margin-left:200px;}

#container-1 .news_list li.news span.news_title{float:left;}
#container-1 .news_list li.news{padding-left:0;line-height:34px;}
#container-1 .news_list li.news span.news_title img{vertical-align:middle;}
#container-1 .news_list li.news span.news_meta{float:right;margin-left:2px;color:#9c9c9c;}
#container-1 .news_list li.news .news_time,.news_list li.news .news_time span{color:#666;}
#container-1 .news_list li.news .news_icon{display:inline-block;margin:0 auto;border:0 solid red;}
#container-1 .news_list li.news .news_text{color:#666;line-height:22px;}
#container-1 .news_list li.news .news_bg{position:absolute;right:0;bottom:0;left:0;height:30px;background:#000;opacity:.7;filter:Alpha(opacity=70);}
#container-1 .news_list li.news p{line-height:34px;}
#container-1 .rili .con{padding:5px 0;}
#container-1 .rili .news_list li.news{margin-top:0;}
#container-1 .rili .news_list li.news .news_date{float:left;margin-top:3px;margin-right:-70px;width:60px;height:28px;border-radius:4px;background:#146cc1;vertical-align:middle;text-align:center;font-family:"Microsoft YaHei";line-height:28px;}
#container-1 .rili .news_list li.news .news_date .news_year{display:inline-block;padding:0 4px;color:#fff;font-size:18px;}
#container-1 .rili .news_list li.news .news_date .news_days{display:inline-block;padding:0 6px;height:26px;border:1px solid #146cc1;border-radius:0 4px 4px 0;background:#fff;color:#18267d;vertical-align:top;font-size:14px;}
#container-1 .rili .news_list li.news .news_wz{width:100%;}
#container-1 .rili .news_list li.news .news_wz .news_con{margin-left:70px;}
#container-1 .rili .news_list li.news .news_title{margin-top:0;color:#000;font-size:14px;line-height:34px;}
#container-1 .rili .news_list li.news .news_text{margin-top:0;color:#666;font-size:12px;line-height:20px;}
#container-1 .rili2 .con{padding:5px 0;}
#container-1 .rili2 .news_list li.news{margin-bottom:10px;padding-bottom:16px;}
#container-1 .rili2 .news_list li.news.n1{margin-top:10px;}
#container-1 .rili2 .news_list li.news .news_date{float:left;margin-right:0;width:72px;text-align:center;}
#container-1 .rili2 .news_list li.news .news_date .news_year{background-color:#7f2268;color:#fff;font-size:24px;line-height:41px;transition:all .4s ease-in-out;}
#container-1 .rili2 .news_list li.news .news_date .news_days{margin-top:2px;background-color:#e6e6e6;color:#737373;font-size:12px;font-family:"微软雅黑";line-height:31px;}
#container-1 .rili2 .news_list li.news .news_wz{width:100%;}
#container-1 .rili2 .news_list li.news .news_wz .news_con{margin-left:85px;padding:0 0;}
#container-1 .rili2 .news_list li.news .news_title{margin-top:4px;color:#000;font-size:16px;line-height:32px;}
#container-1 .rili2 .news_list li.news:hover .news_date .news_year{background-color:#7F2200;transition:all .4s ease-in-out;}
#container-1 .rili2 .news_list li.news:hover .news_date .news_days{background-color:#e3e4e6;}
#container-1 .rili2 .news_text a{color:#7a7a7a;font-size:12px;}
#container-1 .news_text .news_list li.news{margin-bottom:10px;}
#container-1 .news_text .news_list li.news .news_title{font-size:15px;line-height:24px;font-weight:bold;}
#container-1 .news_text .news_list li.news .news_text{font-size:13px;line-height:22px;}
#container-1 .news_text .news_list li.news .news_time{font-size:13px;line-height:28px;}


#container-1 .post-13 .news_title a{color: #404040!important;font-size:16px!important;}
#container-1 .post-13 .news_text a{display:-webkit-box;overflow:hidden;color:#7a7a7a;font-#container-1 size:12px;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
#container-1 .post-13 .news_list li.news.clearfix{border-bottom:1px dashed #c7c7c7;}
#container-1 .post-13 .news_text{padding-top:5px;padding-bottom:13px;}
#container-1 .post-13 .news_title1 a{color:#424242;font-size:13px;line-height:34px;padding:0 5px;}
#container-1 .post-13 .news_title1 a:hover{color:#7f2268;}
#container-1 .ml .mml{float:left;}

.focus-title-bar{left:0;margin-left:0;top: 100%;}
.focus-text-box{left:0;top: 286px;width:100%;height: 150px;}
.focus-title-bg{background-color: #f1f1f1;}
.focus-text a{color:black;}
.focus-text-bg{background-color: #f1f1f1;}
.focus-text a:hover {
    color: #7f2268;
    text-decoration: none;
}
.focus-text{text-align: justify;}
.focus-title{color: #7f2268;}
.focus-title a{color: #7f2268;font-weight:bold;}
.focus-title a:hover{color:#784604;}
.mml{margin-top: 11px;}
.mmr{margin-left: 20px;flex:1;}
.con.rili2{padding: 20px 0 0 0;}

/*设备*/
.shebei{width:1200px;margin:50px auto;}
.shebei-title{background: url("../image/sheibei.png") left center no-repeat;padding-left: 15px;font-size: 18px;line-height: 24px;color: #036e84;font-weight: bold;margin: 20px 0 15px;font-family: 'myfont';}
.shebei-list{float:left;margin-top:20px;}
.shebei-list ul li{width: 227px;float: left;margin-right: 13px}
.shebei-list ul li.sheibeili{margin-right: 0}
.shebei-list ul li a{display: block;height: 35px;line-height: 35px;border:1px solid #E0E0E0; font-weight:bold; text-align: center;font-size: 14px;letter-spacing:1px; color:#075C82;border-radius:6px 6px 0px 0px;background:#E7EFF5;}
#rightLinks{float:right;width:300px;margin-right:20px;}
#rightLinks .wp_nav li{background: #f2e8f0;
    border-radius: 4px;margin-top:5px;
padding:5px 0;}
#rightLinks .wp_nav li:hover{background: #7f2268;transition:all 0.4s ease-in-out; }
#rightLinks .wp_nav li:hover a span.item-name{color:white;transition:all 0.4s ease-in-out;}
#wp_nav_w777 .wp_nav .nav-item a span.item-name{font-size:16px;font-weight:bold;}

.gdpics{width:250px;margin:0px 3px;}
.lunbopic{height:180px;}
.imgscroll2_img{padding:0px;}
.lunbobt{border:1px solid #E0E0E0;border-radius:0px 0px 6px 6px;color:#075C82;background:#f2e8f0;letter-spacing:1px;text-align:center;height:35px;line-height:35px;display:block;font-size:14px;font-weight:bold;width:248px;}
.lunbobt span{color:#7f2268;}