/**
 * 	清除css默认样式
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

fieldset,
lengend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

a,
a:hover {
    text-decoration: none;
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 16px;
    color: #222222;
    letter-spacing: 1px;
}

h4 {
    color: #8b8b8b;
    letter-spacing: 1.5px;
    line-height: 25px;
    margin-top: 11px;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化 */


/* 重置列表元素 */

ul,
ol {
    list-style: none;
}


/* 重置文本格式元素 */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/* 重置表单元素 */

legend {
    color: #000;
}


/* for ie6 */

fieldset,
img {
    border: none;
}


/* img 搭车：让链接里的 img 无边框 */


/* 注：optgroup 无法扶正 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}


/* 重置表格元素 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 重置 hr */

hr {
    border: none;
    height: 1px;
}

.clearboth,
clearfix {
    clear: both;
}

.mt-7 {
    margin-top: 7px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-36 {
    margin-top: 36px;
}

.w-auto {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    background-color: #f6f6f6;
}

#head {
    width: 100%;
    height: 210px;
    margin: 0 auto;
    /* background-color: #b21b00;*/
    /* background-image: url(../img/en_img_01.jpg) repeat-x;*/
}

#head .header {
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
    background-image: url(../img/header01.png);
}

#head .header .w-auto i.search-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(search.svg);
    position: relative;
    top: 65px;
    left: 572px;
    cursor: pointer;
}

#head .header .w-auto a.logo {
    background-image: url(../img/logo.png);
    display: block;
    width: 590px;
    height: 150px;
    float: left;
}

#head .header .w-auto input {
    float: right;
    width: 184px;
    height: 34px;
    margin-top: 59px;
    border: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#head .header .w-auto .search {
    float: right;
    width: 50px;
    height: 34px;
    margin-top: 59px;
    background-color: #991600;
    border: none;
}

#head .nav ul {
    height: 60px;
}

#head .nav ul li {
    float: left;
    list-style: none;
    /* height: 18px;
    margin-top: 21px;*/
    /*border-left: 1px solid white;*/
   /* padding: 0px 26px;*/
}

#head .nav ul li a {
    display: block;
    color: #333333;
    font-size: 16px;
    /*   height:18px;
    line-height:18px;*/
    padding: 0;
    font-family: "Microsoft Yahei", Arial;
}

#head .nav ul li a span {
    padding: 0;
    margin: 0;
    font-weight: 600;
}

#head .nav ul li a:hover {
    text-decoration: none;
    color: red;
}

#head .nav ul li:last-child {
    padding-right: 0px;
}

#head .nav ul li:first-child {
    border: 0px;
    padding-left: 0px;
}

#content {
    height: auto;
}

.banners {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}


/* #ContentID,
#ContentID li,
#ContentID li a img {
    width: 1200px;
    height: 250px;
} */

.Button {
    width: 42px;
    height: 64px;
    position: absolute;
    top: 98px;
    z-index: 900;
    cursor: pointer;
}

.Button:hover {
    background-color: #999;
}

#RightButtonT {
    left: 20%;
    top: 168px;
}

#RightButton {
    left: 0px;
}

#LeftButtonT {
    right: 20%;
    top: 168px;
}

#LeftButton {
    right: 0px;
}

#RightButton i,
#RightButtonT i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bannerL.png) 10px 10px no-repeat;
}

#LeftButton i,
#LeftButtonT i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bannerR.png) 10px 10px no-repeat;
}

.bannerss {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    width: 430px;
    height: 302px;
    position: relative;
    overflow: hidden;
}

#BContentID,
#BContentID li,
#BContentID li a img {
    padding: 0;
    margin: 0;
    width: 356px;
    height: 255px;
}

#BContentID li a {
    position: relative;
}

#BContentID li a h2 {
    display: block;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 356px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/pic_tit_bg1.png) 0 0 repeat;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: '';
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

#content .newslist {
    width: 100%;
    height: 313px;
}

#content .newslist .inform {
    float: right;
    width: 343px;
    height: 357px;
}

