@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;
    width: 100%;
}

.wp_articlecontent img {
      vertical-align: top;
       width: auto;
}
      
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: #fff;
    font-size: 14px;
}

:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

/**布局开始**/
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.6s ease-in;
}

a:hover {
    color: #036eb7;
}

* {
    box-sizing: border-box;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
.ml {
    float: left;
}

.mr {
    float: right;
}

.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;
}


/*head开始*/
#header {
    height: 395px;
    background: url(/_upload/tpl/02/85/645/template645/images/head-bgc.png) top center no-repeat;
    position: relative;
    z-index: 1;
}

.head-left {
    padding-top: 109px;
    padding-bottom: 109px;
    box-sizing: border-box;
    width: 344px;
}

#header .sitetitle {
    width: 100%;
}

.logo {
    font-size: 0;
    display: block;
}

.sitelogo img {
    display: inline-block;
    vertical-align: top;
}

.sitetitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}


.container {
    padding: 70px 0px 199px 0px;
    box-sizing: border-box;
    background: url(/_upload/tpl/02/85/645/template645/images/bgc.png) no-repeat center center;
    background-size: cover;
}

.title {
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-bottom: 72px;
}

.bt1 {
    text-align: center;
}


.tt {
    background: url(/_upload/tpl/02/85/645/template645/images/biao.png);
    width: 67px;
    height: 24px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

.title .tt:before,
.title .tt:after {
    position: absolute;
    content: '';
    left: -215px;
    top: 14px;
    width: 215px;
    height: 2px;
    background: #e0e0e0;
}


.title .tt:after {
    right: -215px;
    left: auto;
}

.post-news0 li {
    width: calc(33% - 26px);
    border: 1px solid #036EB7;
    box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    margin-bottom: 48px;
    border-left: 6px solid #036EB7;
    border-right: 6px solid #036EB7;
}

.post-news0 li a {
    display: block;
    padding: 20px;
    line-height: 36px;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;

}

.post-news0 li a:hover {
    color: #fff;
    background: url(/_upload/tpl/02/85/645/template645/images/hover-bg.png);


}

.post-news0 li:hover {
    color: #fff;
    background: url(/_upload/tpl/02/85/645/template645/images/hover-bg.png);
    border-left: none !important;
    border-right: none !important;
    box-shadow: 0px 0px 3px 2px #0130518c;
    border-radius: 2px;

}

.aa::after {
    content: "";
    width: calc(33% - 26px);
}


#footer {
    background: url(/_upload/tpl/02/85/645/template645/images/fot-bgc.png) no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 18px;
}

.sitelogo {
    margin-bottom: 30px;
}

.xian {
    width: 100%;

    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    margin-bottom: 18px;
}

.copyright {
    text-align: center;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;

}


/* 列表页 */

.col_menu {
    width: 100%;
    height: 100%;
    text-align: center;
}

.col_menu_head .tt:before,
.col_menu_head .tt:after {
    position: absolute;
    content: '';
    left: -215px;
    top: 14px;
    width: 215px;
    height: 2px;
    background: #e0e0e0;
}


.col_menu_head .tt:after {
    right: -215px;
    left: auto;
}

.col_menu_head {
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-bottom: 72px;
}

/* .post-news3 {
    margin-top: 50px;
}

.post-news3 ul {
    margin: 0 auto;
    width: 910px;
} */

.post-news3 .n1 {
    margin-bottom: 28px;
    width: calc(50% - 45px);
}

.post-news3 .n1 a {
    height: 105px;
    border: 1px solid #036eb7;
    background: #fff;
    position: relative;
    padding-left: 110px;
    padding-right: 30px;
}

.post-news3 .n1 a:before {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 80px;
    height: 105px;
    background: url(/_upload/tpl/02/85/645/template645/images/list.png);
}

.post-news3 .n1 a:hover {
    /* background: #036eb7; */
    background: #036eb7 url(./images/icon.png) right;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .25);
    transition: all 0.4s ease-in;
}

.post-news3 .n1 a:hover:before {
    background: url(/_upload/tpl/02/85/645/template645/images/list-hover.png);
    transition: all 0.4s ease-in;
}

.post-news3 .n1 a .tubt1 {
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.post-news3 .n1 a .tubt2 {
    line-height: 24px;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.post-news3 .n1 a:hover .tubt1,
.post-news3 .n1 a:hover .tubt2 {
    color: #fff;
    transition: all 0.4s ease-in;
}

/* 文章页 */
/**文章页**/

.infobox {
    padding: 20px 60px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 0 30px;
    margin: 0 auto;
    width: auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 44px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #333;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #999;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}

.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;
}


/**翻页**/

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    text-align: center;
    padding-top: 30px;
}

.wp_paging input {
    font-size: 12px;
    *font-size: 100%;
}

.wp_paging li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: none;
    margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.wp_paging li em {
    font-style: normal;
}

.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
}

