/* 医院新闻 */
.content {
    background-color: #f7f7f7;
}
.swiper-container.list-img {
    width: 1250px;
    height: 415px;
    margin: 0 auto;
}
.list-img img {
    float: left;
    width: 740px;
    height: 100%;
}
.list-img .list-box {
    float: left;
    width: 510px;
    height: 415px;
    padding: 60px 40px 35px 30px;
    color: #fff;
    background-color: #008dc9
} 
.list-box h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.list-box p {
    display: -webkit-box;
    line-height: 25px;
    margin-top: 30px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.list-box .date {
    display: inline-block;
    margin-top: 28px;
    color: #a3cbe5;
}
.swiper-pagination {
    position: absolute;
    bottom: 30px;
    right: 10%;
    /*width: 85px;*/
    height: 5px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 60px;
    height: 10px;
    background-color: #b3b5b5;
    margin-right: 5px;
}
.swiper-active-switch {
    background-color: #fff;
}
/* 列表 */
.new-lists {
    width: 1180px;
    margin: 0 auto;
}
.new-lists li {
    width: 100%;
    height: 82px;
    line-height: 82px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/hltd/circle.png) left center no-repeat;
    padding-left: 20px;
}
.new-lists a {
    display: inline-block;
    width: 65%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-lists .source {
    float: right;
    width: 200px;
    text-align: left;
    font-size: 16px;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-lists .date {
    float: right;
    margin-left: 80px;
    font-size: 16px;
    color: #999;
}
/*导航页样式*/
.yy-nav{
    width: 1180px;
    margin: 0 auto;
     margin-top: 57px;
}
.yy-nav ul {
    text-align: center;
}
.yy-nav li {
    margin-top: -1px;
    z-index: 100;
    margin-right: 40px;
    position: relative;
    height: 66px;
    display: inline-block;
    font-size: 34px;
    color: #333333;
    transition: none;
}
.yy-nav li.active a {
    color: #9c1e23;
    font-weight: bold;
}
.yy-nav li.active:after {
    content: "";
    width: 68px;
    height: 6px;
    background: #9c1e23;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    bottom: -6px;
    text-align: center;
    margin-left: 50%;
    left: -34px;
}
@media screen and (max-width:768px) {
    .content{width: 100%;padding: 0 15px;}
    .swiper-container.list-img{height: 500px;width: 100%;}
    .list-img img,.list-img .list-box{float:none;}
    .list-img img{height: 430px;width: 100%;}
    .list-img .list-box{width: 100%;height: 70px;padding:10px;}
    .list-box p,.list-box .date{display: none;}
    .list-box h3{font-weight: 400;font-size: 14px;}
    .swiper-pagination{right: calc(50% - 130px);bottom: 23px;}
    .yy-nav,.new-lists{width: 100%;}
	.yy-nav ul{text-align:left;}
    .yy-nav li{font-size: 18px;height: 30px;    width: 32.333%;
    text-align: center;
    margin-bottom: 20px;margin-right:0px;}
    .yy-nav li.active:after{height: 3px;}
    .new-lists .source{width: 19%;}
.new-lists a{width: 45%;}
.new-lists .date{margin-left: 10%;}
}
@media screen and (max-width: 414px) {
    .swiper-container.list-img{height: 300px}
    .list-img img{height: 230px;}
    .swiper-pagination{bottom: 17px;}
}
@media screen and (max-width: 376px) {
.new-lists a{font-size: 16px;}
.new-lists .date,.new-lists .source{font-size: 14px;}
}
@media screen and (max-width: 321px) {
.new-lists a{font-size: 14px;}
.new-lists .date,.new-lists .source{font-size: 12px;}
}