#content .newslist .newslist-header {
    height: 35px;
    border-bottom: 2px solid #b31b00;
}

#content .newslist .newslist-header span {
    display: block;
    float: left;
    color: #b31b00;
    font-size: 19px;
    font-weight: bold;
    padding-left: 18px;
}

#content .newslist .newslist-header span.last {
    float: right;
}

#content .newslist .newslist-header span.last a {
    color: #919191;
    font-size: 14px;
    /*font-weight: bold;*/
    padding-right: 14px;
    padding-top: 6px;
}

#content .newslist .inform .news-content .inform-list {
    list-style-type: none;
}

#content .newslist .inform .news-content .inform-list li {
    width: 342px;
    height: 42px;
    border-bottom: 1px dashed #b6b6b6;
}

#content .newslist .inform .news-content .inform-list li.list_item .pr_fields span {
    float: left;
}

#content .newslist .inform .news-content .inform-list li.list_item .pr_fields span.Article_Index {
    /* margin: 10px 5px 0 0; */
    margin:10px 5px 0 0;
}

#content .newslist .inform .news-content .inform-list li a {
    display: block;
    float: left;
    /* width: 275px; */
    width: 275px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 0px;
    color: #333;
}

#content .newslist .inform .news-content .inform-list li a:hover {
    text-decoration: none;
    color: #b31b00;
}

#content .newslist .inform .news-content .inform-list li span {
    float: right;
    line-height: 36px;
    display: block;
    color: #8b8b8b;
}

#content .newslist .news {
    float: left;
    width: 844px;
    height: 357px;
}

#content .newslist .news .news-content {
    width: 844px;
    height: 302px;
    margin-left: 16px;
}

#content .newslist .news .news-content .news-text {
    float: right;
    width: 385px;
    height: 255px;
}

i.icon {
    display: block;
    float: left;
    width: 20px;
    height: 36px;
    /*border: 1px solid red;*/
    background: url(../img/dot.png) 5px 13px no-repeat;
}

i.icon1 {
    display: block;
    float: left;
    width: 22px;
    height: 39px;
    /*border: 1px solid red;*/
    background: url(../img/dot1.png) 5px 14px no-repeat;
}

i.icon2 {
    display: block;
    float: left;
    width: 22px;
    height: 60px;
    background: url(../img/dot.png) 5px 25px no-repeat;
}

#content .newslist .news .news-content .news-text .news-list {
    list-style-type: none;
}

#content .newslist .news .news-content .news-text .news-list li {
    width: 370px;
    height: 42px;
    border-bottom: 1px dashed #b6b6b6;
}

#content .newslist .news .news-content .news-text .news-list li.list_item .pr_fields span {
    float: left;
}

#content .newslist .news .news-content .news-text .news-list li.list_item .pr_fields span.Article_Index {
    /* margin: 10px 5px 0 0; */
    margin: 10px 5px 0 0;
}

#content .newslist .news .news-content .news-text .news-list li a {
    display: block;
    float: left;
    /* width: 275px; */
    width: 300px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 0px;
    color: #333;
}

#content .newslist .news .news-content .news-text .news-list li a:hover {
    text-decoration: none;
    color: #b31b00;
}

#content .newslist .news .news-content .news-text .news-list li span {
    float: right;
    line-height: 36px;
    display: block;
    color: #8b8b8b;
}

#content .educate {
    width: 590px;
    height: 284px;
    float: left;
}

#content .educate-header {
    height: 40px;
    border-bottom: 2px solid #b31b00;
}

.pannel-switch {
    background-color: #f6f6f6;
    border-bottom: 2px solid #b31b00;
    color: #6b6b6b;
}

.pannel-switch.on {
    background-color: #b31b00;
    color: white;
}

#content .educate-header span {
    width: 120px;
    height: 40px;
    text-align: center;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#content .educate-header span.last {
    width: auto;
    display: inline-block;
    float: right;
}

#content .educate-header span.last a {
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    color: #919191;
    font-size: 14px;
}

#content .educate-r {
    width: 590px;
    height: 284px;
    float: right;
}

#content .educate-list {
    list-style-type: none;
}

