@charset "UTF-8";

/* ========================reset=============================== */

body {
    width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none;
}

img {
    /*display: block;*/
}

input {
    outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
    display: block;
}

body {
    font-size: 14px;
    /* color: #3e3e3e; */
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
    outline: none;
}

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clear {
    clear: both;
}

.header {
    width: 100%;
    height: 347px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: relative;
}

.header .opacity_box {
    width: 100%;
    height: 50px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    top: 0;
}

.header .container {
    height: 100%;
}

.header .container .header_welcome {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.header .container .header_welcome .weather {
    width: 256px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .container .header_welcome .logo {
    width: 100%;
    height: 71px;
    margin-top: 62px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 846px 71px;
    background-position: center center;
}

.header .container .header_welcome .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .container .header_welcome .header_search {
    width: 602px;
    height: 42px;
    margin: 25px auto;
}

.header .container .header_welcome .header_search .search_box {
    width: 470px;
    height: 42px;
    background: #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 432px center;
    box-shadow: 2px 2px 2px #eef1f3;
}

.header .container .header_welcome .header_search .search_box input {
    width: 432px;
    height: 100%;
    border: none;
    line-height: 42px;
    display: block;
    padding-left: 18px;
}

.header .container .header_welcome .header_search button {
    width: 119px;
    height: 42px;
    display: block;
    background: #247cb7;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.head {
    width: 100%;
    height: 50px;
    background: #247cb7;
}

.hide {
    display: none;
}

.head .head_nav {
    height: 50px;
    line-height: 50px;
}

.head .head_nav .active {
    background: #11659e;
}

.head_nav .nav-font {
    position: relative;
    float: left;
    width: 12.5%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.head_nav .nav-font:hover {
    background: #11659e;
}

.head_nav .nav-font a {
    font-size: 18px;
    color: #fff;
}

.sub {
    position: absolute;
    top: 50px;
    left: -1px;
    width: 100%;
    background-color: #247cb7;
    z-index: 10000;
}

.sub li {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #fff;
}

.sub li:last-child {
    border: none;
}

.sub li a {
    font-size: 12.15px !important;
}

.main {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 25px 0;
}

.main .container {
    height: auto;
}

.main .container .Disease_retrieval {
    width: 100%;
    height: 108px;
    background: #fff;
    box-shadow: 0px 2px #eeeeee;
    padding: 15px 20px;
}

.main .container .Disease_retrieval .title {
    width: 70px;
    height: 74px;
    box-shadow: 3px 3px #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-top: 10px;
}

.main .container .Disease_retrieval .title p {
    text-align: center;
    line-height: 24px;
    color: #247cb7;
    font-size: 22px;
    font-weight: bold;
    text-shadow: #dfe9f2;
}

.main .container .Disease_retrieval .letter_list {
    width: 1206px;
    height: 100%;
    padding: 22px 0;
}

.main .container .Disease_retrieval .letter_list li {
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #f0f9ff;
    color: #247cb7;
    font-size: 18px;
    border: 1px solid #dddddd;
    margin-left: 12px;
    *margin-left: 10px;
}

.main .container .Disease_retrieval .letter_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #247cb7;
    font-size: 18px;
}

.main .container .content_Headlines {
    width: 100%;
    height: 626px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 2px #eeeeee;
    padding: 27px 20px;
}

.main .container .content_Headlines .Headlines {
    width: 100%;
    height: 110px;
    background-color: #f7f8fc;
    background-image: url(../images/Headlines.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 58px 58px;
    padding-top: 18px;
}

.main .container .content_Headlines .Headlines .title {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #11659e;
    font-size: 32px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .content_Headlines .Headlines .content_1 {
    width: 95%;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
}

.main .container .content_Headlines .Headlines .content_1 span {
    display: inline-block;
    width: 90%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #505050;
    font-size: 14px;
}

.main .container .content_Headlines .Headlines .content_1 a {
    color: #e60012;
    font-size: 14px;
}

.main .container .content_Headlines .swiper {
    width: 100%;
    height: 432px;
    margin-top: 25px;
    /*右侧政策法规新闻*/
}

.main .container .content_Headlines .swiper .yx-rotaion-btn,
.main .container .content_Headlines .swiper .yx-rotaion-title,
.main .container .content_Headlines .swiper .yx-rotation-focus,
.main .container .content_Headlines .swiper .yx-rotation-t,
.main .container .content_Headlines .swiper .yx-rotaion-btn {
    position: absolute;
}

.main .container .content_Headlines .swiper .yx-rotation-title {
    position: absolute;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1;
}

.main .container .content_Headlines .swiper .yx-rotation-t {
    color: #fff;
    font-size: 16px;
    font-family: microsoft yahei;
    z-index: 2;
    bottom: 0;
    left: 26px;
    line-height: 47px;
}

.main .container .content_Headlines .swiper .yx-rotation-focus span,
.main .container .content_Headlines .swiper .yx-rotaion-btn span {
    background: url(../images/ico.png) no-repeat;
    display: block;
}

.main .container .content_Headlines .swiper .yx-rotation-focus {
    height: 47px;
    line-height: 47px;
    right: 20px;
    bottom: 0;
    z-index: 2;
}

.main .container .content_Headlines .swiper .yx-rotation-focus span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    float: left;
    margin-left: 5px;
    position: relative;
    top: 17px;
    cursor: pointer;
    background-position: -23px -126px;
    text-indent: -9999px;
}

.main .container .content_Headlines .swiper .yx-rotaion-btn {
    width: 100%;
    height: 41px;
    top: 50%;
    margin-top: -20px;
}

.main .container .content_Headlines .swiper .yx-rotaion-btn span {
    width: 41px;
    height: 41px;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative;
}

.main .container .content_Headlines .swiper .yx-rotaion-btn .left_btn {
    background-position: -2px -2px;
    float: left;
    left: 10px;
}

.main .container .content_Headlines .swiper .yx-rotaion-btn .right_btn {
    background-position: -2px -49px;
    float: right;
    right: 10px;
}

.main .container .content_Headlines .swiper .yx-rotaion-btn span.hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.main .container .content_Headlines .swiper .yx-rotation-focus span.hover {
    background-position: -7px -126px;
}

.main .container .content_Headlines .swiper .rotaion_list {
    width: 0;
    height: 0;
    overflow: hidden;
}

.main .container .content_Headlines .swiper .rotaion_list li a img {
    display: inline-block;
    width: 670px;
    *width: 664px;
    height: 432px;
}

.main .container .content_Headlines .swiper .right_news {
    background: #f5f5f5;
    width: 590px;
    *width: 567px;
    height: 432px;
    margin: 0 0 0 20px;
    padding: 4px 0 0 20px;
    overflow-y: hidden;
}

.main .container .content_Headlines .swiper .index_t {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dddddd;
}

.main .container .content_Headlines .swiper .index_t a {
    display: block;
    width: auto;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #11659e;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #cbd6e1;
    float: left;
}

.main .container .content_Headlines .swiper .index_t span {
    float: left;
    display: block;
    width: 70px;
    height: 100%;
    text-align: center;
    color: #ccc;
}

.main .container .content_Headlines .swiper .index_t .add_1 {
    float: right;
    position: relative;
}

.main .container .content_Headlines .swiper .index_t .add_1 img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.main .container .content_Headlines .swiper .index_t a.active {
    color: #11659e;
    border-bottom: 3px solid #247cb7;
    width: auto;
}

.main .container .content_Headlines .swiper .news_list ul {
    height: 364px;
    overflow-y: hidden;
    padding-top: 5px;
}

.main .container .content_Headlines .swiper .news_list li {
    padding-left: 23px;
    height: 44px;
    *height: 40px;
    line-height: 44px;
    font-size: 17px;
    color: #cfcfcf;
    width: 100%;
    background-image: url(../images/point.png);
    background-size: 7px 9px;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.main .container .content_Headlines .swiper .news_list li a {
    display: inline-block;
    width: 375px;
    width: 100%;
    color: #333;
}

.main .container .content_Headlines .swiper .news_list li a .span_art {
    width: 75%;
    *width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

.main .container .content_Headlines .swiper .news_list li a .span_date {
    width: 25%;
    *width: 23%;
    display: inline-block;
    text-align: center;
    color: #909090;
    font-size: 17px;
}

.main .container .content_Headlines .swiper .news_list li a:hover {
    color: #164fa6;
}

.main .container .banner01 {
    width: 100%;
    height: 120px;
    background-image: url(../images/banner1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin-top: 25px;
}

.main .container .banner01 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main .container .news_box {
    height: 510px;
    width: 100%;
    padding: 30px 20px 0;
    background: #fff;
    box-shadow: 0px 2px #eeeeee;
    margin-top: 25px;
}

.main .container .news_box .News_information {
    width: 672px;
    height: 100%;
    *width: 572px;
}

.main .container .news_box .News_information .tab {
    width: 100%;
    height: 100%;
}

.main .container .news_box .News_information .tab .tab_list {
    width: 100%;
    height: 50px;
    position: relative;
}

.main .container .news_box .News_information .tab .tab_list .title_xin {
    position: absolute;
    z-index: 99;
    top: -11px;
    left: 0;
    width: 60px;
    height: 61px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #11659e;
    background-image: url(../images/tab_xin.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 39px 42px;
}

.main .container .news_box .News_information .tab .tab_list .title_right {
    width: 100%;
    *width: 500px;
    height: 50px;
    line-height: 50px;
    padding-right: 61px;
    border-top-right-radius: 3px;
    background: #4593c7;
    padding-left: 74px;
    position: relative;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_1 {
    font-size: 21px;
    color: #fff;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_righta {
    position: absolute;
    right: 0;
    width: 61px;
    height: 100%;
    display: block;
    background-image: url(../images/add_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px 23px;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_list {
    width: auto;
    padding-top: 13px;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_list li {
    float: left;
    font-size: 18px;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin: 0 8px;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_list li span {
    display: inline-block;
    padding: 0 13px;
    margin-right: 8px;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_list .current {
    cursor: pointer;
}

.main .container .news_box .News_information .tab .tab_list .title_right .title_list .current span {
    background: #11659e;
    border-radius: 3px;
}

.main .container .news_box .News_information .tab .tab_con {
    width: 100%;
    height: 390px;
    margin-top: 26px;
}

.main .container .news_box .News_information .tab .tab_con .item {
    display: none;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news {
    width: 100%;
    height: 170px;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_img {
    width: 269px;
    height: 100%;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl {
    width: 394px;
    height: 100%;
    *width: 294px;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl .dd_01 {
    width: 100%;
    height: 95px;
    display: block;
    line-height: 31px;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl dt a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl .dd_01 a {
    width: 100%;
    height: 95px;
    display: block;
    line-height: 31px;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl .dd_02 {
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news .news_dl .dd_02 a {
    display: inline-block;
    width: 89px;
    height: 100%;
    border: 1px solid #d0d0d0;
    line-height: 25px;
    text-align: center;
    color: #cecece;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news_list {
    width: 100%;
    margin-top: 23px;
    height: 184px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 5px;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news_list li {
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #333;
    padding-left: 13px;
    background-image: url(../images/point2.png);
    background-position: 0 center;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news_list li a:hover span {
    color: #11659e;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news_list li a .a_title {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .News_information .tab .tab_con .item .item_news_list li a .date {
    color: #909090;
    width: 25%;
    text-align: right;
}

.main .container .news_box .Window_of_Party_Building {
    width: 580px;
    height: 100%;
    *width: 580px;
}

.main .container .news_box .Window_of_Party_Building .tab {
    width: 100%;
    height: 100%;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news {
    width: 100%;
    height: 170px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_img {
    width: 269px;
    height: 100%;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl {
    width: 294px;
    height: 100%;
    *width: 294px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl dt a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl .dd_01 {
    width: 100%;
    height: 95px;
    display: block;
    line-height: 31px;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl .dd_01 a {
    width: 100%;
    height: 95px;
    display: block;
    line-height: 31px;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl .dd_02 {
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news .news_dl .dd_02 a {
    display: inline-block;
    width: 89px;
    height: 100%;
    border: 1px solid #d0d0d0;
    line-height: 25px;
    text-align: center;
    color: #cecece;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 {
    width: 100%;
    height: 50px;
    position: relative;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_xin {
    position: absolute;
    z-index: 99;
    top: -11px;
    left: 0;
    width: 60px;
    height: 61px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #e14c30;
    background-image: url(../images/tab_dang.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 44px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right {
    width: 100%;
    *width: 460px;
    height: 50px;
    line-height: 50px;
    padding-right: 61px;
    border-top-right-radius: 3px;
    background: #f1765f;
    padding-left: 74px;
    position: relative;
    cursor: pointer;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right .title_1 {
    font-size: 21px;
    color: #fff;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right .title_righta {
    position: absolute;
    right: 0;
    width: 61px;
    height: 100%;
    display: block;
    background-image: url(../images/add_2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px 23px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right .title_list {
    width: auto;
    padding-top: 13px;
    width: auto;
    height: 100%;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right .title_list li {
    float: left;
    font-size: 16px;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin: 0 8px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right .title_list li span {
    display: inline-block;
    padding: 0 13px;
    margin-right: 8px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_list2 .title_right .title_list .current span {
    background: #e14c30;
    border-radius: 3px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 {
    width: 100%;
    height: 390px;
    margin-top: 26px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 {
    display: none;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news_list {
    /* width: 100%; */
    /* height: 403px; */
    width: 100%;
    margin-top: 23px;
    height: 184px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 5px;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news_list li {
    width: 100%;
    height: 46px;
    line-height: 46px;
    /* border-bottom: 1px dashed #e6e6e6; */
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #333;
    padding-left: 13px;
    background-image: url(../images/point2.png);
    background-position: 0 center;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news_list li a:hover span {
    color: #f1765f;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news_list li a .a_title {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .news_box .Window_of_Party_Building .tab .tab_con2 .item2 .item_news_list li a .date {
    color: #909090;
    width: 25%;
    text-align: right;
}

.main .container .Health_theme {
    width: 100%;
    height: 334px;
    margin-top: 25px;
    background: #fff;
    box-shadow: 0px 2px 2px #eeeeee;
    padding: 30px 20px 0;
}

.main .container .Health_theme .Health_theme_box1 {
    width: 570px;
    height: 100%;
}

.main .container .Health_theme .Health_theme_box1 .title {
    width: 100%;
    height: 45px;
    background-image: url(../images/Health_theme_box1_title.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.main .container .Health_theme .Health_theme_box1 .title span {
    background-color: #247cb7;
    width: 181px;
    height: 45px;
    line-height: 45px;
    padding-left: 63px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/Health_theme_box1_title1.png);
    background-repeat: no-repeat;
    background-size: 29px 27px;
    background-position: 23px center;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list {
    width: 100%;
    height: 200px;
    margin-top: 30px;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list li {
    width: 180px;
    height: 93px;
    float: left;
    margin: 0 15px 13px 0;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list3,
.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list6 {
    margin-right: 0;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list1 {
    background-color: #d9ecff;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list1 a {
    background-image: url(../images/icon01.png);
    background-size: 47px 34px;
    background-repeat: no-repeat;
    background-position: center 17px;
    color: #0f70d0;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list2 {
    background-color: #f0e3ff;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list2 a {
    background-image: url(../images/icon02.png);
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center 17px;
    color: #9f6fd7;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list3 {
    background-color: #ffe4e4;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list3 a {
    background-image: url(../images/icon03.png);
    background-size: 35px 33px;
    background-repeat: no-repeat;
    background-position: center 17px;
    color: #e25a5a;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list4 {
    background-color: #cff4f3;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list4 a {
    background-image: url(../images/icon04.png);
    background-size: 33px 30px;
    background-repeat: no-repeat;
    background-position: center 17px;
    color: #3d9624;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list5 {
    background-color: #ffebdb;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list5 a {
    background-image: url(../images/icon05.png);
    background-size: 30px 32px;
    background-repeat: no-repeat;
    background-position: center 17px;
    color: #f05902;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list6 {
    background-color: #fdf8df;
}

.main .container .Health_theme .Health_theme_box1 .Health_theme_box1_list .list6 a {
    background-image: url(../images/icon06.png);
    background-size: 31px 32px;
    background-repeat: no-repeat;
    background-position: center 17px;
    color: #e0c127;
}

.main .container .Health_theme .Health_theme_box2 {
    width: 306px;
    height: 100%;
    margin-left: 30px;
}

.main .container .Health_theme .Health_theme_box2 li {
    width: 100%;
    height: 121px;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.main .container .Health_theme .Health_theme_box2 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main .container .Health_theme .Health_theme_box2 .box1 {
    background-image: url(../images/Health_theme_box2_1.png);
}

.main .container .Health_theme .Health_theme_box2 .box2 {
    margin-top: 31px;
    background-image: url(../images/Health_theme_box2_2.png);
}

.main .container .Health_theme .Health_theme_box3 {
    width: 342px;
    height: 100%;
}

.main .container .Health_theme .Health_theme_box3 .title {
    width: 100%;
    height: 31px;
    line-height: 31px;
    background-image: url(../images/Health_theme_box3_title.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 220px 4px;
}

.main .container .Health_theme .Health_theme_box3 .title span {
    display: block;
    width: 117px;
    background-image: url(../images/Health_theme_box3_icon.png);
    background-repeat: no-repeat;
    background-size: 35px 31px;
    background-position: 0 center;
    padding-left: 43px;
    font-size: 22px;
    text-shadow: 1px 1px #e9eef4;
    color: #11659e;
    font-weight: bold;
}

.main .container .Health_theme .Health_theme_box3 .h3_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-top: 11px;
    display: block;
    background: #247cb7;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
}

.main .container .Health_theme .Health_theme_box3 .h3_list {
    width: 100%;
    height: 111px;
    margin-top: 5px;
}

.main .container .Health_theme .Health_theme_box3 .h3_list li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 19px;
    background-image: url(../images/point.png);
    background-size: 7px 9px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.main .container .Health_theme .Health_theme_box3 .h3_list li a {
    color: #333333;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .container .Health_theme .Health_theme_box3 .Online_Message {
    width: 100%;
    height: 75px;
    background-image: url(../images/Online_Message.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}

.main .container .Health_theme .Health_theme_box3 .Online_Message a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    height: 261px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.footer .container2 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 37px;
}

.footer .container2 .footer_list {
    width: 100%;
    height: 41px;
}

.footer .container2 .footer_list li {
    width: 19%;
    height: 41px;
    float: left;
    margin-right: 1.25%;
}

.footer .container2 .footer_list li select {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    outline: none;
    border: 0;
    background: #247cb7;
    color: #fff;
    padding-left: 22px;
    border-radius: 3px;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -ms-appearance: none !important;
    padding-right: 25px;
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: 93% center;
}

.footer .container2 .footer_list li select::-ms-expand {
    display: none;
}

.footer .container2 .footer_list li select select::-ms-expand {
    display: none;
}

.footer .container2 .footer_list .last {
    margin-right: 0;
}

.footer .container2 .footer_content {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.footer .container2 .footer_content .fc_01 {
    padding-top: 16px;
    width: 745px;
}

.footer .container2 .footer_content .fc_01 .fc_01_list {
    width: auto;
    height: 31px;
    line-height: 31px;
}

.footer .container2 .footer_content .fc_01 .fc_01_list li {
    float: left;
    color: #e0eef8;
    font-size: 14px;
}

.footer .container2 .footer_content .fc_01 .fc_01_list li a {
    color: #e0eef8;
}

.footer .container2 .footer_content .fc_01 .fc_01_list li span {
    padding: 0 19px;
}

.footer .container2 .footer_content .fc_01 p {
    font-size: 14px;
    color: #e0eef8;
    line-height: 31px;
}

.footer .container2 .footer_content .fc_01 p a {
    color: #e0eef8;
}

.footer .container2 .footer_content .code {
    width: 265px;
    height: auto;
}

.footer .container2 .footer_content .fc_03 {
    width: 115px;
    height: auto;
}

.footer .container2 .footer_content .fc_03 img {
    display: block;
    width: 115px;
    height: 115px;
}

.footer .container2 .footer_content .fc_03 p {
    text-align: center;
    color: #e0eef8;
    font-size: 14px;
}

.Disease_content {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 50px;
}

.Disease_content .container {
    background: #ffffff;
    height: auto;
    padding: 0 20px 50px 30px;
}

.Disease_content .container .location {
    width: 100%;
    height: 69px;
    line-height: 60px;
    background-image: url(../images/location_line.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 8px;
}

.Disease_content .container .location span {
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-size: 14px 18px;
    background-position: 0 center;
    padding-left: 27px;
    color: #666666;
    font-size: 16px;
}

.Disease_content .container .location a {
    color: #666666;
    font-size: 16px;
}

.Disease_content .container .location .current {
    color: #11659e;
}

.Disease_content .container .Disease_main {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.Disease_content .container .Disease_main .D_nav {
    width: 308px;
    height: auto;
}

.Disease_content .container .Disease_main .D_nav .title {
    width: 100%;
    height: 69px;
    background-color: #247cb7;
    line-height: 69px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}

.Disease_content .container .Disease_main .D_nav .title img {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    height: 24px;
    text-align: center;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list {
    width: 100%;
    height: auto;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list li {
    height: 49px;
    width: 100%;
    margin-top: 2px;
    line-height: 49px;
    padding-left: 41px;
    background-color: #f9f9f9;
    background-image: url(../images/D_nav_list.png);
    background-repeat: no-repeat;
    background-position: 282px center;
    background-size: 6px 10px;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 18px;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list li:hover {
    background-color: #f0f9ff;
    border-left: 4px solid #247cb7;
    padding-left: 37px;
    background-position: 278px center;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list li:hover a {
    color: #247cb7;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list .current {
    background-color: #f0f9ff;
    border-left: 4px solid #247cb7;
    padding-left: 37px;
    background-position: 278px center;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list .current a {
    color: #247cb7;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list2 {
    width: 100%;
    height: auto;
    margin-top: 38px;
    padding-left: 2px;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list2 li {
    width: 100%;
    height: 121px;
    margin-bottom: 21px;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list2 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.Disease_content .container .Disease_main .D_nav .D_nav_list2 li a img {
    width: 100%;
    height: 100%;
}

.Disease_content .container .Disease_main .main_right {
    width: 932px;
    height: auto;
}

.Disease_content .container .Disease_main .main_right .title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #f1f4fa;
    border-left: 5px solid #247cb7;
    padding-left: 26px;
    color: #247cb7;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 1px #dde6f2;
}

.Disease_content .container .Disease_main .main_right .main_article {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.Disease_content .container .Disease_main .main_right .main_article img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 25px;
}

.Disease_content .container .Disease_main .main_right .main_right_box {
    width: 100%;
    height: auto;
    margin-bottom: 37px;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #f1f4fa;
    border-left: 5px solid #247cb7;
    padding-left: 26px;
    padding-right: 17px;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_title span {
    color: #247cb7;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 1px #dde6f2;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_title a {
    float: right;
    color: #247cb7;
    font-size: 17px;
    background-image: url(../images/see_more.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 23px 23px;
    padding-right: 31px;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_list {
    width: 100%;
    height: auto;
    margin-top: 9px;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_list li {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-bottom: 1px dashed #e6e6e6;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/point_news.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 5px 5px;
    padding-left: 21px;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_list li a:hover .art_title {
    color: #247cb7;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_list li a .art_title {
    width: 75%;
    height: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 17px;
}

.Disease_content .container .Disease_main .main_right .main_right_box .main_right_list li a .art_date {
    width: 25%;
    height: 100%;
    display: inline-block;
    text-align: right;
    color: #909090;
    font-size: 17px;
}

.Disease_content .container .Disease_main .main_right .page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
}

.Disease_content .container .Disease_main .main_right .page img {
    width: auto;
    height: 30px;
    margin: 0 auto;
}

.Disease_content .container .Disease_main .main_right .Message_board {
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    margin-top: 28px;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li1 {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    font-size: 17px;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li1 .span_01 {
    width: 20%;
    padding-left: 16px;
    height: 100%;
    display: inline-block;
    border-right: 1px solid #ddd;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li1 .span_02 {
    width: 80%;
    padding-left: 16px;
    height: 100%;
    display: inline-block;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li2 {
    width: 100%;
    height: auto;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 29px;
    border-bottom: 1px solid #dddddd;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li2 .Mb_title {
    color: #f07a0e;
    font-weight: bold;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li2 span {
    color: #247cb7;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li3 {
    width: 100%;
    height: auto;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 29px;
}

.Disease_content .container .Disease_main .main_right .Message_board .Message_board_li3 .Mb_title {
    color: #247cb7;
    font-weight: bold;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin-top: 50px;
    padding: 23px 0 40px;
    border: 1px solid #dddddd;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_title {
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding-left: 16px;
    font-size: 16px;
    color: #333333;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list {
    width: 100%;
    height: auto;
    padding: 0 35px;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list li {
    height: auto;
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 21px;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list li .list_title {
    width: 108px;
    height: 100%;
    display: inline-block;
    padding-right: 8px;
    text-align: right;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list li input {
    display: inline-block;
    width: 316px;
    height: 38px;
    border: 1px solid #dddddd;
    margin-right: 8px;
    padding-left: 12px;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list li b {
    color: #ea1313;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list li textarea {
    display: inline-block;
    width: 750px;
    min-height: 130px;
    border: 1px solid #dddddd;
    padding: 12px;
    resize: none;
    outline: none;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list .last {
    padding-left: 108px;
}

.Disease_content .container .Disease_main .main_right .Leaving_a_message .L_list .last button {
    width: 140px;
    height: 42px;
    display: inline-block;
    background: #ff9503;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.Disease_content .container .main_article {
    width: 100%;
    height: auto;
    margin-top: 28px;
    padding: 0 50px;
}

.Disease_content .container .main_article .title {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 77px;
    color: #333333;
    font-size: 30px;
}

.Disease_content .container .main_article .jilu {
    width: 760px;
    height: 46px;
    margin: 0 auto;
    background: #f8f8f8;
    text-align: center;
    line-height: 46px;
    color: #666666;
    font-size: 14px;
}

.Disease_content .container .main_article .article {
    margin-top: 25px;
    padding-top: 76px;
    border-top: 1px solid #dddddd;
    line-height: 48px;
    /*text-indent: 2em;*/
    font-size: 18px;
}

.Disease_content .container .main_article .article .enclosure {
    color: #247cb7;
    font-size: 18px;
    margin-top: 30px;
}

.Disease_content .container .main_article .article .enclosure a {
    color: #247cb7;
}

.login {
    width: 100%;
    height: 917px;
}

.login .index_header {
    width: 100%;
    height: 143px;
    background-color: #247cb7;
    position: relative;
    border-bottom: 5px solid #11659e;
}

.login .index_header .logo {
    width: 100%;
    height: 100%;
}

.login .index_header .logo .container {
    height: 100%;
    background-image: url(../images/login_logo.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    background-size: 664px 57px;
}

.login .index_main {
    width: 100%;
    height: 702px;
    position: relative;
    padding-top: 53px;
}

.login .index_main .main_box {
    margin: 0 auto;
    width: 470px;
    height: 505px;
    border: 8px solid rgba(248, 248, 248, 0.2);
}

.login .index_main .main_box .main_box_s {
    height: 132px;
    background: #f6f6f6;
    border-top: 12px solid #247cb7;
    border-radius: 5px;
    color: #333333;
}

.login .index_main .main_box .main_box_s p:nth-child(1) {
    font-size: 28px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: 22px;
}

.login .index_main .main_box .main_box_s p:nth-child(2) {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.login .index_main .main_box form {
    border-top: 2px solid #247cb7;
    width: 100%;
    height: 360px;
    background-color: #fff;
    padding-top: 50px;
}

.login .index_main .main_box form input {
    height: 44px;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-left: 20px;
    outline: none;
}

.login .index_main .main_box form .input01,
.login .index_main .main_box form .input02,
.login .index_main .main_box form .select02 {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.login .index_main .main_box form .input03 {
    background: #d53142;
    border: 0;
    color: #fff;
    box-shadow: 1px 1px #af1525;
    margin-bottom: 12px;
}

.login .index_main .main_box form .input04 {
    background: #eae8e8;
    border: 0;
    color: #676767;
    box-shadow: 1px 1px #c6c4c4;
    margin-bottom: 12px;
}

.login .index_footer {
    width: 100%;
    height: 94px;
    background: #1b72ad;
    color: #fff;
}

.login .index_footer p {
    width: 100%;
    height: 94px;
    line-height: 94px;
    text-align: center;
}

.backpage_header {
    width: 100%;
    height: 96px;
    background: #247cb7;
    padding: 0 29px 0 0;
    position: relative;
    border-bottom: 4px solid #054774;
}

.backpage_header .logo {
    width: 565px;
    height: 46px;
    position: absolute;
    top: 23px;
    left: 18px;
    background-image: url(../images/login_logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.backpage_header .user {
    width: auto;
    height: 30px;
    margin-top: 33px;
    color: #edf0ff;
    font-size: 16px;
}

.backpage_header .user .call {
    width: auto;
    height: 30px;
    line-height: 30px;
}

.backpage_header .user .username {
    width: auto;
    height: 30px;
    margin-left: 15px;
    line-height: 28px;
    border: 1px solid #edf0ff;
    padding: 0 25px 0 52px;
    border-radius: 4px;
    background: url(../images/user_name.png) no-repeat;
    background-size: 19px 18px;
    background-position: 18px center;
}

.backpage_header .user .interval {
    width: 52px;
    height: 30px;
    background: url(../images/user_interval.png) no-repeat;
    background-size: 2px 30px;
    background-position: center center;
}

.backpage_header .user a {
    display: block;
    width: 101px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #edf0ff;
    background: #11659e;
    border-radius: 4px;
}

.backpage_header .user .clear_cache {
    margin-right: 19px;
}

.backpage_header .user .sign_out {
    margin-right: 28px;
}

.backpage_main {
    width: 100%;
    background: #d5e2f2;
    height: 840px;
}

.backpage_main .backpage_nav {
    width: 12.5%;
    height: 100%;
    background: #11659e;
}

.backpage_main .backpage_nav .listbox {
    width: 245px;
    height: auto;
    padding: 26px 30px 0 17px;
}

.backpage_main .backpage_nav .listbox .list {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
}

.backpage_main .backpage_nav .listbox .list .title {
    display: block;
    height: 42px;
    width: 100%;
    padding-left: 7px;
    border-radius: 18px;
    text-decoration: none;
    line-height: 42px;
    color: #ffffff;
    font-size: 20px;
}

.backpage_main .backpage_nav .listbox .list .title .span_01 {
    width: 54px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/nav_icon01.png);
    background-size: 20px 20px;
}

.backpage_main .backpage_nav .listbox .list .shenzhan {
    overflow: hidden;
    height: 0px;
    padding-left: 10px;
    margin: 10px auto 0;
    transition: 0.5s linear;
}

.backpage_main .backpage_nav .listbox .list .shenzhan li {
    height: 44px;
    line-height: 44px;
    background-image: url(../images/nav_icon00.png);
    background-size: 15px 18px;
    background-position: 62px center;
    background-repeat: no-repeat;
    padding-left: 86px;
}

.backpage_main .backpage_nav .listbox .list .shenzhan li a {
    color: #fff;
    font-size: 16px;
}

.backpage_main .backpage_nav .listbox .list .shenzhan li:active a {
    color: #7fc6ff;
}

.backpage_main .backpage_nav .listbox .list .shenzhan li.active a {
    color: #7fc6ff;
}

.backpage_main .backpage_nav .listbox .list .shenzhan li:hover a {
    color: #7fc6ff;
}

.backpage_main .backpage_nav .listbox .list:target .shenzhan {
    height: 140px;
}

.backpage_main .backpage_nav .listbox .list:target .title {
    background: #d53142;
}

.backpage_main .backpage_right {
    width: 87.5%;
    height: 100%;
    padding: 12px 14px;
}

.backpage_main .backpage_right .backpage_right_main {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-radius: 3px;
    background: #fff;
}

.focus {
    position: relative;
    float: left;
    z-index: 99999;
    width: 670px;
    height: 432px;
    *width: 664px;
}

.focus img {
    width: 670px;
    height: 432px;
    *width: 664px;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    display: inline;
    float: left;
    position: relative;
    margin: 0 3px;
    width: 9px;
    height: 9px;
    font: 12px/15px "\5B8B\4F53";
    color: #B0B0B0;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #1561af;
}

.focus .fPic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    background: rgba(0, 82, 147, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CC000000', endColorstr='#CC000000');
}

.focus .shadow a {
    display: inline-block;
    margin-left: 15px;
    width: 520px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus .fcon {
    display: none;
    float: left;
    position: relative;
    width: 100%;
    background: #000;
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    position: absolute;
    left: 570px;
    bottom: 10px;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.fbg1 {
    position: absolute;
    left: 1240px !important;
    bottom: 10px !important;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin-top: 6px;
    margin-bottom: 0;
    height: 15px;
    overflow: hidden;
    zoom: 1;
}

.focus .D1fBt a {
    display: inline;
    float: left;
    position: relative;
    margin: 0 3px;
    width: 9px;
    height: 9px;
    font: 12px/15px "\5B8B\4F53";
    color: #B0B0B0;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    outline: 0;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #1561af;
}

.focus .D1fBt img {
    display: none;
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}