/* 海报图 */
.haibaotu{
    width: 100%;
    overflow: hidden;
}
.haibaotu img{
    display: block;
}

/* 头条新闻样式 */

.ttnew{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ttnew .cont{
    width: 1400px;
    overflow: hidden;
    padding: 50px 0;
    margin: auto;
    text-align: center;
}
.ttnew .cont h1{
    font-size: 42px ;
    margin-bottom: 30px;
}
.ttnew .cont p{
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
}


/* 培训通知样式 */
.pxtz{
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pxtz .cont{
    width: 1400px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.pxtz .cont .a1{
    width: 130px;
    height: 80px;
    text-align: right;
    color: #c83800;
    background-image: url(../images/laba.png);
    background-repeat: no-repeat;
    background-position: 0 26px;
}
.pxtz .cont .a2{
    width: 1260px;
    height: 80px;
}
.pxtz .cont .a2 a{
    margin-right: 50px;
}

/* 新闻中心样式 */
.new{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.new .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.new .cont .qht{
    width: 650px;
    overflow: hidden;
}
.headline h1{
	font-size:22px;
	margin-bottom:10px;
}
.headline p{
	font-size:14px;
	line-height:22px;
}
.headline-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    line-height: 45px;
}
.headline-list ul li{
	width:100%;
        background-image: url(../images/sanj.png);
        background-repeat: no-repeat;
        background-position: 0 15px;
        text-indent: 20px;
        white-space: nowrap; 
        text-overflow:ellipsis;
        overflow:hidden;
    }
.new .cont .abt{
    width: 700px;
    overflow: hidden;
}
/* 
.new .cont .abt .list{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
}
.new .cont .abt .list:nth-child(1){
    padding-top: 0;
}
.new .cont .abt .list .rq{
    width: 100px;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.new .cont .abt .list .rq h1{
    font-size: 48px;
    color: rgba(0, 0, 0, 0.6);
}
.new .cont .abt .list .rq p{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
}
.new .cont .abt .list .bt{
    width: 580px;
    overflow: hidden;
}
.new .cont .abt .list .bt h1{
    font-size: 32px;
    margin-bottom: 10px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.new .cont .abt .list .bt p{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
 */
.new .cont .abt .li{
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.new .cont .abt .li .num{
	display:inline-block;
	border-radius:20px;
	width:20px;
	height:20px;
	background-color:#5f2c0b;
	color:#fff;
	text-align:center;
	font-size:12px;
	margin-right:10px;
	line-height:22px;
}
.new .cont .abt .li .name{
	display:inline-block;
	line-height:22px;
}
.new .cont .abt .li .hit{
	color:red;
}

/* 编辑精选样式 */
.bjjx{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 0;
}


/* 医学讲堂样式 */
.yxjt{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.yxjt .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.yxjt .cont .list{
    width: 320px;
    overflow: hidden;
}
.yxjt .cont .list .pic{
    width: 320px;
    height: 210px;
    overflow: hidden;
}
.yxjt .cont .list .pic img{
    width: 320px;
    height: 210px;
    transition: all 1.0s;
}
.yxjt .cont .list .pic img:hover{
    transform: scale(1.2);
}
.yxjt .cont .list h1{
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.yxjt .cont .list p{
    font-size: 14px;
    line-height: 28px;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    padding: 20px 0;
}
.ljxx{
    display: block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    background-color: #eeeeee;
}


/* 名医名师样式 */
.myms{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 0;
}
.myms .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.myms .cont .list{
    width: 320px;
    overflow: hidden;
    text-align: center;
}
.myms .cont .list .pic{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.myms .cont .list .pic img{
    width: 280px;
    /* height: 280px;
    border-radius: 50%; */
    transition: all 1.0s;
}
.myms .cont .list .pic img:hover{
    transform: scale(1.2);
}
.myms .cont .list h1{
    font-size: 28px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.myms .cont .list p{
    padding: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}
.myms .cont .list a{
    margin: auto;
}

/* 名医风采样式 */
.myfc{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.myfc .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.myfc .cont .list{
    width: 685px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}
.myfc .cont .list .pic{
    width: 240px;
    height: 250px;
    overflow: hidden;
    float: left;
}

.myfc .cont .list .pic img{
    /* width: 325px; */
    height: 350px;
    transition: all 1.0s;
}
.myfc .cont .list .pic img:hover{
    transform: scale(1.2);
}
.myfc .cont .list .abt{
    width: 410px;
    height: 250px;
    padding-top: 30px;
    padding-right: 15px;
    box-sizing: border-box;
    float: right;
}

.myfc .cont .list .abt h1{
    font-size: 26px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}

.myfc .cont .list .abt p{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    margin: 20px 0;
    text-align: justify;
}


/* 名医视频样式 */
.mysp{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.mysp .cont{
    width: 1400px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.mysp .cont .list{
    width: 330px;
    overflow: hidden;
}
.mysp .cont .list .pic{
    width: 330px;
    height: 180px;
    overflow: hidden;
}
.mysp .cont .list .pic img{
    width: 330px;
    /* height: 220px; */
    transition: all 1.0s;
}
.mysp .cont .list .pic img:hover{
    transform: scale(1.2);
}
.mysp .cont .list .nr{
    width: 330px;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
}
.mysp .cont .list .nr h1{
    font-size: 26px;
    margin-bottom: 15px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.mysp .cont .list .nr p{
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}


/* 友情链接样式 */
.yqlj{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.yqlj .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yqlj .cont a{
    display: block;
    width: 330px;
    height: 125px;
    background-color: #fff;
    margin-bottom: 25px;
}
.yqlj .cont a img{
    width: 330px;
    height: 125px;
}