﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0 auto;
    padding: 0;
}


ul,
li {
    list-style: none;
}
u{text-decoration: none;}
img {
    border: none;
    display: inline-block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.8;
}

i {
    font-style: normal;
}

input,
textarea,
select {
    outline: none;
    font-family: Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    list-style: none;
}

em,
i {
    font-style: normal;
}

.clear {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.m-c {
    width: 1200px;
    margin: auto;
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 10px
}


/*-----------------------------------------------------------------------------------------------------------------------*/


/*容器*/

.site_container {
    width: 1200px;
    margin: auto;
}

.index_m {
    background: #fff;
}


/*header开始*/


/*top*/

.top {
    width: 100%;
    height: 50px;
    background: #466C95;
    line-height: 50px;
    font-weight: bold;
    float: left;
}

.top_c {
    width: 1110px;
    margin: auto;
}

.top_c span {
    display: block;
    float: left;
    font-size: 14px;
    color: #fff;
}

.top_c font {
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
}

/*navExt*/

.navExt {
    width: 1110px;
    float: left;
    margin: 0 45px;
    position: relative;
}

.index_lg {
    width: 100%;
    float: left;
    height: 122px;
}

.top_logo {
    width: 483px;
    height: 59px;
    float: left;
    overflow: hidden;
    text-align: left;
    margin-top: 33px;
}

.index_right {
    width: 460px;
    height: 120px;
    float: right;
}

.index_right .index_link {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: right;
}

.index_right .index_link a {
    font-size: 14px;
    color: #466C95;
}

.index_right .index_link a:hover {
    opacity: 0.8;
}

.index_right .index_input {
    width: 308px;
    height: 38px;
    float: right;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.index_right .index_input .input_i {
    width: 236px;
    height: 32px;
    float: left;
    margin-left: 2px;
    padding: 2px;
    margin-top: 1px;
    border: none;
    color: #888888;
}

.index_right .index_input .index_submit {
    width: 65px;
    height: 40px;
    float: right;
    background: #466C95;
    text-align: center;
    margin-top: -1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index_right .index_input .input_image {
    width: 17px;
    height: 15px;
    margin-top: 12px;
    cursor: pointer;
}

.index_right .index_select {
    width: 142px;
    float: left;
}

.index_right .index_select .select_s {
    width: 142px;
    height: 40px;
    float: left;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    color: #888888;
}

.index_right .index_select .select_s option {
    color: #121212;
    font-size: 14px;
}

/*首页内容部分开始*/

.index_c {
    width: 1110px;
    float: left;
    margin: 0 45px;
}

.banner {
    width: 100%;
    height: 384px;
    float: left;
    background: #f00;
    margin-top: 10px;
    background-size: 100%;
}

.banner_t{ width: 100%; float: left; height: 28px; margin-top: 20px; position: relative;}
.banner_t .banTitle{ font-size: 16px; color: #000; line-height: 28px; display: block; float: left; margin-left: 48px;}
.banner_t .banMs{ display: block; float: left; cursor: pointer; margin-left: 20px; border-radius: 5px; width: 112px; height: 28px; text-align: center; line-height: 28px; background: #466C95; color: #fff; font-size: 14px;}
.banner_t .banMs:hover{ opacity: 0.8;}

.banner_t .banMs_right{ display: block; float: left; cursor: pointer; margin-left: 20px; border-radius: 5px; width: 500px; height: 28px; text-align: center; line-height: 28px; background: #466C95; color: #fff; font-size: 14px;}
.banner_t .banMs_right:hover{ opacity: 0.8;}

.banner_left {
    width: 402px;
    height: 276px;
    float: left;
    margin-left: 48px;
    margin-top: 22px;
    background: url("../images/btm_1.png");
}

.banMs_tc{ display: none; width: 300px; min-height: 150px; position: absolute; top: 100%; left: 200px; padding: 8px; z-index: 9; box-shadow: #f1f1f1 0px 0px 2px; background: #fff;}

.switchHd{ width: 100%; float: left; position: relative;}
.switchHd dd{ width: 50%; float: left; height: 36px; text-align: center; line-height: 36px; border-bottom: solid 1px #DDDDDD; cursor: pointer;}
.switchHd dd span{ font-size: 16px; color:#466C95; text-transform: capitalize;}
.switchHd .switchOn{ background: #fff; border-bottom: solid 1px #D60000;}
.switchHd .switchOn span{ color: #D60000;}



.switchBd{ width: 100%; float: left; position: relative;}
.switchBd dd{ display: none; width: 100%; float: left; position: relative;}
.switchBd dd:nth-child(1){ display: block;}
.switctlist{ width: 100%; float: left;}
.switctlist ul{ width: 90%; margin: 5px 5%;}
.switctlist ul li{ width: 100%; float: left; border-bottom: dashed 1px #CCCCCC; line-height: 18px; padding: 5px 0;}
.switctlist ul li a{ font-size: 14px; color: #666;}




.slideindex {
    width: 400px;
    height: 274px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 22px;
    margin-left: 20px;
}

.slideindex .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    display: none;
}

.slideindex .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideindex .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideindex .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideindex .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideindex .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    float: left;
    position: relative;
    height: 274px;
}

.slideindex .bd img {
    width: 100%;
    height: 274px;
    display: block;
}

.slideindex .prev,
.slideindex .next {
    position: absolute;
    left: 3%;
    top: 45%;
    margin-top: -25px;
    display: block;


    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9999;
    color: #fff;
}

.slideindex .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideindex .prev:hover,
.slideindex .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner_ms {
    width: 100%;
    height: 42px; line-height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner_ms span {
    float: left;
    color: #fff;
    line-height: 24px;
    margin: 10px;
    font-size: 14px;
    z-index: 999;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.banner_i {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #466C95;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.indexLogin{ width: 177px; float: right; margin-right: 45px; margin-top: 22px; overflow: hidden; position: relative;}
.indexLogin ul{ width: 100%; float: left;}
.indexLogin ul li{ width: 100%; float: left; height: 52px; text-align: center; line-height: 52px; background: url("../images/dl_1.png") top center no-repeat; margin-bottom: 22px;}
.indexLogin ul li a{ display: block; color: #fff; font-size: 16px; text-transform: capitalize;}


/*主体内容*/

.index_info_c {
    width: 100%;
    float: left;
    margin-top: 18px;
    overflow: hidden;
    padding-bottom: 100px;
}

.index_info_left {
    width: 810px;
    float: left;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    height: 46px;
    line-height: 44px;
    border-bottom: 1px solid #466C95;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}

.slideTxtBox .hd ul li {
    float: left;
    margin-right: 77px;
    cursor: pointer;
    font-size: 20px;
    color: #466C95;
}

.slideTxtBox .hd ul li.on {
    height: 44px;
    color: #D60000;
    border-bottom: 4px solid #D60000;
}

.slideTxtBox .bd ul {
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.slideTxtBox_derived {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.slideTxtBox_derived .slideAll {
    float: left;
}

.slideTxtBox_derived .slideAll span {
    float: left;
}

.slideTxtBox_derived .slideAll i {
    float: left;
    margin-right: 8px;
    font-size: 16px;
    line-height: 22px;
    display: block;
    cursor: pointer;
}

.slideTxtBox_derived .slideAll .selAll {
    background: #D60000;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
}

.slideTxtBox_derived .slideAll .Deselect {
    display: none;
    background: #D60000;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
}

.slideTxtBox_derived .slideAll .selExport {
    background: #D60000;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    background-size: 18px;
}

.slideTxtBox_derived span {
    float: right;
    font-family: Arial;
}

.slideTxtBox_derived em {
    float: left;
    font-size: 20px;
}

.slideTxtBox_derived .iconfont {
    display: block;
    float: left;
    color: #ccc;
    line-height: 22px;
    cursor: pointer;
    font-size: 20px;
    margin-right: 8px;
}

.slideTxtBox_derived .der {
    color: #2f9df4;
}
.slideTxtBox_list{
 width:48%;
 display:inline-block;
 vertical-align:top;
 overflow:hidden;
 padding:15px 0.5%;
 position:relative;
 border-bottom:1px dashed #ccc;
}

.slideTxtBox_list_right {
    float: right;
    width: 368px;
    position: relative;
}

.slideTxtBox_lm {
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 25px;
    line-height: 24px;
    background: #2255B1;
}

.slideTxtBox_lm a {
    color: #fff;
}

.slideTxtBox_list_title {
    width: 100%;
    float: left;
    position: relative;
}

.slideTxtBox_list_title a {
    font-size: 16px;
    line-height: 27px;
    color: #466C95;
    text-transform: capitalize;
}

.sliBox{
 position:absolute;
 left:-22px;
 top:8px;
}

.slideTxtBox_list_author {
    width: 100%;
    float: left;
}

.slideTxtBox_list_author span {
    float: left;
    line-height: 24px;
}

.slideTxtBox_list_author span a {
    font-size: 14px;
    color: #666;
}

.slideTxtBox_list_time {
    width: 100%;
    float: left;
}

.slideTxtBox_list_time i {
    font-size: 14px;
    float: left;
    line-height: 24px;
    color: #666;
}

.slideTxtBox_list_zy {
    width: 100%;
    float: left;
}

.slideTxtBox_list_zy i:nth-child(1) {
    padding-left: 0;
}

.slideTxtBox_list_zy i:last-child {
    border: none;
}

.slideTxtBox_list_zy i {
    float: left;
    font-size: 14px;
    padding: 0 4px;
}

.slideTxtBox_list_zy i a {
    color: #666;
    font-size: 14px;
    margin-right: 4px;
}

.slide {
    font-style: italic;
}

.slide_red {
    color: #f00 !important;
}

.slideTxtBox_count {
    color: #f00;
}

.slideTxtBox_list_zy {
    width: 100%;
    float: left;
}

.slideTxtBox_list_zy b {
    font-size: 14px;
    color: #000;
}

.slideTxtBox_list_zy .font_describe {
    font-size: 14px;
}

.slideTxtBox_list_shuffling {
    float: left;
    position: relative;
    width: 100%;
}

.aa_1,
.aa_2 {
    display: none;
}

.bb_1,
.bb_2 {
    display: none;
}


/* 核心代码 */

.focus_v {
    width: 368px;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.focus {
    width: 368px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.focus ul {
    height: 380px;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 368px;
    height: 160px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.focus ul li img {
    max-width: 450px;
    max-height: 158px;
    margin: 0 auto;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
}

.focus .btn {
    display: none;
    position: absolute;
    width: 780px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 13px;
    height: 13px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focus .btn span.on {
    background: yellow;
}

.focus .preNext {
    position: absolute;
    top: 30%;
    cursor: pointer;
    display: block;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


/*body left*/

.index_info_right {
    width: 278px;
    float: right;
}



/*-------------------------------new_list*/

.new_list {
    padding: 20px;
    height: 1%;
    background: #fcfcfd;
}

.new_list h3 {
    height: 34px;
    line-height: 34px;
    background: #466C95;
    color: #fff;
    margin-bottom: 18px;
}

.new_list h3 span {
    display: block;
    float: left;
    font-size: 16px;
    padding-left: 16px;
}

.new_list h3 em {
    display: block;
    float: right;
    padding-right: 8px;
}

.new_list h3 em a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.new_list h3 em a:hover {
    color: #F90;
}

.left_new li {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.left_newOn1 a{ color: #FD004D !important;}
.left_newOn2 a{color: #FDA57D !important;}

.left_new li em {
    display: block;
    float: left;
    padding-right: 14px;
    color: #525252;
}

.left_new li a {
    display: block;
    float: left;
    width: 70%;
    color: #525252;
}






/* old */



/*body*/



/*-----------------------------index_info_right_nav*/

.index_info_right_nav{ background:#003469; padding:40px 20px 30px; height:1%;}

.index_info_right_nav ul.right_nav li{ width:100%; float:left; height:32px; margin-bottom:14px;}

.index_info_right_nav ul.right_nav li a{ display:block; height:32px; line-height:32px; border:1px solid #fff; text-align:center; color:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; position:relative; z-index:100;/*IE浏览器 圆角*/}

.index_info_right_nav ul.right_nav li a:hover,.index_info_right_nav ul.right_nav li.on a{ background:#ffad0e; color:#fff;}

.index_info_right_nav h3{ height:36px; line-height:36px; color:#fff; clear:both; font-size:14px;}



/*下拉*/

.select_rq{

width: 154px;

    height: 32px;

    padding: 0 10px;

    border: 1px solid #bfbfbf;

    position: relative;

    background: url(/template/003/en/images/xl_1.png) #fff no-repeat 90% scroll;

    cursor: pointer;

    color: #4d3e30;

	-webkit-appearance:none;

	-moz-appearance:none;

	appearance:none; 

	}

.select_rq2{

	padding-left:10px; 

	    border: none;

    display: block;

    width: 100%;

    height: 32px;

    line-height: 34px;

    outline: 0;

    cursor: pointer;

    color: #4d3e30;

	background: url(/template/003/en/images/xl_1.png) #fff no-repeat 90% scroll;

	-webkit-appearance:none;

-moz-appearance:none;

appearance:none; 

	

	}

.select_rq3{

	padding-left:10px; 

	border: none;

    display: block;

    width: 100%;

    height: 32px;

    line-height: 32px;

    outline: 0;

    cursor: pointer;

    color: #4d3e30;

	background: url(/template/003/en/images/xl_1.png) #fff no-repeat 95% scroll;

	-webkit-appearance:none;

-moz-appearance:none;

appearance:none; 

	}





/*btn*/

p.btn_tj{ clear:both; padding-top:8px;}

p.btn_tj input{ display:block; float:left; width:84px; height:30px; line-height:18px; padding-left:28px; background:url(/template/003/en/images/fdj.png)  no-repeat 10px scroll; color:#fff; font-size:14px; border:2px solid #fff; cursor:pointer;}

p.btn_tj input:hover{ background-color:#003469;}



.search .nice-select{ width:auto; background-position:200px center; margin-bottom:6px;}

.search input.search_text{ display:block; width:216px; height:32px; padding:0 10px; border:1px solid #bfbfbf; color:#4d3e30;}





.qkjs{ height:1%; margin-bottom:8px;}

.qkjs .nice-select{ float:left;}

.qkjs .nice-select_r{ float:right; width:78px; background-position:57px center;}



/*-------------------------------new_list*/



/*article list*/

.contentList{ width: 100%; float: left; position: relative;}
.file-left {
    width: 762px;
    padding: 40px 40px 60px 25px;
}
.vip-h1 {
    font-size: 22px;
    color: #333333;
    position: relative;
    display: block;
    text-align: center;
    font-weight: normal;
    padding-bottom: 12px;
    margin-bottom: 32px;
}
.vip-h1 i {
    position: absolute;
    width: 38px;
    height: 1px;
    background: #003469;
    left: 50%;
    margin-left: -19px;
    bottom: 0;
}
.news_search{ width: 100%; float: left; margin: 10px 0;}
.newsText{ width: 200px; height: 30px; float: left; border: solid 1px #ccc; padding: 0 5px;}
.newsSubmit{ float: left; margin-left: 10px; width:80px; height: 32px; border: none; background: #003469; color: #fff; cursor: pointer;
    background: -moz-linear-gradient(#2255B1,#003469);
    background: -ms-linear-gradient(#2255B1,#003469);
    background: -o-linear-gradient(#2255B1,#003469);
    background: -webkit-linear-gradient(#2255B1,#003469);
    background: linear-gradient(#2255B1,#003469);
}
.border-style {
	float:left;
    border-top: 1px dotted #bbbbbb;
    display: block;
}
.border-style li {
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 100%;
    border-bottom: 1px dotted #bbbbbb;
}
.border-style li i {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
    background: #003469;
}
.border-style li a {
    font-size: 14px;
    display: block;
    padding-right: 74px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    transition: all 0.3s;
    color: #666666;
}
.border-style li span {
    position: absolute;
    top: 0;
    right: 0;
    color: #b1b1b1;
}
.border-style li a:hover {
    color: #003469;
}

/*pager*/
.list_page{width:100%; height:30px; float:left; margin-bottom: 20px; margin-top: 20px; text-align: center;}
.list_page ul{ list-style: none; display: inline-block; text-align: center;}
.list_page a{ display: block; margin: 0 5px; text-decoration:none; font-family:微软雅黑; float: left; color:#666; font-size:12px; border:solid 1px #ccc ; padding: 2px 8px;  line-height: 24px;}
.list_page span{ float: left;  margin: 0 5px; display: block; color:#fff; font-size:12px; border:solid 1px #CCCCCC; background:#003469;  padding: 2px 8px;  line-height: 24px;}
.page_number{ border:solid 1px #fff !important; background: none !important; color: #000 !important; padding: 3px 3px !important; margin: 0 1px !important;  }
.page_text{ width: 20px; height: 20px; text-align: center; line-height: 20px;}
.page_submit{ background: none; border:solid 1px #ccc; width: 24px; height: 24px; text-align: center; line-height: 20px; cursor: pointer; }



/*detail*/
.details{ width: 100%; float: left; position: relative;}
.details_title{ width: 100%; float: left; text-align: center; margin-bottom: 10px;}
.details_title span{     font-size: 22px;
    color: #333333;
    position: relative;
    display: block;
    text-align: center;
    font-weight: normal;}

.details_share{ width: 100%; float: left; text-align: center; border-bottom: 1px dashed #ccc;}
.details_share ul{ list-style: none; display: inline-block; text-align: center;}
.details_share ul li{ float: left; margin: 5px 10px 10px 0;}
.details_share ul li span{ font-size:14px; color: #333; }

.details_content{ width: 100%; float: left; padding: 5px 0; line-height: 24px; font-size: 14px; color: #333;}

/*-----------------------------------------------------------------------------------------------------------------------*/



/*1left*/
.news_select{ float:left; width:208px;}
.news_select h2{ font-size:14px; color:#000; font-weight:bold; line-height:28px}
.news_select .select_s{width: 208px; height: 30px; float: left; border: solid 1px #ccc; overflow: hidden; color: #666;}
.news_select .select_ss{width: 78px; height: 30px; float: left; border: solid 1px #ccc; overflow: hidden; color: #666;}


.news_list{ width:100%; float:left; margin-top:20px;}
.news_name{ width:100%;  height:40px; float:left; border-bottom:solid 1px #ccc;}
.news_name span{ font-size:20px; float:left; line-height:40px; font-weight:bold;}
.news_name2{ width:100%;  height:40px; float:left; border-bottom:solid 1px #ccc;}
.news_name2 span{ font-size:30px; float:left; line-height:40px; font-weight:bold;}
.news_hight{ width:100%; float:left; margin:15px 0 0; overflow:hidden}

.news_list ul{ width:100%; float:left; margin-top:20px;}
.news_list ul li{ width:100%; float:left; height:100px; margin-bottom:20px; }
.news_list ul li .news_pic{ width:100px; height:100px; overflow:hidden;}
.news_list ul li .news_pic img{ transition:all .8s;}
.news_list ul li:hover .news_pic img{ transition:all .8s; transform:scale(1.2,1.2);}

.news_right{ width:678px; height:100px; overflow:hidden; margin-right:5px;}
.news_right h2{ display:block; float:left; width:100%; font-size:18px; color:#004b9a; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_right .news_p{ width:100%; float:left; line-height:20px; font-size:14px; color:#000; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.news_right span{ float:left; font-size:12px; color:#666;}



.news_list_w200{ width:200px; float: left; margin-top:20px;overflow:hidden}
.news_list_w200_bt{width:100%; font-size:18px; color:#003469; line-height:40px }
.news_list_w200 ul{ width:100%; float:left; }
.news_list_w200 ul li{ width:100%; float:left;  font-size:12px; color:#004b9a; line-height:24px }
.news_list_w200 ul li a{  color:#004b9a; }


/*1right*/
.index_info_right_tit{ color:#000; line-height:50px; font-size:18px; font-weight:bold}
.index_info_r2{ width:100%; float:left; background:#F3F8FE; padding-bottom:20px;}
.index_info_list{ width:90%; float:left; margin-left:5%; padding-top:28px; border-bottom:solid 1px #ccc; padding-bottom:5px;}
.index_info_list .index_select{ width: 100%; float: left; margin-top:20px; margin-bottom:50px}
.index_info_list .index_select .select_s{ width: 100%; height: 36px; float: left; border: solid 1px #003469;overflow: hidden; color: #666;}
.index_info_list h2{width:100%;display:block;float:left;font-size:18px;color:#666;font-weight:bold;}
.index_info_list ul{ width:100%; float:left; margin-top:20px;}
.index_info_list ul li{ width:100%; float:left; margin-bottom:10px;}
.index_info_list ul li h3{ width:100%; float:left; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#004b9a; font-weight:bold; font-size:14px}


/*内页2left*/
.news_list_605{ width:605px; float: right; margin-top:20px; overflow:hidden}
.news_list_605 ul{ width:100%; float:left; margin-top:20px;}
.news_list_605 ul li{ width:100%; float:left; height:100px; margin-bottom:20px; }
.news_right_info{ width:100%; min-height:100px; overflow:hidden; }
.news_right_info h2{ display:block; float:left; width:100%; font-size:18px; color:#004b9a; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_right_info .news_p{ width:100%; float:left; line-height:20px; font-size:14px; color:#000; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.news_right_info span{ float:left; font-size:12px; color:#666;}




/*2right*/
.index_info_r1{ width:100%; float:left; background:#F6F6F6; position:relative; }
.index_right_pic{ width:100px; float:left; margin:17px;}
.index_book_info{ width:125px; float:right; margin-right:18px; margin-top:30px;}
.index_info_r1 i{ display:block; width:100%; height:16px; position:absolute; bottom:-16px; left:0;}


/*3left*/
.index_c_n3{ width:1110px;  overflow:hidden}
.index_c_n3_chiefall{ width:1110px; float:left; padding-bottom:20px; overflow:hidden}
.chiefall_bm{ border-bottom:1px solid #CCC}
.index_c_n3_bt{ width:100%; font-size:22px; color:#003469; margin:20px 0; float:left; display:block}

.index_c_n3_chief{width:500px; float:left}
.index_c_n3_chief_img{ width:108px; float:left}
.index_c_n3_chieftxt{ width:340px; float:right}
.index_c_n3_chieftxt h2{font-size:18px; color:#003469; line-height:30px}
.index_c_n3_chieftxt span{ font-size:14px; color:#000; line-height:18px;
overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.index_c_n3_chiefshow{font-size:14px; color:#000; font-weight:bold; margin-top:20px;}
#box{ padding:10px 0; font-weight:normal} 
.index_c_n3_chief2{ width:202px; float:left }
.index_c_n3_chief2_img{ width:100%; float:left; display:block}
.index_c_n3_chief2txt h2{font-size:18px; color:#003469; line-height:30px}
.index_c_n3_chief2txt span{ font-size:14px; color:#000; line-height:18px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }



/*4left*/
.index_info_ctxt{ font-size:22px; color:#000; line-height:24px}
.index_info_ctxt span{ float:left; display:block; margin-right:20px}


/*4right*/
.inselect{ float:left; width:250px; margin-bottom:20px; overflow:hidden}
.inselect h2{ font-size:18px; color:#000; font-weight:bold; line-height:36px; float:left; width:100px}
.inselect .select_s{width: 150px; height: 36px; float: right; border: solid 1px #003469; overflow: hidden; color: #666;}
.inselectinput_image{ width: 100%; height: 38px; float: left;  cursor: pointer; margin-bottom:20px}


/*5left*/

/*6left*/

.Instructions{ width:100%; margin:auto; overflow:hidden; margin-bottom:20px;}
.Instructions_txt{ font-size:18px; color:#004b9a; line-height:30px;}
.Instructions span { width:100%;display:block;font-size:14px; color:#000; line-height:20px;}
.Instructionsall{ width:670px; margin: auto;overflow:hidden;}
.Instructions_w335{ width:335px; float:left;margin-bottom:20px;}
.Instructions_w335_txt{font-size:18px; color:#004b9a; line-height:30px;}
.Instructions_w335 span{width:100%;display:block; font-weight:bold;font-size:14px; color:#000; line-height:24px;}
.Instructions_w335 span a{ color:#000; }


/*7left*/
.index_info_cc{ width: 100%; float: left; margin-top: 32px; padding-bottom: 50px;}
.Report{width:100%; margin:auto; margin-bottom:20px; }
.Report h2{ font-size:18px; color:#666; line-height:30px;font-weight:bold}
.Report h1{ font-size:30px; color:#000; line-height:30px; font-weight:bold}
.Report h3{font-size:14px; color:#000; line-height:30px;  }

.fudong{ width:100%; float:left; min-height:30px; position:relative; z-index:9999; margin-top:20px}
.fudong ul li{ padding:0 10px;  float:left; position:relative;font-size:14px; line-height:36px}
.fudong ul li a{ color:#003469}
.fudong ul li .fudong_ycc{ display:none; position:absolute; top:50px;  left:0;width:300px; min-height:200px; border:solid 1px #000; background:#fff ; padding:20px }
.fudong ul li:hover	.fudong_ycc{ display:block; width:300px; min-height:200px; border:solid 1px #000; z-index:99999; color:#000; line-height:20px; font-size:12px; background-color:#FFF}
.fudong ul li:hover	.fudong_ycc a{ color:#003469; }
.fudong ul li:hover	.fudong_ycc p{ font-size:14px; font-weight:bold}
.fudong ul li:hover	.fudong_ycc_bj{ display:block; background:  url(/template/003/en/images/jt1.png) no-repeat top; width:54px; height:29px; z-index:99999; top:22px;position:absolute;}

.slideTxtBox2{ width:100%; float:left;  text-align:left;  }
.slideTxtBox2 .hd{ height:30px; line-height:30px;   border-bottom:1px solid #ddd;  position:relative; font-size:14px; color:#003469 }
.slideTxtBox2 .hd ul{ float:left;  position:absolute; top:-1px; height:32px;   }
.slideTxtBox2 .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideTxtBox2 .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; font-weight:bold; color:#000 }
.slideTxtBox2 .pdf{ float: left; display:block; margin-left:130px;}
.slideTxtBox2 .bd ul{ padding:30px 0;  zoom:1;  }

.slideTxt{ width:100%; margin:auto;color:#000;font-size:14px;}
.slideTxt a{color:#003469}
.slideTxt_txt{ font-size:18px; color:#000; font-weight:bold; line-height:36px; width:100%; margin-bottom:10px}
.slideTxt span{ line-height:24px; width:100%;font-family:Arial }
.slideTxt_Information{ width:100%; margin: auto; overflow:hidden}
.slideTxt_Information dl{ width:100%; float:left;}
.slideTxt_Information dl dd{ width:100%; float:left;}
.slideTxt_Information dl dd font{ width:188px; text-align:right; line-height:30px; font-weight:bold; float:left; display:block}
.slideTxt_Information dl dd p{ width:600px; float:right; display:block; text-align:left;line-height:30px;}
.h30{ width:100%; height:30px;}

.mod_gallerylist{width:669px; margin:auto; overflow:hidden; background:#eeeeef; margin-bottom:5px; }
.layout_default{float:left; margin:10px}
.mod_gallerylist{width:669px; margin:auto; overflow:hidden; background:#eeeeef; margin-bottom:5px; }
.meta{font-size:14px; text-align: left;}
.image_container img{border:1px solid #ccc; background:#FFF; padding:5px}
.meta a{color:#333; text-decoration:none}
.m_Download{ float:right; width:220px;}
.m_Download dl dt{ width:100%; float:left; font-weight:bold; line-height:40px; height:40px; font-size:20px; }
.m_Download dl dd{ float:left; width:100%; margin-top:10px}
.m_Download dl dd img{ float:left; width:30px; height:30px;}
.m_Download dl dd span{ display:block; width:170px; float:right; line-height:40px; font-size:16px;}

/*right*/
.index_info_r0{ width:100%; float:left; padding-bottom:20px; overflow:hidden}
.index_info_r0 ul{width:100%; margin:auto;overflow:hidden}
.index_info_r0 ul li{ float:left; font-size:14px; color:#000; line-height:24px; width:100% }
.index_info_r0 ul li a{ color:#003469; padding-left:10px}
.index_info_r0 dl{ width:100%; margin:10px auto; overflow:hidden}
.index_info_r0 dl dd{ float:left; margin-right:12px}


.qqdl{width:100%; float:left; margin-top:20px;}
.qq1{ background:url(/template/003/en/images/y1.png) no-repeat left top; height:24px; float:left; width:100%; }
.qq1 a{ display:block;}
.qq1 a:hover{ background:url(/template/003/en/images/y11.png) no-repeat left top; height:24px; display:block }
.qq1 span{padding-left:27px;color:#003469; line-height:24px; font-size:14px}
.qq1 span a{ float:left; padding-left:27px; color:#003469}
.qq{ background:url(/template/003/en/images/q1.png) no-repeat left  top; height:24px; float:left; width:100%; margin-bottom:8px;}
.qq a{ display:block;}
.qq a:hover{ background:url(/template/003/en/images/q11.png) no-repeat left  top; height:24px; display:block }
.qq span{padding-left:27px;color:#003469; line-height:20px; font-size:14px}
.qq span a{ float:left; padding-left:27px; color:#003469}
.yy1 {background: url(/template/003/en/images/y2.png) no-repeat left center; height:24px; float:left;  width:100%; display:block; margin-left:40px }
.yy1 a{ display:block;}
.yy1 a:hover{ background:url(/template/003/en/images/y22.png) no-repeat left center; height:24px; display:block }
.yy1 span{padding-left:24px;color:#003469; line-height:20px; font-size:14px; height:24px;}
.yy1 span a{ float:left; padding-left:24px; color:#003469}
.yy {background: url(/template/003/en/images/q2.png) no-repeat left top; height:24px; float:left;  width:100%; display:block; margin-left:40px; overflow:hidden }
.yy a{ display:block;}
.yy a:hover{ background:url(/template/003/en/images/q22.png) no-repeat left top; height:24px; display:block }
.yy span{padding-left:24px;color:#003469; line-height:14px; font-size:14px; height:24px;}
.yy span a{ float:left; padding-left:24px; color:#003469}


/*内页8*/
.n_down{ width:100%; margin:50px auto; font-size:16px; line-height:36px; overflow:hidden}
.n_down_tit{ width:100%; line-height:40px; font-size:34px; font-weight:bold}
.n_down p{ width:100%; display:block; margin:20px auto }
.n_down_input{ float:left; margin-right:10px; margin-top:10px; }
	
.n_down .site1 dl{ overflow:hidden}
.n_down .site1 dl dt{ font-size:22px; font-weight:bold; width:100%; line-height:60px;}
.n_down .site1 dl dd{ width:100%; line-height:36px; height:36px;}
.n_down .site1 dl dd span{ display:block; float:left; margin-right:10px; width:30%}
.n_down .site1 dl dd font{display:block; float:left; width:60%}
	
.n_down .site2 dl{ overflow:hidden}
.n_down .site2 dl dt{ font-size:22px; font-weight:bold; width:100%; line-height:60px; margin-top:30px;}
.n_down .site2 dl dd{ width:100%; line-height:36px; height:36px;}
.n_down .site2 dl dd span{ display:block; float:left; margin-right:10px; width:80%}
	
.n_down .site3 dl {border-top:#CCC 1px solid; width:100%; margin-top:50px}
.n_down .site3 dl dt{ font-size:22px; font-weight:bold; width:100%; line-height:60px; margin-top:30px; }
.n_down .site3 dl dd{ width:100%; line-height:30px; height:30px;}
.n_down .site3 dl dd span{ display:block; float:left; margin-right:10px; width:100%}
	
	
.n_down_button{ width:100%; overflow:hidden}
.n_down_button .button{ width:180px; float:left; background:#003469; display: inline-block; border-radius: 4px; height:40px; margin-top:20px;color:#FFF; line-height:40px;text-align: left}
.n_down_button .button a{ color:#FFF}
.n_down_button .button a:hover{ display:block; background:#075cb2; color:#FFF;   border-radius: 4px; text-align: left}
.n_down_button .button i{  padding:0 10px;}

/*9left*/


.n_mbx{ width:100%; margin:20px auto; font-size:18px;color: #003469}
.n_mbx a{color: #003469}
.n_mbx span{ width:70%; float:left; display:block}
.n_mbx b{ width:30%; float:right; display:block; text-align:right}


.slideTxtBox3{ width:100%; float:left;  text-align:left;  }
.slideTxtBox3 .hd{ height:30px; line-height:30px;   border-bottom:1px solid #ddd;  position:relative; font-size:14px; color:#003469 }
.slideTxtBox3 .hd ul{ float:left;  position:absolute; top:-1px; height:32px;   }
.slideTxtBox3 .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideTxtBox3 .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; font-weight:bold; color:#000 }
.slideTxtBox3 .pdf{ float: left; display:block; margin-left:130px;}
.slideTxtBox3 .bd ul{ padding:30px 0;  zoom:1;  }

.index_ii_left{ width:700px; float:left; position:relative;}
.index_ii_right{ width:390px; float:right; position:relative;}

.slide_list{ width:100%; float:left; font-size:14px}
.slide_list dl{ width:100%; float:left;border-bottom:1px dashed #CCCCCC; overflow:hidden; padding-bottom:15px;}
.slide_list dl dt a{ color:#003469; line-height:36px; font-size:16px;}
.slide_list dl dt { width:100%; float:left; margin-top:10px; }
.slide_list dl dt span { display:block; font-weight:bold; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float:left; width:550px;}
.slide_list dl dt font{ width:100px; height:30px; background:#003469;border-radius:10px;  float:right; color:#FFF; text-align:center; line-height:30px;  }
.slide_list dl dt font a{ color:#FFF; line-height:30px;}
.slide_list dl dd{ width:100%; float:left; font-size:14px  }

.slide_list2{ width:100%; float:left; font-size:14px}
.slide_list2 dl dd{ overflow:hidden; padding:10px 0;border-bottom:1px dashed #CCCCCC;}
.slide_list2 dl dd span{ width:20px; float:left; line-height:30px; display:block; height:30px;}
.slide_list2 dl dd font{ width:660px; float:right;}
.slide_list2 dl dd font a{ color:#003469;}

/*9right*/
.n_rt{ border-left:2px solid #CCC;  padding-bottom:50px; overflow:hidden; width:100%; margin-top:25px; }
.n_rt_tit{float:left;width:330px;border-bottom:3px solid #003469;font-size:22px;line-height:36px;height:36px;overflow:hidden;color:#666;}
.n_search{ width:330px; float:right;  overflow:hidden; }
.n_search .s_input{ width: 328px; height: 30px; float:right; margin-top: 15px; border-radius: 5px; border: solid 1px #ccc; overflow: hidden;}
.n_search .s_input .input_i{ width: 290px; height: 26px; float: left; padding: 2px; border: none; color: #888888;}
.n_search .s_link .input_image{ width: 85px; height: 30px; float: left;; cursor: pointer; background:#666; color:#FFF; line-height:30px;border-radius: 5px; text-align:center}
.n_search .s_link{ width: 100%; float: left; margin: 10px 0; text-align: right;}
.n_search .s_link span{ float: left; display:block; width:150px; line-height:36px}
.n_search .s_link a{ font-size: 14px; color: #003469;}
.n_search .s_link a:hover{ opacity: 0.8;}
.n_search .s_get{ width:95%; background:#eeeeef; padding:10px; overflow:hidden; float:left; margin-top:10px; display:block; margin-bottom:10px; font-size:14px}
.n_search .s_share{ width:100%; float:left; margin-bottom:15px; overflow:hidden}
.n_search .s_share ul li{ width:25%; float:left; margin-top:10px; text-align:center; height:auto !important; line-height:none !important;}
.n_search .s_share ul li img{ width:40px; height:40px;}
.n_search .s_art{ width:100%; float:left; margin-bottom:15px; overflow:hidden}
.n_search .s_art_wz{ float:right; width:65%;margin:15px 0}
.n_search .s_art_wz p{ width:100%; display:block;font-size:14px}
.n_search .s_art_img{ width: 35%; float:left}
.n_search .s_art_img img{ width:65px; height:65px; display:block; float:left; margin:15px 0}

.n_search .s_history{ width:100%; float:left; margin-bottom:15px; overflow:hidden; font-size:14px; margin-top:10px;}
.n_search .s_history span{ text-indent:1em; text-align:left; display:block}

.n-Button{ width:330px; float:right;  overflow:hidden; }	
.n-Button a{ color:#FFF}
.n-Button_pdf{ width:100%; background-color:#003469; height:42px; line-height:42px; text-align:center; font-size:18px; border-radius:5px; color:#FFF; margin-bottom:10px; display:block}	
.n-Button_xml{ width:103px;; float:left;background-color:#003469; height:42px; line-height:42px; text-align:center; font-size:18px; border-radius:5px; color:#FFF; margin-bottom:10px; display:block}





.index_indexed_by{ margin-right:20px;color:#f00;}
.check_box {list-style-type: none;}

.top_share {
    float: right;
    text-align: center;
}

.top_share ul {
    width: 100%; float: left;
}

.top_share ul li { margin-top: 10px;
    float: left;
    width: 25px; height: 25px;
    margin-left: 10px;
}

.top_share ul li img {
    float: left;
}



SELECT * FROM [zgyyzlybz_journal].[dbo].[t_year]
INSERT INTO [zgyyzlybz_journal].[dbo].[t_year](year_id,journal_id,year_name)
select YearID,'zgyyzlybz',(cast(YearID as varchar)+'年') from  (SELECT YearID FROM YYYZL.dbo.[tb_MagazineArticles] group by YearID) as a
where YearID not in(select year_id from [zgyyzlybz_journal].[dbo].[t_year])
 order by YearID
 select * from [zgyyzlybz_journal].[dbo].[t_year_quarter]
DELETE [zgyyzlybz_journal].[dbo].[t_year_quarter]


 INSERT INTO [zgyyzlybz_journal].[dbo].[t_year_quarter](year_id,quarter_id,quarter_name,quarter_en_name,journal_id)
select YearID,IssueID,('第'+cast(IssueID as varchar)+'期'),('NO.'+cast(IssueID as varchar)),'zgyyzlybz' from  (SELECT YearID,IssueID FROM YYYZL.dbo.[tb_MagazineArticles]  group by YearID,IssueID) as a 
where (cast(IssueID as varchar)+cast(YearID as varchar)) not in 
(select (cast(quarter_id as varchar)+cast(year_id as varchar)) from [zgyyzlybz_journal].[dbo].[t_year_quarter] )
order by YearID,IssueID 
 select * from[zgyyzlybz_journal].[dbo].[t_publish_article]

INSERT INTO [zgyyzlybz_journal].[dbo].[t_publish_article](
file_no,
journal_id,
year_id,book_no,quarter_id,title,en_title,key_word,en_key_word,abstract,
en_abstract,user_real_name,pin_yin_name,cn_institution,en_institution,column_name
,doi,reference,fund_project,author_resume,
start_page,
end_page,
file_size,click_num,pdf_click_num,last_modify_time) 
select
cast(DATENAME(YYYY,PostDate)+DATENAME(MM,PostDate)+DATENAME(DD,PostDate) as varchar)+cast(MagazineID as varchar),
'zgyyzlybz' as '稿件编号',
[YearID],Volumn,IssueID,Title,Title_En,Keywords,Keywords_En,Abstract,
Abstract_En,Authors,Authors_En,Units,Units_En,MenuName
,'' as 'doi',Reference,Funds,AuthorIntro,
LEFT(PageNumber ,CHARINDEX ( '-' , PageNumber)-1),
SUBSTRING(PageNumber,CHARINDEX ( '-' , PageNumber )+1,len(PageNumber))
,PdfSize,ViewNumber,DownNumber,PostDate
 from YYYZL.dbo.[tb_MagazineArticles] a
 inner join YYYZL.dbo.tb_MagazineMenu b on a.Mid=b.MID
