@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

input {
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.con_box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.line_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*border-bottom: 1px solid #e0e0e0;*/
}


/* 顶部导航 */
.nav {
    width: 100%;
    height: 55px;
    background: #156c76;
    z-index: 200;
    position: fixed;
}

#nav {
    width: 1000px;
    height: 55px;
    margin: 0 auto;
}

#nav li {
    float: left;
    display: block;
    background: none;
    position: relative;
    z-index: 20;
    border-left: 1px solid #fff;
}

#nav li:first-child {
    border-left: none;
}

#nav li.bor {
    border-right: 1px solid #8ba6c4;
}

#nav li span.jt {
    font-family: Georgia;
    padding-left: 17px;
}

#nav li a {
    display: block;
    padding: 0;
    font-weight: 700;
    line-height: 55px;
    text-decoration: none;
    color: #fff;
    zoom: 1;
    padding: 0px 60px;
    font-size: 18px;
}

#nav ul {
    position: absolute;
    left: 0px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    width: 150px;
    float: left;
    border-top: 1px solid #eee;
    text-align: left;
    background: #c4d5e8;
    font-size: 14px !important;
}

#nav ul li:hover {
    background: #ccc;
}

#nav ul a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 8px 2px;
    color: #666;
    font-weight: normal;
}

#nav .red a {
    color: #0252a5;
}

/*END*/
/*logo*/
.con_logo {
    width: 100%;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.logo {
    width: 452px;
    height: 79px;
}

.date {
    width: 159px;
    height: 24px;
    margin: 17px 0 0 301px;
}

#Date {
    font-family: Georgia;
    font-size: 14px;
    color: #434343;
}

.sreach_box {
    width: 88px;
    height: auto;
    margin: 16px 0 0 0;
}

.sreach_v1 {
    width: 150px;
    height: 20px;
    border: 1px solid #d3d3d3;
    border-right: none;
}

.username {
    width: 150px;
    height: 20px;
    border: none;
}

.sreach_v2 {
    width: 30px;
    height: 20px;
    border: 1px solid #d3d3d3;
    border-left: none;
    padding: 5px 5px 0px 0px;
}

.slect_box {
    float: right;
}

.slect {
    border: none;
    outline: none;
    width: 88px;
    font-weight: bold;
    cursor: pointer;
}

.sreach {
    margin-top: 6px;
}

.column .item li {
    margin-top: 15px;
}

.column .item {
    margin-top: 10px;
}

.toptitle {
    color: #00b7ee;
}

.dh {
    width: 1000px;
    height: auto;
    margin: auto;
    margin-top: 85px;
}

.dh .on {
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.dh li {
    float: left;
    padding: 0px 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    position: relative;
}

.dh li a {
    color: #000;
}

.dh li:first-child {
    border: none;
    padding-left: 0px;
}

.bh {
    position: absolute;
    left: 0px;
    top: 30px;
    height: 5px;
    background: #156c76;
    width: 85%;
}

.midNAV_R {
    width: 122px;
    height: 27px;
    float: right;
    padding-top: 6px;
}

.midNAV_R {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    line-height: 24px;
}

.midNAV_R a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #0175cf;
    text-decoration: none;
}

/*END*/
/*带右栏二级页css*/
/*20180122 v1.0*/
body {
    font-family: Georgia;
}

a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: #ff9724 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.contant {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.con_top {
    color: #407434;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
}

.con_top a {
    color: #407434;
}

.con_left {
    width: 1000px;
    float: left;
}

/*标题通用*/
.title {
    width: 1000px;
    min-height: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.title h3 {
    padding: 0px 15px 0 0px;
    background: #FFF;
    font-size: 38px;
    position: absolute;
    top: -7px;
    left: 0;
    line-height: 30px;
    color: #156c76;
    font-weight: bold;
}

.title h3 a {
    color: #407434;
}

.title span {
    display: inline-block;
    float: right;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #8aa585;
}

.title span a {
    color: #8aa585;
}

/*左侧*/
.con_left ul {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}

.con_left li {
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 28px;
}

.con_left li i {
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    top: 17px;
    left: 0;
}

.con_left li span {
    display: inline-block;
    color: #b1b1b1;
    margin-left: 20px;
    font-size: 14px;
    display: none;
}

/*xpage list*/
.xpage-more-btn {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}

.xpage-more-btn:hover {
    background: #ddd;
}

.xpage-more-btn:active {
    background: #ccc;
}

hr {
    width: 100%;
    height: 1px;
    border: none;
    background: #eee;
    margin: 10px 0 10px 0;
}

/*图片列表*/
.con_img {
    width: 100%;
}

.xpage-img-list li {
    width: 30%;
    height: auto;
    overflow: hidden;
    margin: 0 1.6% 20px 1.6%;
    float: left;
}

.xpage-img-list li img {
    width: 100%;
    height: 178px;
    margin-bottom: 8px;
}

.xpage-img-list li p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}


.con_right {
    float: right;
    width: 268px;
}

.tp {
    background: #f0f0f0;
    padding: 15px;
}

.tp img {
    margin-top: 15px;
    width: 238px;
    height: 153px;
    position: relative;
}

.tp h2 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
}

.tp h3 {
    padding-bottom: 15px;
    color: #11bae7;
    line-height: 24px;
    font-weight: bold;
    font-size: 30px;
}

.tp h3 a {
    color: #11bae7;
}

.video-play {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 107px;
    left: 8px;
    background-size: 54px 54px;
}

.play {
    position: relative;
}



.con_left li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 6px;
    height: 6px;
    background: #c00406;
}