.wp_paging li a:hover {
    color: #000;
}

.wp_paging li a span {
    margin: 0;
}

.wp_paging li input {
    font-size: 12px;
    *font-size: 100%;
    width: 24px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 4px;
    text-align: center;
}

.wp_paging li input:focus {
    outline: none;
}


/** 分页栏 **/

.col_news_con .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    text-align: center;
    padding-top: 0px;
}

.col_news_con .pages li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.col_news_con .pages li a {
    font-size: 16px;
}

.col_news_con .pages li a.pgNext {
    color: #036eb7;
}

.col_news_con .pages li a.page-number {
    display: inline-block;
    border: 1px solid #036eb7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #036eb7;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
    border: 1px solid #036eb7;
    background: #036eb7;
    color: #fff;
}

#wp_pager {
    text-align: center;
    padding-top: 20px;
}

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
}

#wp_pager ul.pages li {
    float: left;
    margin: 0 10px;
    line-height: 42px;
    list-style: none;
    color: #333;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

#wp_pager ul.pages li:hover {
    background: none;
    border: 0;
}

#wp_pager ul.pages li a {
    display: inline-block;
    line-height: 42px;
    padding: 0;
    color: #036eb7;
}

#wp_pager ul.pages li a:hover {
    border: 1px solid #036eb7;
    color: #fff;
}

#wp_pager ul.pages li a.pgNext {
    color: #333;
    border: 0;
}

#wp_pager ul.pages li.pgEmpty {
    display: none;
}

#wp_pager ul.pages li a.pgCurrent {
    color: #fff;
    font-weight: 500;
    border: 1px solid #036eb7;
}


#d-container {
    background: #f5f5f5;
}

#d-container .inner {
    padding: 30px 0px 60px;
}
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 270px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 0 30px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 74px;
    line-height: 74px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: bold;
    color: #fff;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 74px;
    line-height: 74px;
    color: #666;
    padding-left: 28px;
    background: url(/_upload/tpl/02/85/645/template645/images/back.png) left center no-repeat;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 0px;
}

.col_news_list .news_list2 li {
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.col_news_list .news_list2 li .news_pic {
    width: 240px;
    height: 134px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.col_news_list .news_list2 li .news_pic .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.col_news_list .news_list2 li .news_pic:hover {
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.col_news_list .news_list2 li .news_pic:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.col_news_list .news_list2 li .news_info {
    width: calc(100% - 280px);
    height: 134px;
    position: relative;
}

.col_news_list .news_list2.list2c li .news_info{width:100%;}
.col_news_list .news_list2 li .news_title {
    margin-top: 5px;
    line-height: 28px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.col_news_list .news_list2 li .news_meta {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

.col_news_list .news_list2 li .news_wz {
    margin-top: 7px;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list2 li .news_more {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 14px;
    background: url(/_upload/tpl/02/85/645/template645/images/more.png) left no-repeat;
    padding-left: 16px;
    height: 14px;
    font-size: 14px;
    color: #1267bb
}

.col_news_list .news_list2 li:hover .news_title {
    color: #1267bb;
}

.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);
}

#header .possplit {
    background-image: url(/_upload/tpl/02/85/645/template645/images/posSplir.gif)!important;

    

}
 .possplit {
    background-image: url(/_upload/tpl/02/85/645/template645/images/posSplit.gif)!important;

    margin-right: 5px;

}


.weizhi {
    position: absolute;
    bottom: 0px;
    width: 70%;
    
    z-index: 2;
    text-align: left;
}

.dangqian {
    font-size: 14px;
    color: #fff !important;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 28px;
    line-height: 68px;
    position: relative;
}

.dangqian a {
    font-size: 16px;
    color: #fff !important;
    text-align: left;
    margin-bottom: 20px;
}

.dangqian::before {
    background: url(/_upload/tpl/02/85/645/template645/images/home.png);
    width: 24px;
    height: 23px;
    content: "";
    left: 0;
    position: absolute;
    top: 20px;


}

/* 留言样式 */
.liuyan a {
   display: block;


}

.liuyan {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 50%;
}
.liuyan a img {
    display: block;
    width: 100%;
    /* box-shadow: 4px 0 20px rgb(51 51 51 / 20%); */
}
