@charset "utf-8";

/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

select,
input,
img,
select {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border: none
}

body {
    color: #333;
    font-family: 'Microsoft YaHei', '微软雅黑', STXihei;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #1993d2;
    text-decoration: none;
}

.clearit,
.clearb {
    clear: both;
    margin: 0;
    padding: 0;
}

.overflow {
    overflow: hidden;
    height: 1%;
}

.fl {
    float: left
}

.fr {
    float: right
}


/* .header {
    height: 147px;
    position: absolute;
    width: 100%;
    z-index: 999999;
} */


/*板块布局样式*/

.col-md-12 {
    width: 100%;
}

.col-md-10 {
    width: 83%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 67%;
}

.col-md-7 {
    width: 59%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41%;
}

.col-md-4 {
    width: 33%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 17%;
}

.mrg {
    margin: 0 2%;
}


/*------错误提示------*/

.field-validation-error {
    color: red
}

a.keyword_Default,
a.Keyword_Type_1 {
    color: #6984F6;
}


/*文章、栏目、站点、二级页面主体宽度*/

.wrap {
    overflow: hidden;
}

.main_bg {
    background: url(/Sites/Uploaded/UserUpLoad/20180621/20180621165935.jpg) no-repeat center top;
    /* margin-top: 148px; */
    position: relative;
    height: 100%;
}

.main_content {
    width: 1240px;
    margin: 0px auto 0px;
    padding: 28px 20px 0px;
    box-shadow: 1px 1px 10px #ddd;
    background: #fff;
    margin-top: 60px;
    border: 1px solid #ddd;
}

.mbt20 {
    margin: 20px 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px;
}

.pd10 {
    padding: 10px
}

.pd15 {
    padding: 15px;
}

.pd10-0 {
    padding: 10px 0
}

.pd20 {
    padding: 0px 20px 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.border_T {
    border-top: 1px solid #ededed;
}

.border_B {
    border-bottom: 1px solid #ededed;
}

.border {
    border: 1px solid #ededed;
    overflow: hidden
}


/**/

a.more {
    color: #003e7d;
}

a.more:hover {
    font-weight: bold;
}


/*二级页banner*/

.zd_logo {
    margin: 0 auto;
    width: 1600px;
}

.video_list2 {
    margin-top: 20px;
}

.video_list2 li {
    float: left;
    display: inline;
    height: 110px;
    overflow: hidden;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 5px;
    box-sizing: border-box;
}

.video_list2 li h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
}

.video_list2 li p.play_time {
    background: url(/Content/Areas/common/images/video/btn_count.png) no-repeat left center;
    display: block;
    float: left;
    padding-left: 15px;
}

.video_list2 li a.video_btn {
    background: url(../../common/images/video/play-btn.png) no-repeat center;
    display: block;
    width: 152px;
    height: 107px;
    position: absolute;
    left: 1px;
    bottom: 2px;
}

.video_list2 li a.video_btn:hover {
    background: url(/Content/Areas/Common/images/Article/op_bg.png) repeat;
}

.video_list2 li img {
    width: 150px;
    height: 105px;
    display: block;
    float: left;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 1px;
}


/*公用样式*/

