/*头部*/
header {
    width: 100%;
    height: 102px;
    background: #f4f2f3;
}

header .box {
    width: 1200px;
    height: 102px;
    margin: 0 auto;
}

header .box .logo img {
    margin: 6px 2px;
    float: left;
}

header .search {
    float: right;
    height: 35px;
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    margin-top: 35px;
    margin-left: 330px;
    background: #FFFFFF;
    overflow: hidden;
}

.search input {
    display: block;
    float: left;

}

.search .keyword {
    width: 245px;
    height: 33px;
    padding-left: 15px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 15px;
}

.search .button {
    width: 33px;
    height: 33px;
    border: none;
    background: url(/static/images/seach_btn.png) no-repeat center;
    outline: none;
    cursor: pointer;
}



/* 二级导航2 */
.nav_two {
    width: 100%;
    background: #f5f5f5;
    border-top: 30px solid #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}

.nav_two .item {
    text-align: center;
    line-height: 60px;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-bottom: 0;
    background: #ffffff;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.nav_two .item:last-child {
    border-right: 1px solid #e7e7e7;
}

.nav_two .item.active {
    color: #01a45f;
    border-top: 4px solid #01a45f;
}

.nav_two .item.active::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: -1px;
    position: absolute;
}

.nav_two .item:hover {
    color: #01a45f;
}

/*底部*/
footer {
    width: 100%;
    height: 281px;
    background: url(/static/images/bg_5.jpg);
}

footer .box {
    width: 1258px;
    height: 281px;
    
    margin: 0 auto;
    border: 1px solid rgb(255, 255, 255, 0);
    box-sizing: border-box;
}

footer .box .top {
    width: 1225px;
    width: 875px;
    height: 105px;
    margin: 55px auto 30px;
}

footer .box .top ul {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 30px;
}

footer .box .top ul li {
    float: left;
    margin-left: 50px;
}

footer .box .top ul li:nth-child(1) {
    width: 200px;
    height: 104px;
    border-right: 1px solid #b0b0b0;
    padding-right: 60px;
    margin-left: 20px;
}

footer .box .top ul li:nth-child(2) img {
    float: left;
}

footer .box .top ul li:nth-child(2) h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 30px;
}

footer .box .top ul li:nth-child(3) img {
    float: left;
}

footer .box .top ul li:nth-child(3) h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 30px;
}

footer .box .top ul li:nth-child(4) {
    width: 187px;
    height: 104px;
    border-left: 1px solid #b0b0b0;
    padding-left: 60px;

}

footer .box .down {
    width: 1225px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer .box .down p {
    color: #b0b0b0;
}

footer .box .down p a {
    color: #b0b0b0;
}

/* 内页banner */
.ny-banner {
    width: 100%;
    height: 372px;
    position: relative;
    overflow: hidden;
}

.ny-banner img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 372px;
    max-width: 1920px;
    width: 1920px;
}

/* 面包屑 */
.crumbs {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    line-height: 40px;
    font-size: 15px;
}

.crumbs img {
    margin-right: 6px;
}

.crumbs i {
    margin: 0 10px;
    color: #555555;
    font-style: normal;
}

.crumbs span {
    color: #555555;
}

.crumbs a {
    color: #555555;
}

.crumbs a:hover {
    text-decoration: underline;
}

/* 科室设置 */
.department-settings {
    overflow: hidden;
}