#content .educate-list li {
    width: 590px;
    height: 39px;
}

#content .educate-list li.list_item .pr_fields span {
    float: left;
}

#content .educate-list li.list_item .pr_fields span.Article_Index {
    margin: 10px 5px 0 0;
}

#content .educate-list li a {
    display: block;
    float: left;
    width: 495px;
    line-height: 39px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 0px;
    color: #333333;
}

#content .educate-list li a:hover {
    text-decoration: none;
    color: #b31b00;
}

#content .educate-list li span {
    float: right;
    margin-right: 14px;
    line-height: 39px;
    display: block;
    color: #8b8b8b;
}

#content .biology-banner {
    width: 100%;
    height: 90px;
}

#content .biology-banner ul li {
    width: 232px;
    height: 90px;
    text-align: center;
    float: left;
}

#content .biology-banner ul li:hover {
    box-shadow: 0px 0px 10px 5px #777474;
    -webkit-box-shadow: 0px 0px 10px 5px #777474;
    /*兼容低版本的chrome*/
    -moz-box-shadow: 0px 0px 10px 5px #777474;
    /*兼容低版本的firefox*/
}

#content .biology-banner ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 232px;
    height: 90px;
    font-size: 18px;
    line-height: 160%;
    color: white;
    font-weight: 600;
    text-align: center;
}

#content .biology-banner ul li a:hover {
    text-decoration: none;
}

#content .biology-banner ul li.link1 {
    background-image: url(../img/footbanner1.png);
}

#content .biology-banner ul li.link2 {
    margin-left: 10px;
    background-image: url(../img/footbanner2.png);
}

#content .biology-banner ul li.link3 {
    margin-left: 10px;
    background-image: url(../img/footbanner3.png);
}

#content .biology-banner ul li.link4 {
    margin-left: 10px;
    background-image: url(../img/footbanner4.png);
}

#content .biology-banner ul li.link5 {
    margin-left: 10px;
    background-image: url(../img/footbanner5.png);
}

#foot {
    height: 90px;
    width: 100%;
    /*background-color: #092c8a;*/
    text-align: center;
    /* line-height: 90px; */
    color: white;
    font-size: 14px;
    /*background-image: url(../img/header.png);
    background-size: 100%;
    background-position: 0 100%;*/
    background: #b31b00;
    padding: 18px 0;
}

#foot>div {
    /* background: rgb(102, 51, 153,0.35);*/
}

.example2 {
    width: 450px;
    float: left;
}

.example2 ol {
    position: relative;
    width: 140px;
    height: 20px;
    top: -25px;
    left: 260px;
}

.example2 ol li {
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
}

.example2 ol li.seleted {
    background: #1AA4CA;
}


/*新闻视点详情页面样式*/

#content .news-detail {
    min-height: 770px;
    background-color: white;
}

.news-detail-fl {
    width: 290px;
    float: left;
    min-height: 770px;
}

.news-detail-fr {
    width: 890px;
    height: auto;
    border-top: 2px solid #b31b00;
    float: right;
}

.state {
    width: 100%;
    border-bottom: 1px solid #73baf5;
    font-size: 14px;
    overflow: hidden;
}

.tit {
    width: 290px;
    height: 90px;
    text-align: center;
    letter-spacing: 2px;
    background-color: #b31b00;
}

.tit span {
    font-size: 32px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: white;
    line-height: 90px;
}

.topic {
    width: 290px;
}

.topic .topic-tip .wp_listcolumn li {
    height: 45px;
    line-height: 45px;
    margin-top: 3px;
}

.topic .topic-tip .wp_listcolumn i {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 6px;
    background: url(../img/right.png) 0 4px no-repeat;
}

.topic .topic-tip .wp_listcolumn li:first-child {
    margin-top: 5px;
}

.topic .topic-tip .wp_listcolumn li a {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-decoration: none;height: 45px;
    line-height: 45px;
}
.wp_listcolumn .wp_column a{    background-position: 10px 19px;}
.wp_listcolumn .wp_column a .column-name{height: 45px;
    line-height: 45px;    padding: 0px 10px 0px 28px;}
