.headline {
    width: 1330px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    box-sizing: border-box;
}
.h-wrapper {
    display: flex;
    height: 366px;
    box-shadow: 0px 1px 3px 1px rgba(7, 17, 27, 0.06);
    padding: 10px;
    box-sizing: border-box;
}
.h-wrapper .banner1 {
    display: flex;
    flex-direction: column;
    width: 302px;
}
.h-wrapper .banner2 {
    width: 490px;
    height: 330px;
    margin-left: 16px;
    margin-top: 2px;
}
.h-wrapper .content {
    display: flex;
    flex-direction: column;
    width: 450px;   
    margin-left: 26px;
    padding-top: 15px;
    box-sizing: border-box;
}
.h-wrapper .banner1 .bu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 165px;
    background-color: #4ec6ab;
    margin-bottom: 4px;
    color: #fff;
}
.h-wrapper .banner1 .bu i {
    width: 62px;
    height: 62px;
    background: url('../img/yiliao.png') no-repeat center;
    background-size: 100%;
}
.h-wrapper .banner1 .bu h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
}
.h-wrapper .banner1 .bu span {
    font-size: 12px;
    line-height: 18px;
}
.h-wrapper .banner1 .bd {
    height: 165px;
    background: url('../img/news-banner2.jpg') no-repeat center;
}
.h-wrapper .content .tit {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}
.h-wrapper .content .tit:hover {
    text-decoration: underline;
    color: #08639c;
}
.h-wrapper .content .description {
    color: #666666;
    margin-top: 30px;
    line-height: 25px;
    height: 120px;
    overflow: hidden;
}
.h-wrapper .content .date {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.h-wrapper .content .date span {
    color: #999999;
}
.h-wrapper .content .date .more {
    display: flex;
    align-items: center;
}
.h-wrapper .content .date .more i {
    width: 130px;
    height: 1px;
    border-bottom: 1px dashed #5bb4f0;
}
.h-wrapper .content .date .more a {
    color: #f48430;
    margin-left: 14px;
}
.h-wrapper .content .date .more a:hover {
    text-decoration: underline;
}
.subject {
    padding: 40px 0 60px 0;
    box-sizing: border-box;
    background-color: #f7fcff;
    box-shadow: 0px 1px 3px 1px rgba(7, 17, 27, 0.06);
}
.w-more {
    width: 160px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #c9d7e4;
    cursor: pointer;
    margin-top: 30px;
    box-sizing: border-box;
    font-size: 16px;
}
.w-more a {
     color: #0559a1;
}
.subject .s-list {
    width: 1330px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.subject .s-list .item {
    display: flex;
    flex-direction: column;
    width: 605px;
    height: 320px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fdfffe;
    margin-bottom: 24px;
    box-shadow: 0px 1px 2px 3px rgba(181, 214, 233, 0.06);
}
.subject .s-list .item h2 {
    color: #343434;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.subject .s-list .item span {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    margin-top: 20px;
    overflow: hidden;
}
.subject .s-list .item div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 30px;
    border: 1px solid #3b81bd;
    box-sizing: border-box;
    margin-top: 50px;
}
.subject .s-list .item div i {
    width: 22px;
    height: 22px;
    background: url('../img/l-more.png') no-repeat center;
    background-size: 22px 22px;
    margin-right: 10px;
}
.subject .s-list .item div a {
    color: #3883bd;
}
.subject .s-list .item.active {
    background-color: #3284bc;
}
.subject .s-list .item.active h2,.subject .s-list .item.active span {
    color: #fff;
}
.subject .s-list .item.active div {
    background-color: #f48430;
}
.subject .s-list .item.active div i {
    background: url('../img/l-more2.png') no-repeat center;
    background-size: 100%;
}
.subject .s-list .item.active div a {
    color: #fff;
}
.department {
    width: 1330px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
.d-wrapper {
    display: flex;
    height: 460px;
    margin-top: 30px;
    padding: 10px;
    box-shadow: 0px 1px 2px 1px rgba(7, 17, 27, 0.06);
    box-sizing: border-box;
}
.d-wrapper .dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
}
.d-wrapper .dl .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.d-wrapper .dl .item .chinese {
    font-size: 22px;
    line-height: 40px;
}
.d-wrapper .dl .item .english {
    font-size: 10px
}
.d-wrapper .dr {
    width: 980px;
}
.d-wrapper .dr .d-list {
    display: none;
    flex-flow: wrap;
    align-content: flex-start; 
    padding: 25px 0 0 10px;
    box-sizing: border-box;
    height: 440px;
    /*overflow-y: scroll;*/
}
.d-wrapper .dr .d-list li {
    width: 175px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.d-wrapper .dr .d-list li a:hover {
    color: #0267ab;
    text-decoration: underline;
}
.diagnosis {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
}
.diagnosis .dd-list {
    display: flex;
    justify-content: space-between;
    height: 358px;
    margin-top: 30px;
}
.diagnosis .dd-list .item {
    position: relative;
    width: 33%;
}
.diagnosis .dd-list .item img {
    position: absolute;
    height: 100%;
    z-index: 97;
    top: 0;
    left: 0;
}
.diagnosis .dd-list .item span {
    position: absolute;
    z-index: 98;
    width: 100%;
    display: block;
    bottom: 0;
    text-align: center;
    height: 100px;
    line-height: 120px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(rgba(93,116,130,0.08),rgba(56,121,175,.9));
}

.inform {
    width: 1330px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
    height: 500px;
}
.inform .i-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.inform .i-list .item {
    display: flex;
    align-items: center;
    width: 656px;
    height: 50px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.inform .i-list .item span {
    width: 124px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3598db;
    color: #fff;
    font-size: 16px;
}
.inform .i-list .item a {
    width: 500px;
    height: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
}
.inform .i-list .item a:hover {
    text-decoration: underline;
    color: #08639c;
}

.w-title {
    position: relative;
    text-align: center;
    color: #0168ad;
    font-size: 28px;
}

.blue {
    background: linear-gradient(#5eb0e8, #3a99d9);
}
.green {
    background: linear-gradient(#53dfd2, #3bada3);
}
.orange {
    background: linear-gradient(#feb16d, #f18d35);
}
.purple {
    background: linear-gradient(#7091f8, #5572d0);
}

.m-banner {
    width: 100%;
    height: 514px;
    background: url('../img/2.jpg') no-repeat center;
}