.department-settings .second-nav {
    background: #1393dd;
    height: 196px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.department-settings .second-nav>div {
    background: #1393dd;
    height: 196px;
}

.department-settings .second-nav .item {
    color: #ffffff;
    height: 100%;
}

.department-settings .second-nav .item:hover {
    color: #ffffff;
    height: 100%;
    background: #007ac0;
}

.department-settings .second-nav .active {
    background: #007ac0;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
}

.department-settings .second-nav .name {
    font-size: 30px;
    margin-top: 15px;
}

.department-settings .second-nav .tig {
    font-size: 16px;
    color: #aac5ec;
    margin-top: 15px;
}

.department-settings .classification {
    padding: 20px 35px;
    overflow: hidden;
}

.department-settings .classification .tig {
    color: #767676;
    font-size: 16px;
    margin-right: 22px;
}

.department-settings .classification .list .item {
    padding: 0 40px;
    height: 35px;
    background: #f3f3f3;
    line-height: 35px;
    font-size: 16px;
    color: #369670;
    margin-right: 12px;
}

.department-settings .contents {
    background: #f2f2f2;
    overflow: hidden;
    padding-bottom: 100px;
}

.department-settings .contents .title {
    font-size: 16px;
    color: #369670;
    border-bottom: 1px solid #d7d7d7;
    margin: 50px 0 25px 0;
}

.department-settings .contents .title img {
    margin-right: 14px;
    display: block;
}

.department-settings .contents .list .item {
    background: #ffffff;
    padding: 10px 10px 16px 10px;
    text-align: center;
}

.department-settings .contents .list .item:hover {
    box-shadow: 0 0 15px #65aee9;
}

.department-settings .contents .list .item img {
    width: 208px;height: 142px;
    /*height: 133px;*/
}

.department-settings .contents .list .item .name {
    font-size: 16px;
    margin-top: 16px;
}

.department-settings .contents .list .item .tig {
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 12px;
}

/* 科室设置-详情 */
.department-settings-detail {
    border: 2px solid #cceaff;
    margin: 180px auto 200px auto;
}

.department-settings-detail .detail {
    line-height: 1.6;
    width: 950px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.department-settings-detail .title {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    color: #616161;
    margin-top: 60px;
}

.department-settings-detail .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 31px;
}

.department-settings-detail .img {
    margin-top: 20px;
    padding: 30px 20px;
    box-shadow: 0 0 24px #a2deff;
    margin-top: -100px;
    background: #fff;
}

.department-settings-detail .img img {
    width: 215px;
    height: 143px;
}


/* 患者服务-就诊指南 */
.patient-services-doctor {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 200px;
}

.patient-services-doctor .item {
    margin-bottom: 25px;
    width: 220px;
    height: 96px;
    background: #f3f2f2;
    color: #444444;
    font-size: 15px;
    margin-left: 25px;
    border-radius: 6px;
}

.patient-services-doctor .item:nth-of-type(5n+1) {
    margin-left: 0;
}

.patient-services-doctor .item:hover {
    backgrounds: url(/static/images/l_img/ps_guide_1.png) no-repeat center center;
    color: #fff;
    background: linear-gradient(to top,rgb(5,150,160,1),rgb(0,98,160,0.9));
    border-top: 1px solid #1990d9;
}


/* 患者服务-医保指南 */
.patient-services-insurance {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 60px;
}

.patient-services-insurance .item {
    padding: 20px 0;
    border-bottom: 1px dotted #e6e6e6;
    font-size: 15px;
    position: relative;
    padding-left: 12px;
}

.patient-services-insurance .item::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #949799;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.patient-services-insurance .item .name {
    max-width: 80%;
}

.patient-services-insurance .item .date {
    color: #999;
}

.patient-services-insurance .item:hover {
    color: #0595a0;
}

/* 患者服务-医保指南-详情 */
.patient-services-insurance-detail {
    overflow: hidden;
    padding: 60px 0 90px 0;
}

.patient-services-insurance-detail .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}

.patient-services-insurance-detail .date {
    color: #999;
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
}

.patient-services-insurance-detail .text {
    margin-top: 20px;
    line-height: 1.6;
}

/* 患者服务-投诉建议 */
.patient-services-complaint {
    padding: 60px 0 100px;
    overflow: hidden;
    color: #666;
}

.patient-services-complaint input,
.patient-services-complaint textarea,
.patient-services-complaint .submit {
    outline: none;
    border-radius: 5px;
}

