﻿#carousel {
    display: block;
    height: auto;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    position: relative;
    top: 120px;
}

#container {
    display: block;
    height: 200px;
    margin: 0 auto;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 200px;
    z-index: 1000;
}

item {
    display: block;
    margin: 0;
    padding: 0;
    width: 138px;
    height: 193px;
    -webkit-transform: translateZ(400px);
    -ms-transform: translateZ(400px);
    -o-transform: translateZ(400px);
    transform: translateZ(400px);
    position: absolute;
}
item img {
    width: 137px;
}

.tc-btn-container {
  display: block;
  float: left;
  height: 35px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.tc-next {
    background-color: #333;
    color: white;
    display: block;
    float: right;
    font-size: 12px;
    padding: 10px;
    width: auto;
    cursor: pointer;
}

.tc-prev {
    background-color: #333;
    color: white;
    display: block;
    float: left;
    font-size: 12px;
    padding: 10px;
    width: auto;
    cursor: pointer;
}


.index_info_c {
    width: 100%;
    float: left;
    margin-top: 32px;
    overflow: hidden;
    padding-bottom: 100px;
}

.index_info_left {
    width: 910px;
    float: left;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    
    line-height: 44px;
    
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}

.slideTxtBox .hd ul li {
    float: left;
   
    cursor: pointer;
    font-size: 20px;
    color: #466C95;
}

.slideTxtBox .hd ul li.on {
    height: 44px;
    color: #2255a8;
    border-bottom: 4px solid #2255a8;
}

.slideTxtBox .bd ul {
    zoom: 1;
}


.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: #2255a8;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
}

.slideTxtBox_derived .slideAll .Deselect {
    display: none;
    background: #2255a8;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
}

.slideTxtBox_derived .slideAll .selExport {
    background: #2255a8;
    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)
    }
}

.index_info_c {
    width: 100%;
    float: left;
    margin-top: 32px;
    overflow: hidden;
    padding-bottom: 100px;
}
.index_info_left {
    width: 810px;
    float: left;
}

.index_info_right {
    width: 266px;
    float: right;
}


.site_container {
    width: 1200px;
    margin: auto;
}

.index_m {
    background: #fff;
}


.m-c {
    width: 1200px;
    margin: auto;
}

.footer{ width:100%; overflow:hidden}


/*2right*/
.index_info_r1{ width:100%; float:left; background:#F6F6F6; position:relative; }
.index_right_pic{ width:110px; float:left; margin:0px;}
.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;}




/*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}

.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}

.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;
}
