body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

dl,
dt,
dd,
ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

html,
body {
    width: 100%;
    height: 100%;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

em {
    font-style: normal;
}

.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {
    font-family: "iconfont";
    src: url('/skin/images/2018dsrd_iconfont.eot');
    /* IE9*/
    src: url('/skin/images/2018dsrd_iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/skin/images/2018dsrd_iconfont.woff') format('woff'), /* chrome, firefox */
    url('/skin/images/2018dsrd_iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/skin/images/2018dsrd_iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-font-smoothing: antialiased;
    /*  -webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 1003px;
    margin: 0 auto;
}

/*COMMEND END*/

.header {
    width: 100%;
    background: url(/skin/images/2018dsrd_topbg.png) repeat-x center top;
    position: relative;
    overflow: hidden;
    z-index: 1000;
}

.twinke {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 144px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background: url(/skin/images/2018dsrd_topbg2.png) no-repeat center 0px;
    -webkit-animation: twinke 1.75s steps(1) infinite;
    animation: twinke 1.75s steps(1) infinite;
    
    *display: none;
}

.header_box {
    height: 149px;
    position: relative;
}

.header_box h1 {
    padding-top: 31px;
}

.topPhoto {
    position: absolute;
    top: 0;
    right: -50px;

    width: 610px;
    height: 144px;
    overflow: hidden;
}

.topPhoto .tp_main li {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.topPhoto .tp_mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
}

/*HEADER END*/

.nav {
    width: 100%;
    height: 129px;
    background: url(/skin/images/2018dsrd_navbg.gif) no-repeat center top;
    position: relative;
    z-index: 500;
    margin-top: -5px;
}

.nav_box ul {}

.nav_box li {
    float: left;
    display: block;
    border-right: 1px solid #f7f7f7;
    height: 109px;
    margin: 10px 0;
    text-align: center;
    font: bold 18px/24px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.nav_box li a {
    color: #f62622;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 3px;
}

.nav_box li a:hover {
    color: #ea1f1d;
}

.nav_box li.menu_a {
    width: 109px;
}

.nav_box li.menu_a a {
    margin-top: 32px;
}

.nav_box li.menu_b {
    width: 109px;
}

.nav_box li.menu_c {
    width: 109px;
}

.nav_box li.menu_d {
    width: 158px;
}

.nav_box li.menu_e {
    width: 109px;
}

.nav_box li.menu_f {
    width: 184px;
}

.nav_box li.menu_g {
    width: 109px;
}

.nav_box li.menu_h {
    width: 109px;
    border-right: 0;
}

.nav_box li.menu_a a {}

.nav_box li .sec_menu {
    padding: 0 15px;
    margin-top: 4px;
    text-align: center;
}

.nav_box li .sec_menu a {
    color: #555;
    font: 13px/20px \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nav_box li .sec_menu a:hover {
    color: #333;
}

/*MAIN_NAV END*/

.tip {
    width: 100%;
    margin-top: 10px;
}

.tip .date {
    color: #ea8859;
    float: left;
    font: normal 14px/33px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.tip .date i {
    font: normal 22px/33px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: -3px;
    margin-right: 2px;
}

.tip .search {
    float: right;
    position: relative;
    width: 330px;
}

.tip .search form {
    float: left;
    width: 232px;
    position: relative;
}

.search .input_search {
    background: #FFF;
    border: 1px solid #ea8a5a;
    width: 230px;
    height: 30px;
    text-indent: 6px;
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    display: block;
    padding: 0;
    border-radius: 3px;
}

.search .input_search:hover,
.search .input_search:focus {
    border-color: #ba7b16;
}

.search .button_search {
    position: absolute;
    background: #e13f26;
    border: 0;
    width: 37px;
    height: 30px;
    line-height: 30px;
    display: block;
    right: 1px;
    top: 1px;
    *top: 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
}

.search .button_search i {
    color: #FFF;
    font: normal 22px/30px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.search .button_search:hover {
    background: #e9472e;
}

.tip .search .search_more {
    float: right;
}

.tip .search .search_more:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

/*TIP END*/

.content {
    clear: both;
    padding-top: 20px;
}

.col_left {
    float: left;
    width: 713px;
}

.focus_img {
    width: 323px;
    height: 242px;
}

.focus_img #YSlide {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.focus_img .YSample {
    background: #FFF;
    width: 100%;
    height: 100%;
}

.focus_img .YSample a {
    display: block;
    width: 100%;
    height: 100%;
}

.focus_img .YSample img {
    width: 100%;
    height: 100%;
}

.focus_img .YSample strong {
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;

    filter: alpha(opacity=60);
    opacity: 0.6;
}

.focus_img .YSample span {
    display: block;
    padding: 0 10px;
    width: 467px;
    height: 40px;
    overflow: hidden;
    font: normal 16px/40px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    position: absolute;
    left: 0;
    bottom: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus_img .YSample span a {
    color: #F9F9F9;
    text-decoration: none;
}

.focus_img .YSample span a i {
    color: #F9F9F9;
    font: normal 24px/40px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: middle;
}

.focus_img .YSample span a:hover {
    color: #FFF;
}

.focus_img #YSIndex {
    position: absolute;
    z-index: 6;
    top: 10px;
    right: 6px;
    display: inline-block;
    *display: inline;
    font: 0/0 a;
}

#YSIndex a:link,
#YSIndex a:visited,
#YSIndex a:hover {
    display: inline-block;
    background-color: #FFF;
    color: #FFF;
    margin-right: 3px;
    font: 0/0 a;
    width: 6px;
    height: 6px;
    border-radius: 3px;

    *display: block;
    *float: left;
}

#YSIndex a:hover,
#YSIndex a.current:link,
#YSIndex a.current:visited,
#YSIndex a.current:hover {
    width: 12px;
    background-color: #CCC;
}

/*FOCUS END*/

.news {}

.news .tag {
    border-bottom: 1px solid #ebebeb;
    font: 0/0 a;
}

.news ul {
    padding-top: 8px;
}

.news li {
    height: 27px;
    background: url(/skin/images/2018dsrd_point.gif) no-repeat left center;
    padding-left: 14px;
    vertical-align: top;
}

.news li:hover {
    background-color: #F9F9F9;
}

.news li a {
    display: block;
    width: 320px;
    font: 14px/27px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    text-decoration: none;
    color: #333;
    float: left;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news li a i {
    color: #479be5;
}

.news li span {
    float: right;
    font: 13px/27px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #727272;
}

.news .tag h2 {
    border-bottom: 2px solid #f72a2b;
    font: 18px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 7px;
    margin-bottom: -2px;
    color: #f72a2b;

    *float: left;
}

.news .tag h2 i {
    font: 20px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: middle;
}

.news .tag span {
    float: right;
    font: 13px/18px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding-top: 5px;
}

.news .tag span a {
    color: #727272;
    text-decoration: none;
}

.news .more a:hover,
.news .tag span a:hover {
    color: #336;

}

.news li a em {
    font-weight: normal;
    text-decoration: none;
    color: #727272;
}

.news.news01 .tag {
    padding-bottom: 3px;
}

.news01 .tag h2 i {
    font: bold 24px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: -3px;
}

.tab_content ul {
    display: none;
    position: relative;
}

.tab_content li.more {
    position: absolute;
    right: 0;
    top: -26px;
    background: none;
}

.tab_content li.more a {
    display: inline;
    width: auto;
    font: 13px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    text-decoration: none;
    color: #727272;
    float: none;
}

/*NEWS COMMEND*/

.focusNews {
    width: 375px;
    padding-top: 0;
}

.focusNews .tag h2 i {
    font: 20px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: middle;
}

.focusNews .hot {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 6px;
}

.focusNews .hot h1 {
    display: block;
    padding-top: 8px;
    font: bold 16px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #ba7b16;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.focusNews .hot h1 a {
    text-decoration: none;
    color: #333;
    font: bold 16px/18px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.focusNews .hot p {
    font: 12px/18px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #727272;
    padding-top: 4px;
    height: 36px;
    overflow: hidden;
}

.focusNews .hot p a {
    text-decoration: none;
    color: #ba7b16;
}

.focusNews ul {
    padding-top: 0;
}

/*FOCUSNEWS END*/

.col_right {
    width: 275px;
    float: right;
}

.director {}

.director .tag {
    background: #F1F1F1;
    padding-left: 10px;
    padding-top: 6px;
    padding-right: 10px;
}

.director_in {
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 10px;
}

.director_in .dtr_photo {
    border: 1px solid #DDD;
    padding: 3px;
    width: 91px;
    height: 122px;
}

.director_in .dtr_msg {
    width: 154px;
}

.director_in .dtr_msg h3 {
    background: #f13029;
    width: 140px;
    height: 40px;
    text-align: center;
    font: bold 24px/40px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.director_in .dtr_msg h3 a {
    color: #FFF;
    text-decoration: none;
}

.director_in .dtr_msg p {
    font: 15px/22px "宋体";
    color: #666;

    margin-top: 16px;
    margin-left: 27px;
}

.director_in .dtr_msg span {
    display: block;
    text-align: right;
    margin-top: 13px;
}

.director_in .dtr_msg span a {
    text-decoration: none;
    color: #666;
    font: 13px/16px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.director_in .dtr_msg span a:hover {
    color: #333;
}

/*DIRECTOR*/

.col_left2 {
    width: 240px;
}

.news02 {
    margin-top: 10px;
}

.news02 .tag {
    border: 0;
}

.news02 .tag h2 {
    border: 0;
    font-weight: normal;
}

.news02 ul {
    background: #F7F7F7;
    padding: 6px 10px;
    margin-top: 4px;
    *margin-top: 6px;
}

.news02 li {
    background: none;
    padding-left: 0;
}

.news02 li a {
    width: auto;
    float: none;
}

/*NEWS02*/

.ad {
    margin-top: 15px;
}

.ad img {
    width: 240px;
    height: 44px;
}

/*AD*/

.database {
    margin-top: 13px;
}

.database_in {
    background: #f7f7f7;
    padding: 10px;
    margin-top: 3px;
    *margin-top: 6px;
}

.database_in .db_img {
    width: 88px;
    height: 114px;
    padding: 4px;
    background: #FFF;
}

.database_in .db_img img {
    width: 100%;
    height: 100%;
}

.database_in .db_msg {
    width: 114px;
    font: 12px/22px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding-top: 13px;
}

.database_in .db_msg span {
    display: block;
}

.database_in .search2 {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.search2 .input_search {
    background: #FFF;
    border: 1px solid #999;
    width: 112px;
    height: 24px;
    text-indent: 6px;
    color: #707070;
    display: block;
    padding: 0;
    border-radius: 3px;
    font: 12px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.search2 .button_search {
    position: absolute;
    border: 0;
    width: 30px;
    height: 24px;
    line-height: 24px;
    display: block;
    right: 1px;
    top: 1px;
    background: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
}

.search2 .button_search i {
    color: #999;
    font: normal 14px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

/*DATABASE*/

.topic {
    margin-top: 15px;
    border: 1px solid #f1f1f1;
}

.topic .tag {
    padding: 0 10px;
    border: 0;
}

.topic .tag h2 {
    border-top: 2px solid #f72a2b;
    border-bottom: 0;
    font: 18px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 7px;
    padding-top: 8px;
    margin-bottom: 0;
    margin-top: -1px;
    color: #f72a2b;
}

.topic .tag span {
    margin-top: 6px;
}

.topic ul {
    padding: 0 10px 10px 10px;
}

.topic li {
    background: url(/skin/images/2018dsrd_point2.gif) no-repeat left center;
}

.topic li a {
    float: none;
    width: auto;
}

/*TOPIC*/

.data {
    margin-top: 13px;
}

.data .data_in {
    background: #F7F7F7;
    padding: 0 10px 11px;
    margin-top: 3px;
    *margin-top: 6px;
}

.data .data_in a {
    display: block;
    background: #f73939;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    font: 15px/35px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    border-radius: 6px;
}

.data .data_in a:hover {
    background: #ee3131;
}

/*DATA*/

.col_right2 {
    width: 748px;
}

.fast_links {
    font: 0/0 a;
    margin-top: 12px;
}

.fast_links a {
    margin-right: 10px;
}

/*FASTLINKS*/

.speech {
    width: 273px;
    position: relative;
    margin-top: -41px;
}

.speech ul {
    position: relative;
    padding: 0 10px 6px 10px;
    margin-top: -4px;
    *margin-top: -2px;
}

/*SPEECH*/

.news_item {
    clear: left;
}

.news03 {
    width: 366px;
    padding-top: 15px;
}

.news03 .tag {
    background: #F1F1F1;
    padding: 8px 10px 0;
}

.news03 .news03_in {
    border: 1px solid #F1F1F1;
    padding: 0 10px 10px;
}

.news03 li a {
    width: 275px;
}

/*NEWS_ITEM*/

.news03 .tag h2 i {
    font: 24px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: -3px;
}

/*NEWS03 END*/

.links {
    background: #F7F7F7;
    margin-top: 35px;
    padding: 15px 0;
}

.links .container {
    overflow: hidden;
}

.links h2 {
    text-align: center;
    font: 18px/32px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.links h2 i {
    vertical-align: middle;
    font: 30px/32px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.select_links {
    width: 763.5px;
    font: 0/0 a;
    margin: 0 auto;
}

.links select {
    width: 239.5px;
    border: 1px solid #EEE;
    border-radius: 3px;
    margin: 0 7.5px;
    height: 32px;
    margin-top: 15px;
    font: 15px/32px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    text-indent: 10px;

    *float: left;
    *border: 0;
}

.links .imglinks {
    width: 905px;
    margin: 0 auto;
    padding-top: 15px;
}

.links .imglinks li {
    float: left;
    padding: 0 7.5px;
    padding-bottom: 10px;
}

.links .imglinks li img {
    width: 166px;
    height: 57px;
}

/*LINKS END*/

.footer {
    background: #F1F1F1;
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer_in {
    width: 1003px;
    margin: 0 auto;
}

.footer_in li {
    float: left;
}

.footer_in li.f_col01 {
    padding: 4px;
    background: #FFF;
    text-align: center;
}

.footer_in li.f_col01 span {
    text-align: center;
    font: 12px/14px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding-bottom: 2px;
}

.footer_in li.f_col01 img {
    width: 82px;
    height: 82px;
}

.footer_in li.f_col02 {
    padding-left: 10px;
}

.footer_in li.f_col02 span {
    color: #999;
    font: 13px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.footer_in li.f_col02 .count {
    color: #333;
    margin-bottom: 10px;
    margin-top: 8px;
    font: 16px/22px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.footer_in li.f_col02 .count strong {
    color: #e83725;
    font: bold italic 22px/22px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.footer_in li.f_col02 a {
    color: #ddbc5e;
}

.footer_in li.f_col02 a:hover {
    color: #ffcd3f;
}

.footer_in li.f_col03 {
    padding-left: 200px;
    padding-top: 20px;
}

.footer_in li.f_col03 span a img {
    width: 52px;
    height: 64px;
}

.footer_in span {
    text-align: left;
    display: block;
    color: #333;
    font: 13px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

/*INDEX END*/

.sub_content {
    clear: both;
    padding-top: 20px;
}

.sub_content_in {
    
}

.sub_current {
    font: 15px/17px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    background: #e73725;
    padding: 10px 20px;
    border-radius: 18px;
}

.sub_current i {
    display: inline-block;
    font: 19px/17px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    position: relative;
    vertical-align: middle;
}

.sub_current,
.sub_current a {
    color: #FFF;
    text-decoration: none;
}

.sub_current em {
    color: #F1F1F1;
}

.article_current {
    width: 963px;
    padding: 10px 20px;
    margin: 15px auto;
}

.article_current i {
    border: 0;
    padding: 0;
    margin: 0;
}
/*CURRENT END*/

.sub_side_nav {
    width: 230px;
    padding-bottom: 25px;
}

.sub_side_nav h1 {
    background-color: #e73725;
    text-align: center;
    color: #FFF;
    font: bold 24px/70px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.sub_side_nav h2 {
    width: 100%;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding: 0 0 10px 0;
}

.sub_side_nav h2 i {
    font: 22px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    vertical-align: -2px;
}

.sub_side_nav ul li {}

.sub_side_nav li i {
    -webkit-text-size-adjust: none;
    font-size: 10px;
    color: #eee;
}

.sub_side_nav li a {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    color: #666;
    border: 1px solid #F1F1F1;
    border-top: 0;
    text-decoration: none;
    height: 47px;
    font: 16px/47px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.sub_side_nav li a i {
    color: #F1F1F1;
}

.sub_side_nav .active a,
.sub_side_nav li a:hover {
    background-color: #F1F1F1;
}

.sub_side_nav .active a i,
.sub_side_nav li a:hover i {
    color: #FFF;
}
/*SIDE_NAV END*/

.sub_columnList {
    width: 733px;
    min-height: 595px;
    background: #FFF;
    padding-bottom: 25px;
}

.sub_column {
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 2px;
    box-shadow: 0 0 2px #DDD;
    border: 1px solid #F7F7F7;
}

.sub_column .tag {
    border-bottom: 1px solid #ebebeb;
    font: 0/0 a;
}

.sub_column ul {
    padding-top: 8px;
}

.sub_column li {
    height: 30px;
    background: url(/skin/images/2018dsrd_dotBlack.png) no-repeat left center;
    padding-left: 14px;
    vertical-align: top;
}

.sub_column li:hover {
    background-color: #F1F1F1;
}

.sub_column li a {
    display: block;
    width: 600px;
    font: 15px/30px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    text-decoration: none;
    color: #333;
    float: left;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_column li span {
    float: right;
    font: 13px/30px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #727272;
}

.sub_column .tag h2 {
    border-bottom: 0;
    font: bold 18px/24px "Microsoft YaHei";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 7px;
    margin-bottom: -1px;
    color: #333;

    *float: left;
}

.sub_column .tag span {
    float: right;
    font: 13px/18px "Microsoft YaHei";
    padding-top: 7px;
}

.sub_column .tag span a {
    color: #727272;
    text-decoration: none;
}

.sub_column .more a:hover,
.sub_column .tag span a:hover {
    color: #336;

}
/*COLUMN LIST END*/

.sub_newsList {
    width: 733px;
    min-height: 595px;
    _height: 595px;
    background: #FFF;
}

.sub_newsList ul {

}

.sub_newsList li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #dbd4cd;
    padding-left: 80px;
}

.sub_newsList li .time {
    float: left;
    width: 60px;
    margin-left: -80px;
}

.sub_newsList li .day {
    height: 42px;
    border-bottom: 1px solid #fff;
    font: 30px/42px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.sub_newsList li .date {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}


.sub_newsList li .day,
.sub_newsList li .date {
    background-color: #eff0f2;
    display: block;
    text-align: center;
    font-family: Arial;
    color: #666;
}

.sub_newsList li .conts h3 {
    font: bold 16px/28px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #757575;
}

.sub_newsList li .conts h3 a {
    color: #333;
    text-decoration: none;
}

.sub_newsList li .conts p {
    padding-top: 2px;
    font: 14px/22px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #707070;
}

.sub_newsList li .conts p .more {
    color: #b72e22;
}

.sub_introList li {
    padding-left: 0;
}

.sub_introList li .conts h3 a {
    color: #ba7b16;
    font: bold 24px/28px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.sub_introList li .conts p {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 3px;
    margin-top: 4px;
}

/*NEWSLIST END*/

.sub_photoList {
    width: 733px;
    background: #FFF;
    font: 0/0 a;
    overflow: hidden;
}

.sub_photoList ul {
    width:753px;
    overflow: hidden;
}

.sub_photoList li {
    width: 231px;
    padding-right: 20px;
    padding-top: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.sub_photoList li a {
    display: block;
    text-decoration: none;
}

.sub_photoList li a:hover {
    box-shadow: 0 0 4px #ccc;
}

.sub_photoList li img {
    width: 100%;
    height: 150px;
}

.sub_photoList li span {
    cursor: pointer;
    display: block;
    color: #333;
    font: 15px/17px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding: 10px 10px 0;
    background: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_photoList li font {
    cursor: pointer;
    display: block;
    color: #727272;
    font: 10px/36px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding: 0 10px;
    background: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_photoList li font i {
    vertical-align: middle;
}
/*PHOTO LIST END*/

.sub_NPC {
    border: 1px solid #F7F7F7;
    margin-top: 20px;
    border-radius: 2px;
    box-shadow: 0 0 2px #DDD;
}

.sub_NPC .place {
    background: #F7F7F7;
    padding: 10px;
    text-align: center;
}

.sub_NPC .place a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font: 14px/30px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    background: #00a7eb;
    width: 60px;
    height: 30px;
    border-radius: 15px;
    margin: 0 3px;
    
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.sub_NPC .place a:hover, .sub_NPC .place a.active {
    background: #007bda;
}

.sub_NPC ul {
    padding-left: 32px;
    padding-top: 25px;
}

.sub_NPC li {
    width: 90px;
    float: left;
    padding: 0 25px 25px 0;
}

.sub_NPC li a {
    display: block;
    background: #F7F7F7;
    text-align: center;
    text-decoration: none;
}

.sub_NPC li a img {
    width: 100%;
}

.sub_NPC li a span {
    display: block;
    font: 14px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    color: #666;
    cursor: pointer;
}
/*SUB_NPC END*/

.pagination {
    font: 14px/14px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    margin: 20px 0 30px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pagination ul li {
    width: auto;
    display: inline;
    padding: 0;
    border: 0;
}

.pagination ul li.first_child a:before,
.pagination ul li.last_child a:before {
    display: inline-block;
    content: '';
    margin-top: 4px;
}

.pagination ul li.first_child a,
.pagination ul li.first_child span,
.pagination ul li.last_child a,
.pagination ul li.last_child span {
    width: 40px;
    color: #fff;
    background: #c1c1c0;
}

.pagination .first_child a:before {
    width: 10px;
    height: 16px;
    background: url(/skin/images/ZSYLG_pageArrow.png) no-repeat left top;
}

.pagination .last_child a:before {
    width: 10px;
    height: 16px;
    background: url(/skin/images/ZSYLG_pageArrow.png) no-repeat left bottom;
}

.pagination .sr_only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.pagination ul li.first_child A .sr_only,
.pagination ul li.last_child A .sr_only {
    *position: static;
    *width: auto;
    *height: auto;
    *cursor: pointer;
}

.pagination .first_child a:hover,
.pagination .last_child a:hover {
    border-color: #d5d4d4;
    background-color: #d5d4d4;
}

.pagination ul li a,
.pagination ul li span {
    line-height: 26px;
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 7px;
    text-align: center;
    text-decoration: none;
    color: #c1c1c0;
    border: 1px solid #c1c1c0;
    border-radius: 2px;
}

.pagination .active a,
.pagination li a:hover {
    background: #f42724;
    color: #FFF;
    border-color: #f42724;
}

/*PAGINATION END*/

.article_main {
    padding-bottom: 40px;
}

.article_main .container {
    width: 1001px;
    background: #FFF;
    box-shadow: 0 0 4px #ddd;
    border: 1px solid #F1F1F1;
}

.article_intro {
    position: relative;
    border-bottom: 1px solid #CCC;
    color: #636363;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 15px 30px 15px;
    text-align: center;
}

.article_intro h3 {
    font: 28px/34px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    padding: 10px 0;
}

.article_intro p {
    display: block;
    color: #636363;
    font: 14px/26px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.article_intro p i {
    color: #727272;
    margin-left: -26px;
    padding-right: 8px;
    font-size: 18px;
    vertical-align: -2px;
}

.article_intro .article_num {
    position: absolute;
    width: 100%;
    left: 0;
    color: #999;
    font: 12px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    bottom: 6px;
    *bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_intro .article_num span {
    margin-right: 10px;
}

.article_intro .article_num i {
    vertical-align: -2px;
    font-style: normal;
    padding-right: 4px;
    font: 18px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.article_intro .article_num .article_time i {
    font-size: 20px;
}

.article_intro .article_num i img {
    height: 16px;
}

.ia-text {
    padding: 10px 25px;
    font: normal 16px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.ia-text p {
    font: normal 16px/24px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    margin: 10px 0 0;
    color: #333;
}

.ia-text img {
    max-width: 100%;
}

.ia-text video {
    max-width: 100%;
}

.readMore {
    margin-top: 15px;
    background: #f9f9f9;
    padding: 5px;
}

.readMore span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    font-weight: 600;
}

.readMore span a {
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}

.readMore span a:hover {
    color: #333;
}

.article_main2 {
    border: 1px solid #CCC;
    margin-top: 20px;
    padding-bottom: 20px;
}

/*18.9.26*/
.sub_newsList3 .list3 {
    border: 1px solid #F1F1F1;
    margin-top: 20px;
}

.sub_newsList3 .list3 li {
    background: #F7F7F7;
    margin: 10px;
    padding: 10px;
}

.sub_newsList3 .list3 li a {
    text-decoration: none;
    color: #333;
}

.sub_newsList3 .list3 li a:hover {
    text-decoration: underline;
}

@-webkit-keyframes twinke {
    0% {
        background-position: 0 0
    }
    5.00% {
        background-position: 0 -75px
    }
    10.00% {
        background-position: 0 -150px
    }
    15.00% {
        background-position: 0 -225px
    }
    20.00% {
        background-position: 0 -300px
    }
    25.00% {
        background-position: 0 -375px
    }
    30.00% {
        background-position: 0 -450px
    }
    35.00% {
        background-position: 0 -525px
    }
    40.00% {
        background-position: 0 -600px
    }
    45.00% {
        background-position: 0 -675px
    }
    50.00% {
        background-position: 0 -750px
    }
    55.00% {
        background-position: 0 -825px
    }
    60.00% {
        background-position: 0 -900px
    }
    65.00% {
        background-position: 0 -975px
    }
    70.00% {
        background-position: 0 -1050px
    }
    75.00% {
        background-position: 0 -1125px
    }
    80.00% {
        background-position: 0 -1200px
    }
    85.00% {
        background-position: 0 -1275px
    }
    90.00% {
        background-position: 0 -1350px
    }
    95.00% {
        background-position: 0 -1425px
    }
    100.00% {
        background-position: 0 -1500px
    }
}

@keyframes twinke {
    0% {
        background-position: 0 0
    }
    5.00% {
        background-position: 0 -75px
    }
    10.00% {
        background-position: 0 -150px
    }
    15.00% {
        background-position: 0 -225px
    }
    20.00% {
        background-position: 0 -300px
    }
    25.00% {
        background-position: 0 -375px
    }
    30.00% {
        background-position: 0 -450px
    }
    35.00% {
        background-position: 0 -525px
    }
    40.00% {
        background-position: 0 -600px
    }
    45.00% {
        background-position: 0 -675px
    }
    50.00% {
        background-position: 0 -750px
    }
    55.00% {
        background-position: 0 -825px
    }
    60.00% {
        background-position: 0 -900px
    }
    65.00% {
        background-position: 0 -975px
    }
    70.00% {
        background-position: 0 -1050px
    }
    75.00% {
        background-position: 0 -1125px
    }
    80.00% {
        background-position: 0 -1200px
    }
    85.00% {
        background-position: 0 -1275px
    }
    90.00% {
        background-position: 0 -1350px
    }
    95.00% {
        background-position: 0 -1425px
    }
    100.00% {
        background-position: 0 -1500px
    }
}

/*分页数字样式设计:   Pagetype1 Pagetype2 Pagetype3 Pagetype4*/
.Pagetype               { margin:10px 10px; text-align:center;}
.Pagetype .current      { font-size:14px; color:#FF0000;}   /*  当前页样式   */
.Pagetype3              { height:28px;line-height:normal;text-align:center;color:#999;font-size:14px;white-space:nowrap;font-family:Arial}
.Pagetype3 a            {display:inline-block;min-width:18px;_width:18px;height:26px;line-height:26px;text-align:center;margin-left:-1px;vertical-align:top}
.Pagetype3 .s1          {  WIDTH: 54px; TEXT-ALIGN: center}
.Pagetype3 .s2          { border:1px solid #3b5998; FONT-WEIGHT: bold; BACKGROUND: #F42724; COLOR: #fff; TEXT-ALIGN: center}
.Pagetype3 A.s2:visited { COLOR: #fff}
.Pagetype3 A            { BORDER: #ccc 1px solid;  BACKGROUND: #fff; PADDING-RIGHT: 6px; PADDING-LEFT: 6px;PADDING-BOTTOM: 2px; PADDING-TOP: 3px;MARGIN: 5px 4px 0px 0px; COLOR: #3b5998;   TEXT-ALIGN: center;DISPLAY: inline;LINE-HEIGHT:25px;}
.Pagetype3 A:visited    { COLOR: #62b5de}
.Pagetype3 A:hover      { COLOR: #F42724; border:1px solid #3b5998;background-color:#fff;TEXT-DECORATION: none }
.Pagetype3 .s3          { BORDER: #ccc 1px solid;display:inline-block;min-width:18px;_width:18px;height:18px;line-height:18px;PADDING-RIGHT: 6px; PADDING-LEFT: 6px;PADDING-BOTTOM: 2px; PADDING-TOP: 3px;text-align:center;MARGIN: 0px 4px 0px 0px; }
.Pagetype3 .s4          { COLOR:#999}
.Pagetype3 .s4 select   { COLOR:#999}

.Pagetype3 em {
    text-decoration: none;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    margin-left: -3px;
    margin-right: 2px;
    border: 1px solid #e5e5e5;
    background: #F42724;
    display: inline-block;
}
.Pagetype3 .layui-laypage-em
{
 text-decoration: none;
    font-size: 14px;
    height: 0px;
    line-height: 0px;
    width: 0px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    margin-left: 0px;
    border: 0px solid #e5e5e5;
    background: #237DD7;
    display: inline-block; 
}


.table_text {
	font-size:14px;
	height: 23px;
	border: 1px solid #000000;
	margin:0px auto;
    border-collapse:collapse;
	line-height:1;
}
.table_text td{ padding:5px;}
.tdbg{ background-color:#FCFBE9; width:80px; text-align:right;}
.bg2{  width:150px; text-align:left;}
.bg2_1{  width:240px;}
.table_text img{ width:158px; height:198px;}