.patient-services-complaint .tite {
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.patient-services-complaint .item {
    margin-top: 40px;
}

.patient-services-complaint .item .label span {
    color: red;
    margin-right: 6px;
}

.patient-services-complaint .item .select {
    margin-top: 14px;
    font-size: 15px;
}

.patient-services-complaint .item .select .i {
    margin-right: 10px;
}

.patient-services-complaint .item .select input {
    margin-right: 5px;
}

.patient-services-complaint .item .reason {
    margin-top: 40px;
    font-size: 15px;
}

.patient-services-complaint .item .reason .textarea {}

.patient-services-complaint .item .reason .textarea {
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    width: 1080px;
    padding: 10px;
}

.patient-services-complaint .item .input {
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    width: 385px;
    height: 38px;
    padding: 0 10px;
}

.patient-services-complaint .item .yzm {
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    width: 360px;
    border-radius: 5px;
}

.patient-services-complaint .item .yzm input {
    height: 38px;
    padding: 0 10px;
    border: 0;
}

.patient-services-complaint .item .yzm img {
    height: 38px;
}

.patient-services-complaint .submit {
    margin-top: 15px;
    color: #ffffff;
    width: 80px;
    height: 40px;
    cursor: pointer;
    background: #03a560;
    border: none;
}

/* 患者服务-到院路线 */
.patient-services-route {
    overflow: hidden;
    padding: 0 0 50px 0;
    font-size: 17px;
    color: #595959;
    line-height: 30px;
}

.patient-services-route .map {
    width: 100%;
    height: 390px;
    border: 2px solid #f4f3f3;
    border-radius: 4px;
    margin: 40px 0;
}


/* 筛选 */
.screen {
    background: url(/static/images/l_img/outpatient_1.jpg) no-repeat center center;
    width: 100%;
    height: 320px;
}

.screen .contents {
    padding: 1px 120px;
    overflow: hidden;
    background: #ffffff;
}

.screen .contents .item {
    padding: 17px 0;
    overflow: hidden;
    border-bottom: 1px dotted #a9a9a9;
    color: #585858;
    font-size: 15px;
}

.screen .contents .item:last-child {
    border-bottom: 0;
}

.screen .contents .item .labels {
    float: left;
    width: 95px;
}

.screen .contents .item .select span{ position:relative;padding:0 16px 0 0;}
.screen .contents .item .select a{
position: absolute;
    top: -12px;
    background: #999;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    color: #fff;
}
.screen .contents .item .select>div {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.screen .contents .item .select>div.active,.screen .contents .item .select>div.on,.screen .contents .item .select>div:hover {
    text-decoration: underline;
    color: #00b156;
}

.screen .contents .item:last-child .select>div {
    cursor: default;
}

.screen .contents .item:last-child .select>div:hover {
    text-decoration: none;
}

/* 患者服务-门诊时间 */
.patient-services-outpatient {
    overflow: hidden;
    padding: 25px 0 80px 0;
}

.patient-services-outpatient .search {
    overflow: hidden;
}

.patient-services-outpatient .search .tig {
    font-size: 12px;
    color: #545454;
}

.patient-services-outpatient .search .tig>div {
    margin-left: 22px;
}

.patient-services-outpatient .search .tig>div img {
    margin-right: 6px;
}

.patient-services-outpatient .search .form {
    overflow: hidden;
}

.patient-services-outpatient .search .form input {
    height: 37px;
    border: 1px solid #878787;
    padding: 0 16px;
    border-radius: 5px;
}

.patient-services-outpatient .search .form button {
    width: 82px;
    height: 37px;
    border: 0;
    background: url(/static/images/l_img/outpatient_5.png) no-repeat center center;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 8px;
}

.patient-services-outpatient .card {
    margin-top: 30px;
}

.patient-services-outpatient .card ul li {
    float: left;
    margin-left: 26px;
    width: 382px;
    margin-bottom: 30px;
}

.patient-services-outpatient .card ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

.patient-services-outpatient .card ul li a {
    color: #535353;
    font-size: 15px;
    display: block;
    border: 1px solid #f2f2f2;
    position: relative;
    transition: 0.5s;
    padding: 10px 20px;
}

.patient-services-outpatient .card ul li a .img {
    width: 67px;
    height: 91px;
    float: left;
    margin-right: 16px;
}

.patient-services-outpatient .card ul li a:hover {
    box-shadow: 0 0 15px #65aee9;
}

.patient-services-outpatient .card ul li .right {
    overflow: hidden;
}

.patient-services-outpatient .card ul li .right h3 {
    font-size: 18px;
    color: #3b98e2;
    font-weight: bold;
}

.patient-services-outpatient .card ul li .right .span {
    font-size: 12px;
    color: #959595;
    margin: 8px 0;
}

.patient-services-outpatient .card ul li .right .span2 {
    font-size: 12px;
    color: #464645;
    line-height: 1.5;
}

.patient-services-outpatient .card ul li .right .span b {
    font-weight: normal;
    font-size: 13px;
    color: #72b7bc;
    margin-right: 12px;
}


.patient-services-outpatient .card ul li .right .icon>img {
    position: absolute;
    top: 0px;
    left: 300px;
}

.patient-services-outpatient .card ul li .right .icon .down {
    width: 125px;
    height: 170px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    position: absolute;
    top: 50px;
    right: 5px;
    box-shadow: 0 0 15px #65aee9;
    z-index: 10;
    display: none;
}


.patient-services-outpatient .card ul li .right .icon img:hover+.down {
    display: block;
}

.patient-services-outpatient .card ul li .right .icon .down>img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 5px auto;
}

.patient-services-outpatient .card ul li .right .icon .down h4 {
    font-weight: bold;
    text-align: center;
}

.patient-services-outpatient .card ul li table {
    margin-top: 6px;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.patient-services-outpatient .card ul table .back {
    background: #f2f2f2;
}

.patient-services-outpatient .card ul table .head th,
.patient-services-outpatient .card ul table .body td {
    width: 12.5%;
    height: 30px;
    text-align: center;
    font-size: 12px;
    color: #464645;
    border: 1px solid #c9c9c9;
}

.patient-services-outpatient .card ul table .show-active {
    position: relative;
}

.patient-services-outpatient .card ul table td:hover .hide-active {
    display: block;
}

.patient-services-outpatient .card ul table .hide-active {
    position: absolute;
    top: 24px;
    left: -22px;
    width: 245px;
    height: 147px;
    background: url(/static/images/l_img/outpatient_4.png) no-repeat center center;
    display: none;
    z-index: 10;
}

.patient-services-outpatient .card ul table .hide-active>div {
    font-size: 12px;
    line-height: 25px;
    color: #464645;
    text-align: left;
    padding: 30px 0 0 30px;
}

.patient-services-outpatient .card ul table .hide-active>div span {
    color: #008cd8;
}


/* 培训基地 */
.training-base {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.training-base .contents {
    padding: 45px 40px;
    border: 2px solid #f4f3f3;
}

.training-base .contents .title {
    font-size: 48px;
    text-align: center;
    line-height: 1.5;
    font-family: "宋体";
    font-weight: bold;
}

.training-base .contents .tig {
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    font-family: "宋体";
    font-weight: bold;
}

.training-base .contents .line-box {
    text-align: center;
    margin: 35px 0 22px 0;
    font-family: "宋体";
    font-weight: bold;
    font-size: 24px;
}

.training-base .contents .line {
    position: relative;
    line-height: 44px;
    padding: 0 40px;
    display: inline-block;
}

.training-base .contents .line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #686868;
}

.training-base .contents .line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #686868;
}

.training-base .contents .list2 img {
    border: 1px solid #000;
    margin: 10px;
}

.training-base .contents .list .item {
    width: 298px;
    height: 180px;
    padding: 16px;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    line-height: 24px;
    margin: 13px;
}

.training-base .contents .list .item .img {
    margin-right: 16px;
    width: 132px;
}
.training-base .contents .list .item .img img{
    width: 100%;
    height: 179px;
}
.training-base .contents .list .item .text {
    flex: 1;
}
.training-base .contents .list .item .name {
    margin-bottom: 12px;
}

.training-base .contents .list .item .name span {
    font-size: 20px;
    font-weight: bold;
    color: #3793f1;
}


/* 新闻中心-4 */
.news-4 {
    overflow: hidden;
    padding-bottom: 70px;
}

.news-4 .classification-boxs {
    overflow: hidden;
    background: #f8f8f8;
}

.news-4 .classification {
    padding: 20px 25px;
}

.news-4 .classification .tig {
    color: #767676;
    font-size: 16px;
    margin-right: 20px;
}

.news-4 .classification .list .item {
    padding: 0 15px;
    line-height: 30px;
    color: #666;
    margin-right: 25px;
    border-radius: 3px;
}

.news-4 .classification .list .item.active {
    color: #ffffff;
    background: #03b96c;
}

.news-4 .classification .list .item:hover {
    color: #ffffff;
    background: #03b96c;
}

.news-4 .contents {
    overflow: hidden;
}

.news-4 .contents .contents-list {
    display: table;
}

.news-4 .contents .contents-list-item {
    margin-top: 30px;
}

.news-4 .contents .title {
    font-size: 16px;
    color: #369670;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    font-weight: bold;
}

.news-4 .contents .title img {
    margin-right: 14px;
    display: block;
}

.news-4 .contents .list .item {
    margin-left: 24px;
    margin-bottom: 24px;
    width: 180px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.news-4 .contents .list .item:nth-of-type(6n+1) {
    margin-left: 0;
}

.news-4 .contents .list .item img {
    width: 100%;
    height: 232px;
}

.news-4 .contents .list .item:hover {
    box-shadow: 0 0 15px #65aee9;
}

.news-4 .contents .list .item .name {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #43bc8c;
    padding: 0 6px;
}

/* 新闻中心-1 */
.news-1 {
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 70px;
}

.news-1-carousel .img {
    width: 300px;
    height: 178px !important;
    margin-right: 35px;
    float: left;
}

.news-1-carousel .carousel-inner>.item {
    padding: 20px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.news-1-carousel .carousel-inner>.item:hover .box .title {
    color: #0595a0;
}

.news-1-carousel .box {
    overflow: hidden;
}

.news-1-carousel .box .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 6px;
    color: #0595a0;
}

.news-1-carousel .box .date {
    color: #aeaeae;
    font-size: 12px;
    font-family: "宋体";
    margin: 10px 0 15px 0
}

.news-1-carousel .box .text {
    color: #676767;
    line-height: 30px;
    text-indent: 20px;
}
.news-1-carousel .box .text:hover {color: #222;}

.news-1-carousel .carousel-indicators {
    position: absolute;
    bottom: -40px;
}

.news-1-carousel .carousel-indicators li {
    background: #0990a2;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 0;
    margin: 0 10px;
}

.news-1-carousel .carousel-indicators .active {
    width: 13px;
    height: 13px;
    background: #7cc68b;
}

.news-1-contents {
    overflow: hidden;
    margin-top: 55px;
}

.news-1-contents .news-left {
    width: 900px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding-bottom: 35px;
}

.news-1-contents .news-left .news-title {
    height: 45px;
    background: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
}

.news-1-contents .news-left .news-title span {
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    background: #00b156;
    text-align: center;
    display: block;
    width: 110px;
}

.news-1-contents .news-left .news-list {
    padding: 0 20px;
}

.news-1-contents .news-left .news-list .item {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    height: 170px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.news-1-contents .news-left .news-list .item .img {
    float: left;
    height: 130px;
    width: 190px;
    background: #dddddd;
    position: relative;
}

.news-1-contents .news-left .news-list .item .img img {
    height: 100%;
    width: 100%;
}

.news-1-contents .news-left .news-list .item .img .tig {
    position: absolute;
    bottom: 10px;
    left: 6px;
    padding: 0 15px;
    line-height: 22px;
    color: #ffffff;
    background: #a4a4a3;
    border-radius: 20px;
    font-size: 14px;
}

.news-1-contents .news-left .news-list .item .box {
    width: 640px;
    float: right;
}

.news-1-contents .news-left .news-list .item .box .shares-fx {
    position: absolute;
    top: 14px;
    right: -17px;
}

.news-1-contents .news-left .news-list .item .box .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    width: 80%;
}

.news-1-contents .news-left .news-list .item .box .title .title-width {
    width: 80%;
}

.news-1-contents .news-left .news-list .item .box .title .tig {
    padding: 0 15px;
    line-height: 22px;
    color: #ffffff;
    background: #a4a4a3;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 10px;
}

.news-1-contents .news-left .news-list .item .box .date {
    color: #b3b3b3;
    font-size: 12px;
    font-family: "宋体";
    margin: 18px 0
}

.news-1-contents .news-left .news-list .item .box .text {
    color: #8f8f8f;
    line-height: 24px;
    font-size: 12px;
}

.news-1-contents .news-left .news-list .item .box .text a {
    color: #010101;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    float: right;
}
.news-1-contents .news-left .news-list .item .box .text a:hover{
    color: #fb9504;
}

.news-1-contents .news-left .news-list .item:hover .box .text a {
    color: #0595a0;
}

.news-1-contents .news-left .news-list .item2 .box {
    width: 100%;
    float: none;
}

.news-1-contents .news-left .news-list .item2 .box .title .name {
    width: 80%;
}

.news-1-contents .news-right {
    width: 270px;
    overflow: hidden;
}

.news-1-contents .news-right .news-right-item {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.news-1-contents .news-right .news-right-item .title {
    height: 45px;
    background: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
}

.news-1-contents .news-right .news-right-item .title span {
    line-height: 45px;
    font-size: 16px;
    padding-left: 20px;
}

.news-1-contents .news-right .news-right-item .list {
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.news-1-contents .news-right .news-right-item .list a {
    display: block;
    padding: 20px 0 0 0;
    color: #7c7c7c;
    overflow: hidden;
    line-height: 20px;
}

.news-1-contents .news-right .news-right-item .list a:hover {
    color: #5fb8c0;
}

.news-1-contents .news-right .news-right-item .list a .num {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #cccccc;
}

.news-1-contents .news-right .news-right-item .list a .red {
    background-color: #ff6e1d;
}

.news-1-contents .news-right .news-right-item .video-list {
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.news-1-contents .news-right .news-right-item .video-list a {
    display: block;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.news-1-contents .news-right .news-right-item .video-list a img {
    float: left;
    width: 80px;
    height: 55px;
    margin-right: 15px;
}

.news-1-contents .news-right .news-right-item .video-list a .name {
    line-height: 18px;
    font-size: 15px;
    margin: 6px 0 10px 0;
}

.news-1-contents .news-right .news-right-item .video-list a .tig {
    font-size: 12px;
    color: #8f8f8f;
}

.news-1-contents .news-right .news-right-item .video-list a:hover {
    color: #5fb8c0;
}


/* 新闻中心-2 */
.news-2 {
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 70px;
}

.news-2-contents {
    overflow: hidden;
}

.news-2-contents .news-left {
    width: 860px;
    overflow: hidden;
    padding-bottom: 35px;
}

.news-2-contents .news-left .news-title {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    font-size: 16px;
}

.news-2-contents .news-left .news-title>div {
    padding-bottom: 20px;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}

.news-2-contents .news-left .news-title .active {
    font-weight: bold;
}

.news-2-contents .news-left .news-title .active::before {
    content: "";
    width: 32px;
    height: 5px;
    background: #03a560;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-2-contents .news-left .news-title>div:hover {
    color: #03a560;
}

.news-2-contents .news-left .news-list {
    margin-top: 20px;
}

.news-2-contents .news-left .news-list .item {
    padding: 20px 0;
    border-bottom: 1px dotted #e1e1e1;
    max-height: 190px;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.news-2-contents .news-left .news-list .item:last-child {
    border: 0;
}

.news-2-contents .news-left .news-list .item .img {
    float: left;
    height: 150px;
    width: 260px;
    background: #dddddd;
    position: relative;
}

.news-2-contents .news-left .news-list .item .img img {
    height: 100%;
    width: 100%;
}

.news-2-contents .news-left .news-list .item .box {
    width: 570px;
    float: right;
}

.news-2-contents .news-left .news-list .item .box .shares-fx {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.news-2-contents .news-left .news-list .item .box .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
}

.news-2-contents .news-left .news-list .item .box .title .title-width {
    width: 80%;
}

.news-2-contents .news-left .news-list .item .box .date {
    color: #b3b3b3;
    font-size: 12px;
    font-family: "宋体";
}

.news-2-contents .news-left .news-list .item .box .text {
    color: #8f8f8f;
    line-height: 24px;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.news-2-contents .news-left .news-list .item .box .text a {
    color: #010101;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    float: right;
}

.news-2-contents .news-left .news-list .item:hover .box .title {
    color: #0595a0;
}

.news-2-contents .news-left .news-list .item2 .box {
    width: 100%;
    float: none;
}

.news-2-contents .news-left .news-list .item2 .box .title .name {
    width: 80%;
}

.news-2-contents .news-right {
    width: 280px;
    overflow: hidden;
}

.news-2-contents .news-right .news-right-item {
    margin-bottom: 30px;
}

.news-2-contents .news-right .news-right-item .title {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
}

.news-2-contents .news-right .news-right-item .title::before {
    content: "";
    width: 32px;
    height: 5px;
    background: #03a560;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-2-contents .news-right .news-right-item .list {
    overflow: hidden;
    margin-top: 20px;
}

.news-2-contents .news-right .news-right-item .list a {
    padding: 10px 0;
    color: #7c7c7c;
    overflow: hidden;
    border-bottom: 1px dotted #e1e1e1;
}

.news-2-contents .news-right .news-right-item .list a:last-child {
    border: 0;
}

.news-2-contents .news-right .news-right-item .list a:hover {
    color: #0595a0;
}

.news-2-contents .news-right .news-right-item .list a .num {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    color: #ffffff;
    text-align: center;
    background-color: #cccccc;
    line-height: 32px;
}

.news-2-contents .news-right .news-right-item .list a .red {
    background-color: #ea5501;
}

.news-2-contents .news-right .news-right-item .list a .red2 {
    background-color: #179ed8;
}

.news-2-contents .news-right .news-right-item .list a .red3 {
    background-color: #04ca97;
}

.news-2-contents .news-right .news-right-item .list a .name {
    flex: 1;
    line-height: 1.3;
}


.news-2-contents .news-right .news-right-item .video-list {
    overflow: hidden;
}

.news-2-contents .news-right .news-right-item .video-list a {
    display: block;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.news-2-contents .news-right .news-right-item .video-list a img {
    float: left;
    width: 134px;
    height: 90px;
    margin-right: 15px;
}

.news-2-contents .news-right .news-right-item .video-list a .name {
    line-height: 22px;
    font-size: 15px;
    margin: 6px 0 20px 0;
}

.news-2-contents .news-right .news-right-item .video-list a .tig {
    font-size: 12px;
    color: #8f8f8f;
}

.news-2-contents .news-right .news-right-item .video-list a:hover {
    color: #0595a0;
}


/* 新闻详情 */
.news-detail {
    overflow: hidden;
    padding-bottom: 70px;
}

.news-detail-left {
    margin-top: 70px;
    width: 790px;
    overflow: hidden;
}

.news-detail-left .title {
    font-size: 23px;
    line-height: 33px;
    width: 80%;
}

.news-detail-left .box {
    margin-top: 50px;
}

.news-detail-left .box .date {
    text-align: center;
    color: #ca0000;
    font-family: "arial";
}

.news-detail-left .box .date .m {
    font-size: 24px;
    margin-bottom: 12px;
}

.news-detail-left .box .date .line {
    height: 1px;
    background: #ca0000;
    margin: 8px 0;
}

.news-detail-left .box .date .tig {
    color: #999999;
    position: relative;
    margin-top: 25px;
}

.news-detail-left .box .date .tig::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #e5e5e5;
}

.news-detail-left .box .date .tig::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #e5e5e5;
}

.news-detail-left .box .text {
    width: 650px;
    font-size: 16px;
    line-height: 31px;
    color: #555555;
}

.news-detail-left .box .text .f {
    text-align: right;
    color: #979595;
    font-size: 13px;
}

.news-detail-left .box .text .wz {
    margin-top: 10px;
}

.news-detail-right {
    margin-top: 35px;
    width: 350px;
    overflow: hidden;
}

.news-detail-right .h1-1 {
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    background: #0892a2;
}

.news-detail-right .news-detail-carousel {
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding-bottom: 60px;
}

.news-detail-right .news-detail-carousel .item:hover .text {
    color: #0595a0;
}

.news-detail-right .news-detail-carousel .img {
    width: 100%;
    height: 194px;
}

.news-detail-right .news-detail-carousel .text {
    padding: 20px 20px 0 20px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.news-detail-right .news-detail-carousel .carousel-indicators {
    position: absolute;
    bottom: 16px;
}

.news-detail-right .news-detail-carousel .carousel-indicators li {
    background: #d2d2d2;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 0;
    margin: 0 10px;
}

.news-detail-right .news-detail-carousel .carousel-indicators .active {
    width: 13px;
    height: 13px;
    background: green;
}

.news-detail-right .h1-1 {
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    background: #0892a2;
}

.news-detail-right .h2-1 {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    font-size: 22px;
    padding-bottom: 16px;
    position: relative;
    color: #b40008;
    margin-top: 50px;
}

.news-detail-right .h2-1::before {
    content: "";
    width: 84px;
    height: 1px;
    background: #c23238;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-detail-right .time-axis {
    padding-left: 4px;
}

.news-detail-right .time-axis .item {
    display: block;
    padding-bottom: 30px;
    padding-left: 26px;
    border-left: 2px solid #e1e1e1;
    position: relative;
}

.news-detail-right .time-axis .item .date {
    font-size: 16px;
    color: #0892a2;
}

.news-detail-right .time-axis .item .text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 6px;
}

.news-detail-right .time-axis .item::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 3px;
    width: 8px;
    height: 8px;
    border: 1px solid #666666;
    border-radius: 50px;
    background: #ffffff;
}

.news-detail-right .time-axis .item:first-child::before {
    background: #b40008;
    width: 9px;
    height: 9px;
    top: 0;
    border: 0;
}


/* 分页 */
.in-fy {
    margin-top: 35px;
    overflow: hidden;
}

.in-fy .box {
    margin: 0 auto;
    /* width: 760px; */ width: 100%;text-align: center;
}

.in-fy .box span {
    /* float: left;
    display: block; */
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #f1eff0;
    border-radius: 3px;
    text-align: center;
    margin-left: 8px;
}

.in-fy .box .first {
    /* float: left;
    display: block; */
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #f1eff0;
    border-radius: 3px;
    text-align: center;
    margin-left: 8px;
}

.in-fy .box .active a{
    background: #8cccff;
}

.in-fy .box a {
    /* float: left; */
    margin-left: 8px;
    /* display: block; */
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f1eff0;
    border-radius: 3px;
    text-align: center;
}

.in-fy .box a:hover {
    background: #8cccff;
    color: #3A3A3A;
}


.in-fy .box input {
    /* float: left; */
    width: 60px;
    height: 38px;
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #8C8C8C;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    outline: medium;
    border-radius: 3px;
}


.in-fy .box button {
    width: 60px;
    height: 40px;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    border: none;
    background: #f1eff0;
    font-size: 16px;
    transition: 0.5s;
    outline: none;
}


.in-fy .box button:hover {
    background: #8cccff;
    color: #3A3A3A;
    cursor: pointer;
}


.pgbreak{ border-top: 1px solid #eee;margin-top: 30px; padding-top: 20px; }

.news-list .item:after{ content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;}