.topic .topic-tip .wp_listcolumn li a:hover {
    color: red;
}

.fast-link {
    width: 290px;
    height: 400px;
}

.fast-link .fast-link-tit {
    width: 290px;
    height: 30px;
    text-align: center;
    border-bottom: 1px solid #b31b00;
    box-shadow: 0 1px 2px #b31b00;
    -webkit-box-shadow: 0 1px 2px #b31b00;
    /*兼容低版本的chrome*/
    -moz-box-shadow: 0 1px 2px #b31b00;
    /*兼容低版本的firefox*/
}

.fast-link .fast-link-tit i {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/fastlink.png) 5px 5px #b31b00 no-repeat;
}

.fast-link .fast-link-tit span {
    display: block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
    color: black;
    /*border-bottom: 1px solid #092c8a;*/
}

.fast-link-img {
    width: 290px;
    height: 190px;
    margin-left: 4px;
}

.fast-link-img li a {
    display: table-cell;
    width: 145px;
    height: 90px;
    font-size: 12px;
    vertical-align: middle;
    color: white;
    line-height: 20px;
    text-decoration: none;
}

.fast-link-img li.flink1 a {
    background: url(../img/fast1.png) no-repeat;
}

.fast-link-img li.flink2 a {
    background: url(../img/fast2.png) no-repeat;
}

.fast-link-img li.flink3 a {
    background: url(../img/fast3.png) no-repeat;
}

.fast-link-img li.flink4 a {
    background: url(../img/fast4.png) no-repeat;
}

.fast-link-img li.flink5 a {
    background: url(../img/fast5.png) no-repeat;
}

#content .news-detail .news-detail-list .wp_article_list {
    height: auto;
    overflow: hidden;
}

#content .news-detail .news-detail-list .wp_article_list li:first-child {
    margin-top: 10px;
}

#content .news-detail .news-detail-list .wp_article_list li {
    width: 98%;
    height: 50px;
    border-bottom: 1px dashed #b6b6b6;
}

#content .news-detail .news-detail-list .wp_article_list li .pr_fields .Article_Index {
    width: 5px;
    float: left;
    background-position: 0 24px;
    margin-right: px;
}

#content .news-detail .news-detail-list .wp_article_list li .Article_PublishDate {
    padding-top: 5px;
    font-size: 12px;
}

#content .news-detail .news-detail-list {
    width: 96%;
    margin: 0 auto;
}

#content .news-detail .news-detail-list .wp_article_list li a {
    display: block;
    float: left;
    width: 600px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*margin-left: 20px;*/
    color: #333333;
    font-size: 15px;
}

#content .news-detail .news-detail-list .wp_article_list li a:hover {
    color: #b31b00;
    text-decoration: none;
}

#content .news-detail .news-detail-list .wp_article_list li span {
    height: 42px;
    float: right;
    line-height: 42px;
    display: block;
    color: #8b8b8b;
    font-size: 15px;
}

#content .news-detail .news-detail-list .wp_paging {
    margin-top: 30px;
    display: block;
    float: right;
    margin-right: 15px;
    height: 50px;
    line-height: 42px;
    color: #999999;
}

#content .news-detail .news-detail-list .wp_paging .page_jump .pageNum {
    margin-top: 0;
    height: 16px;
}

#content .news-detail .news-detail-list .wp_paging .page_jump .pagingJump {
    line-height: 16px;
}


/*内容页详情样式*/

#content-detail {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    background-color: white;
}

.content-header {
    width: 96%;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dashed #777;
}

.content-header h1 {
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 120px;
}

.content-header h1 .Article_Title {
    display: block;
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 120px;
}

.content-header h5 {
    color: #777;
    letter-spacing: 1.5px;
    line-height: 40px;
    font-weight: normal;
    color: #999;
}

.article {
    width: 92%;
    margin: 60px auto;
}

.article .Article_Content {
    padding-bottom: 20px;
}

.article p {
    text-indent: 2em;
    line-height: 40px;
    color: #3e3e3e;
    font-size: 16px;
    font-family: 宋体, "Microsoft YaHei";
}