h2.title_header {
    height: 65px;
    border-bottom: 2px solid #e6e6e6;
    font-size: 20px;
    color: #333;
    font-family: "宋体";
    line-height: 65px;
    font-weight: bold;
    _border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

h2.title_header span {
    display: inline-block;
    border-bottom: 3px solid #0087cd;
}

h2.title_header.tab_tit span {
    cursor: pointer;
}

h2.title_header span.No_active {
    border-bottom: none;
    color: #888;
}

h2.title_header a.more {
    float: right;
    font-size: 14px;
    color: #0087cd;
    font-weight: normal;
    /* margin-top: 3px; */
    font-family: "微软雅黑";
    transition: all 1s;
}

h2.title_header a.more:hover {
    font-weight: bold;
}


/*文章列表插件样式*/

ul.article_list li {
    padding-left: 15px;
    background: url(/Sites/Uploaded/UserUpLoad/20180612/20180612170900.png) no-repeat left center;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.article_list li a.title_type {
    font-size: 14px;
    color: #666;
}

ul.article_list li a.title_type:hover {
    color: #1993d2;
}

ul.article_list li span.span_date {
    float: right;
}


/*公用读取一篇文章*/

.article_box img {
    float: left;
    margin-right: 20px;
}

.article_box h2 {
    font-size: 18px;
    line-height: 30px;
}

.article_box h2 span.span_date {
    float: right;
}

.article_box p {
    font-size: 14px;
    line-height: 2em;
    color: #666;
}

.article_box .details {
    float: right;
    font-size: 12px;
    overflow: hidden;
    _float: none;
    +float: none;
}

.article_box a.details:hover {
    color: #1993d2;
}


/*article_list_1样式*/

ul.article_list_1 li {
    overflow: hidden;
    margin-top: 14px;
    line-height: 23px;
}

ul.article_list_1 li span.span_date {
    float: left;
    width: 65px;
    height: 45px;
    line-height: 23px;
    background: #91763d;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 15px;
    display: inline-block;
}

ul.article_list_1 li span.span_date i {
    display: block;
    font-style: normal;
    text-align: center;
    font-size: 20px;
}

ul.article_list_1 li span.span_date p {
    font-size: 12px;
}

ul.article_list_1 li a.title_type {
    display: block;
    color: #666;
    font-size: 14px;
    _margin-top: -25px
}

ul.article_list_1 li a.columnName {
    color: #ababab;
}

ul.article_list_1 li a.columnName:hover,
ul.article_list_1 li a.title_type:hover {
    color: #003e7d;
}


/*article_list_2样式*/

ul.article_list_2 li {
    line-height: 39px;
    border-bottom: 1px solid #ededed;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(/Content/Areas/Common/images/Article/list_dot_one.png) no-repeat left center;
    padding-left: 15px;
    _line-height: 36px
}

ul.article_list_2 li a {
    color: #666;
    font-size: 14px;
}

ul.article_list_2 li span.span_date {
    float: right;
    font-size: 12px;
    color: #666;
}


/*划过动画效果*/

h2.title_header.tab_tit span,
ul.icon_list li a {
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}


/*背景渐变样式*/

div.title_header h2 a.more,
p a.more:hover,
p a.details:hover {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

input,
textarea,
select {
    font-size: 14px;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #0086E6!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 134, 230, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 134, 230, .6);
}

@media only screen and (max-width: 1366px) {
    .main_content {
        width: 960px;
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .main {
        margin: 0px auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0px;
    }
    .main_content {
        width: 100% !important;
        margin: 10px auto;
        box-sizing: border-box;
        padding: 0px 10px 20px
    }
    .zd_logo {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .zd_logo img {
        margin-left: -150px;
    }
    /*板块布局样式*/
    .col-sm-12 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-hid {
        display: none
    }
}

@media only screen and (max-width:640px) {
    .zd_logo {
        display: none;
    }
    /*板块布局样式*/
    .col-sm-6 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .col-md-7 {
        width: 100%;
        float: none
    }
    .col-md-5 {
        width: 100%;
        float: none
    }
    .col-xs-hid {
        display: none
    }
    .mrg {
        margin: 0 0 20px 0;
    }

    .tag-box{
        margin: 10px !important;
        width: 145px !important;
        height: 80px !important;
        line-height: 80px !important;
    }

}

@media only screen and (min-width:300px) and (max-width:350px) {

    .col-xs-hid {
        display: none
    }
    .mrg {
        margin: 0 0 20px 0;
    }

    .tag-box {
        margin: 5px !important;
        width: 120px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 15px !important;
    }

    .tag-box:hover{
        font-size: 20px;
    }
}

@media only screen  and (min-width:350px) and (max-width:400px) {

    .col-xs-hid {
        display: none
    }
    .mrg {
        margin: 0 0 20px 0;
    }

    .tag-box {
        margin: 5px !important;
        width: 134px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 15px !important;
    }

    .tag-box:hover{
        font-size: 20px;
    }
}

/*标签页*/
.tag-big-box{
    width: 100%;
    margin: auto;
    /*padding-bottom: 20px;*/
    border-bottom: #eaeaea 1px solid;
    border-top: #eaeaea 1px solid;
    display: flex;
    flex-wrap: wrap;
}
.tag-box{
    cursor: pointer;
    margin: 20px;
    overflow: hidden;
    width: 210px;
    color: white;
    font-size: 20px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    letter-spacing: 2px;
    opacity: 1;
}
.tag-box:hover{
    font-size: 25px;
}
.tag-box:hover img{
    height: 50px;
    width: 50px;
}
.tag-box img{
    height: 48px;
    width: 48px;
}
.con-title{
    border-bottom: 1px #e7e6e7 solid;
    height: 55px;
    margin-bottom: 45px;
    position: relative;
}
.con-title-bg{
    height: 50px;
    width: 220px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    bottom: -25px;
  z-index:11;
    background-color: white;
    background-image: url("../img/index2_03.jpg");
    /*n_zj_03*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #096ad9;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
}

@media only screen and (max-width: 768px){
  .footer{
bottom: -97px;
  }
  .more_btns{
  	display:none;
  }

}
/*  科室导航   */
@media only screen and (max-width:550px) {
    .my-btn{
        width: 115px ;
        max-width: 100% !important;
    }

}

@media  only screen and  (max-width: 365px){
    .my-btn{
        width: 130px ;
        max-width: 100% ;
    }
    .Min_con6 .tab_tit span{
        width: 83px !important;
    }
    .Min_con6 .tab_tit span{
        width: 100px !important;
    }
}

@media only screen and (max-width:350px) {
    .my-btn{
        width: 103px ;
        max-width: 100% ;
    }
}

@media only screen and (min-width: 765px) {
    .my-btn{
        width: 150px ;
        max-width: 100% ;
    }
}

.my-btn{
    margin:10px 5px /*5px 10px*/;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 42%;

    border: #d9d8d8 1px solid !important;
    background: white;
}
.my-btn:hover{
    font-weight: bold;
    color: white !important;
    border: #d9d8d8 1px solid;
    background: #096ad9;
}

.my-btn a{
    color: #337ab7;
}
.my-btn:hover a{
    font-weight: bold;
    color: white;
}
.footer{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -165px;
    background-color: #096ad9 !important;
    background-image: url(../img/index2_56.jpg) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    color: #d2e5ff !important;
}