.article img {
    display: block;
    margin: 20px auto;
}

.banner {
    width: 100%;
    height: 225px;
    background: url(../img/sub_banner.png) 0 0 no-repeat;
}

.content-state {
    width: 96%;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #777474;
    font-size: 14px;
    line-height: 50px;
}

.content-state .Column_Position {
    padding-left: 10px;
}

.content-state .Column_Position a {
    color: #666666;
}

.content-state .Column_Position .possplit {
    margin-top: 2px;
    background-image: url(/_upload/tpl/01/3a/314/template314/images/icon_postion.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 11122px;
    background-position: center;
    width: 20px;
    display: inline-block;
    border: 0px solid red;
    text-decoration: none;
}

#wp_nav_w1 .wp_nav {
    margin: 0px;
    padding: 0px;
    display: block;
}

#wp_nav_w1 .wp_nav * {
    margin: 0px;
    padding: 0px;
}

#wp_nav_w1 .wp_nav::after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

#wp_nav_w1 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    z-index: 1200;
}

#wp_nav_w1 .wp_nav .on {
    z-index: 10;
}

#wp_nav_w1 .wp_nav .nav-item .mark {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

#wp_nav_w1 .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 8px 32px;
}
#wp_nav_w1 .wp_nav .nav-item.on>a{ background: #b21b00;}
#wp_nav_w1 .wp_nav .nav-item.on>a>span{color:#ffffff;}
#wp_nav_w1 .wp_nav .nav-item.on .sub-nav span{color:#333333;}


#wp_nav_w1 .wp_nav .nav-item a.parent {
    color: rgb(255, 255, 255);
}

#wp_nav_w1 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0 10px !important;
    cursor: pointer;height: 45px;
    line-height: 45px !important;
}
#wp_nav_w1 .nav-item.on span{ color:#333;}
wp_nav_w1 .nav-item.on a:hover span{ color:#fff;}
#wp_nav_w1 .wp_nav .sub-nav {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 11200;
    visibility: hidden;
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-top: none;
    opacity: 1;
    background: rgb(255, 255, 255);
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item {
    white-space: nowrap;    padding: 0;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item .mark {
    background: rgb(255, 255, 255);
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-size: 13px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    text-align: left;
    border-top: 1px solid rgb(216, 225, 204);
    min-width: 148px;    height: 45px;
    line-height: 45px;
padding:0 10px;    text-align: center;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent:hover {
    background: rgb(238, 238, 238);
    color: rgb(0, 0, 0);
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent {
    background: rgb(238, 238, 238);
    color: rgb(0, 0, 0);
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a span.item-name {
    padding: 11px 10px;
    line-height: 22px;
}

.wp_nav li a:hover {
    background-color: #b21b00;
    color: #ffffff !important;
}

.wp_nav li,
.wp_nav a，.wp_nav li a span {
    height: 45px !important;
    line-height: 45px;
}

.list_item .fields.pr_fields {
    display: inline-block;
}

#content .educate-list li.list_item .pr_fields span.Article_Index {
    margin:10px 5px 0 0;
}

.list_item .fields.ex_fields {
    display: inline-block;
}

.banner-1,
.banner-1 img {
    width: 100%;
    height: 200px;
}

.news-detail-list table tr .main_shadow,
.news-detail-list table tr td.main_shadow {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #b6b6b6;
}

.news-detail-list table tr td.main_shadow a {
    color: #333;
}

.news-detail-list table tr td.main_shadow a:hover {
    color: #b31b00;
}
.picbase1-content p{display:none;}
.picbase1-content{    max-width: 300px;    left: 0;}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name{line-height: 45px;}
#wp_listcolumn_w2 .wp_subcolumn .wp_column a{ background-position: 16px 19px;}
.educate-list,.news-content.mt-19{position: relative;}
.more a.more-link,.more .more a.more-link{    width: 60px;    height: 30px;    position: absolute;        top: -55px;    right: 3px;}
.more a.more-link span {display:none;}