/* 头部导航 */
.top {
    width: 100%;
    height: 74px;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 99;
}
.topContent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}
.topLeft {
    width: 15%;
}
.topLeft a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    line-height: 74px;
    color: #060606;
    font-size: 24px;
    text-decoration:none;
}
.topLeft a img {
    padding-top: 16px;
    width: 42px;
    height: 42px;
    margin-right: 6px;
}
.topMiddle {
    width: 60%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}
.topMiddle li {
    width: 16.66%;
    line-height: 74px;
    color: #000000;
    font-size: 18px;
    list-style-type: none;
}
.topMiddle li a {
    display: block;
    width: 100%;
    line-height: 74px;
    color: #000000;
    font-size: 18px;
    text-decoration:none;
    cursor: pointer;
}
.topMiddle li .active {
    color: #01B2B8;
    border-bottom: 2px solid #01B2B8;
}
.topRight {
    width: 25%;
    display: flex;
    flex-wrap: nowrap;
}
.search {
    width: 100%;
    height: 24px;
    padding-top: 25px;
    position: relative;
}
.search input {
    width: 85%;
    height: 24px;
    border: 1px solid #aaa;
    border-radius: 12px;
    padding: 0 30px 0 10px;
    text-align: left;
    color: #333;
}
.search img {
    position: absolute;
    right: 12px;
    top: 32px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
/* 疾病内容 */
.diseaseContent {
    width: 1200px;
    margin: 0 auto;
    margin-top: 74px;
}
.dcTop {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #B5B5B5;
}
.dcTop div {
    width: 142px;
    height: 36px;
    background: #dddedf;
    text-align: center;
    line-height: 36px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.dcTop .active {
    background: #01B2B8;
    color: #fff;
}
.line {
    width: 100%;
    height: 1px;
    background: #B5B5B5;
    margin-top: 50px;
}
.dcMiddle {
    width: 100%;
}
.departments {
    display: block;
}
.alphabet {
    display: none;
}
.part {
    display: none;
}
.dcMiddle .dcmOne {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.dcMiddle .dcmOne .left {
    width: 75px;
}
.dcMiddle .dcmOne .right {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dcMiddle .dcmOne .right div {
    padding: 0 5px;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.dcMiddle .dcmOne .right .active {
    background: #01B2B8;
    color: #fff;
}
.dcMiddle .dcmTwo {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.dcMiddle .dcmTwo .left {
    width: 75px;
}
.dcMiddle .dcmTwo .right {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dcMiddle .dcmTwo .right div {
    padding: 0 5px;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.dcMiddle .dcmTwo .right .active {
    background: #01B2B8;
    color: #fff;
}
.dcMiddle .dcmThree {
    width: 100%;
    padding: 20px 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dcMiddle .dcmThree div {
    padding: 0 5px;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.dcMiddle .dcmThree .active {
    background: #01B2B8;
    color: #fff;
}
.dcMiddle .dcmFour {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.dcMiddle .dcmFour .left {
    width: 70px;
    text-align: right;
    padding-right: 5px;
}
.dcMiddle .dcmFour .right {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dcMiddle .dcmFour .right div {
    padding: 0 5px;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.dcMiddle .dcmFour .right .active {
    background: #01B2B8;
    color: #fff;
}
.dcBottom {
    width: 100%;
    margin-top: 50px;
}
.dcBottom .numBox {
    width: 100%;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dcBottom .numBox .text {
    display: flex;
    align-items: center;
}
.dcBottom .numBox .text img {
    width: 25px;
    height: 25px;
}
.dcBottom .numBox .num span {
    color: #01B2B8;
}
.dcBox {
    width: 100%;
}
.dcBox .dcbcont {
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #B5B5B5;
    display: flex;
    flex-wrap: wrap;
}
.dcBox .dcbcont div {
    width: 20%;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    cursor: pointer;
}
.dcBox .dcbcont div:hover span {
    color: #00B2B8;
}
/* 疾病详情内容 */
.diseaseContent .titleName {
    color: #000;
    font-size: 20px;
    padding: 5px 0;
    margin-bottom: 10px;
}
.diseaseContent .detailTop {
    background: #E4E4E4;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.diseaseContent .detailTop div {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.diseaseContent .detailTop .active {
    background: #01B2B8;
    color: #fff;
}
/* 公共样式 */
.diseasePublic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
    margin: 15px 0;
}
.diseasePublic .title {
    color: #01B2B8;
    border-left: 2px solid #01B2B8;
    padding-left: 10px;
}
.diseasePublic .more {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.diseasePublic .more img {
    width: 12px;
    height: 10px;
    margin-left: 6px;
    margin-top: 3px;
}
/* 疾病信息详情 */
.diseaseContent .detileInfo .contentInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.diseaseContent .detileInfo .contentInfo div {
    color: #444;
    padding: 5px 0;
    width: 50%;
    display: flex;
}
.diseaseContent .detileInfo .contentInfo div span {
    display: inline-block;
    width: 480px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.listCont {
    display: none;
    padding-top: 20px;
}
.detileInfo {
    display: block;
}
/* 相关视频 */
.videoInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.videoInfo .boxContent {
    width: 23%;
    margin: 0 10px 20px;
    background: #fcf8f8;
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
}
.videoInfo .boxContent .boxTop {
    width: 100%;
    height: 164px;
    overflow: hidden;
}
.videoInfo .boxContent .img1 {
    width: 100%;
    height: auto;
}
.videoInfo .boxContent .img2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 73px;
    left: 40%;
}
.videoInfo .boxContent .audioTime {
    background: #BFBFBF;
    padding: 0 5px;
    border-radius: 10px;
    position: absolute;
    top: 137px;
    right: 10px;
    font-size: 14px;
}
.videoInfo .boxContent .boxBottom {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    /* height: 115px; */
}
.videoInfo .boxContent .boxBottom .box1 {
    font-size: 16px;
    color: #000;
    padding-top: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 20px;
}
.videoInfo .boxContent .boxBottom .box2 {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.videoInfo .boxContent .boxBottom .box2 div {
    width: 50%;
}
.videoInfo .boxContent .boxBottom .box3 {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.videoInfo .boxContent .boxBottom .box3 .t1 {
    display: flex;
    flex-wrap: nowrap;
}
.videoInfo .boxContent .boxBottom .box3 .t1 img {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    vertical-align: middle;
    border-radius: 100%;
}
.videoInfo .boxContent .boxBottom .box3 .t1 span {
    display: inline-block;
    padding-top: 5px;
}
.videoInfo .boxContent .boxBottom .box3 .t2 {
    padding-top: 5px;
}
/* 相关语音 */
.audioInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.audioInfo .boxContent {
    width: 23%;
    margin: 0 10px 20px;
    background: #fcf8f8;
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
}
.audioInfo .boxContent .boxTop, .audioInfo .boxContent .boxTopBox {
    width: 100%;
    height: 164px;
    overflow: hidden;
}
.audioInfo .boxContent .img1 {
    width: 100%;
    height: auto;
}
.audioInfo .boxContent .img2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 73px;
    left: 40%;
}
.audioInfo .boxContent .audioTime {
    background: #BFBFBF;
    padding: 0 5px;
    border-radius: 10px;
    position: absolute;
    top: 137px;
    right: 10px;
    font-size: 14px;
}
.audioInfo .boxContent .boxBottom {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    /* height: 115px; */
}
.audioInfo .boxContent .boxBottom .box1 {
    font-size: 16px;
    color: #000;
    padding-top: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 20px;
}
.audioInfo .boxContent .boxBottom .box2 {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.audioInfo .boxContent .boxBottom .box2 .t1 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.audioInfo .boxContent .boxBottom .box2 .t1 img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.audioInfo .boxContent .boxBottom .box3 {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.audioInfo .boxContent .boxBottom .box3 .t1 img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.audioInfo .boxContent .boxBottom .box3 .t2 {
    color: #444;
    font-size: 14px;
}
.audioInfo .boxContent .boxBottom .box3 .t2 span {
    color: #000;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}
/* 相关文章 */
.articleInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.articleInfo .boxContent {
    width: 21.1%;
    margin: 0 1% 20px;
    border: 1px solid #eee;
    padding: 10px;
    cursor: pointer;
}
.articleInfo .boxContent img {
    width: 100%;
    height: 155px;
}
.articleInfo .boxContent p {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* .articleInfo .boxContent .info {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.articleInfo .boxContent .info .title {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.articleInfo .boxContent .info .titleInfo {
    color: #000;
    font-size: 14px;
}
.articleInfo .boxContent .info .titleInfo div {
    margin-bottom: 10px;
}
.articleInfo .boxContent .boxBottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.articleInfo .boxContent .boxBottom .left {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.articleInfo .boxContent .boxBottom .left img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.articleInfo .boxContent .boxBottom .left .infoBox {
    font-size: 14px;
    color: #333;
}
.articleInfo .boxContent .boxBottom .left .infoBox span {
    font-size: 16px;
    color: #000;
}
.articleInfo .boxContent .boxBottom .right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    color: #989898;
}
.articleInfo .boxContent .boxBottom .right .num {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.articleInfo .boxContent .boxBottom .right img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
} */
/* 相关医生 */
.doctorInfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.doctorInfo .boxContent {
    width: 22.8%;
    margin-bottom: 20px;
    margin: 0 1% 20px;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
}
.doctorInfo .boxContent img {
    width: 80px;
    height: 80px;
    margin: 20px auto 10px;
}
.doctorInfo .boxContent .title1 {
    font-size: 16px;
    color: #000;
}
.doctorInfo .boxContent .title1 span {
    font-size: 14px;
    color: #333;
}
.doctorInfo .boxContent .title2 {
    font-size: 14px;
    color: #333;
    margin: 5px 0 20px;
}
/* banner 热门精选 */
.mineCont {
    width: 1200px;
    max-height: 410px;
    margin: 10px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 74px;
    overflow: hidden;
}
.mineCont .left {
    width: 67%;
    margin-right: 3%;
    height: 410px;
    flex-shrink: 0;
}
#swiper {
    height: 410px;
}
#swiper img {
    width: 100%;
    height: 100%;
}
.mineCont .right {
    width: 30%;
}
.mineCont1 .right {
    width: 26%;
    height: 384px;
    padding: 1% 2%;
    background: #eee;
    border: 1px solid #BFBFBF;
}
.mineCont1 .right .title {
    color: #000;
    font-size: 16px;
}
.mineCont1 .right .img1 {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.mineCont1 .right .contList img {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    cursor: pointer;
}
.mineCont1 .right .contList div {
    color: #333333;
    font-size: 14px;
    margin: 8px 0;
    cursor: pointer;
}
.mineCont1 .right .contList .first {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.mineCont1 .right .contList div:hover {
    color: #00B2B8;
}
.mineCont2 .right .title {
    color: #000;
    font-size: 16px;
}
.mineCont2 .right .img1 {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.mineCont2 .right .contList .textBox {
    color: #333333;
    font-size: 14px;
    margin: 15px 0;
}
.mineCont2 .right .contList .textBox .textInfo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.mineCont2 .right .contList .textBox .textInfo .title {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.mineCont2 .right .contList .textBox .textInfo .firstTitle {
    color: #000;
    font-size: 16px;
}
.mineCont2 .right .contList .textBox .textInfo .textLise {
    display: flex;
    align-items: center;
}
.mineCont2 .right .contList .textBox .textInfo .textLise img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.mineCont2 .right .contList .textBox .info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.mineCont2 .right .contList .textBox .info img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
}
.mineCont2 .right .contList .textBox .info .titleInfo {
    margin: 10px 0;
}
.mineCont2 .right .contList .textBox .info .titleInfo span {
    color: #000;
    font-size: 16px;
}
.mineCont3 .right .contList {
    width: 100%;
    padding: 10px 0;
}
.mineCont3 .right .contList .cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}
.mineCont3 .right .contList .cont .leftCont {
    width: 40%;
    margin-right: 10px;
    flex-shrink: 0;
}
.mineCont3 .right .contList .cont .leftCont img {
    width: 100%;
    height: 80px;
}
.mineCont3 .right .contList .cont .rightCont {
    width: calc(60% - 10px);
}
.mineCont3 .right .contList .cont .rightCont .textTitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mineCont3 .right .contList .cont .rightCont .info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
}
.mineCont3 .right .contList .cont .rightCont .info img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.mineCont4 .right {
    background: #f2f2f2;
    padding: 10px;
}
.mineCont4 .right .title {
    margin-bottom: 20px;
}
.mineCont4 .right .contList div {
    margin-bottom: 15px;
    color: #7b7b7b;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.mineCont4 .right .contList div span {
    display: inline-block;
    margin-right: 10px;
}
.mineColor1 {
    color: #B80041;
}
.mineColor2 {
    color: #D99E37;
}
.mineColor3 {
    color: #E9CC28;
}
/* 疾病展示 */
.diseaseList {
    width: 1200px;
    height: 145px;
    margin: 10px auto;
    background: #E6E6E6;
    display: flex;
    flex-wrap: nowrap;
    /* align-items: center; */
}
.diseaseList .contList {
    width: 19%;
    padding: 2% 2% 1%;
}
.diseaseList .contList .title {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.diseaseList .contList .title img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.diseaseList .contList .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
}
.diseaseList .contList .cont span {
    display: inline-block;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.diseaseList .contList .cont span:hover {
    color: #00B2B8;
}
.diseaseList .more {
    width: 10%;
    height: 100%;
    background: #dddedf;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #01B2B8;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.diseaseList .more img {
    width: 15px;
    height: 15px;
}
/* 最新发布 热门播放 */
.mineTabs {
    width: 1200px;
    margin: 30px auto 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.mineTabs .left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.mineTabs .left div {
    color: #3B3B3B;
    font-size: 14px;
    padding: 3px 8px;
    cursor: pointer;
}
.mineTabs .left .active {
    color: #fff;
    background: #01B2B8;
}
.mineTabs .more {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.mineTabs .more img {
    width: 12px;
    height: 10px;
    margin-left: 6px;
}
/* 视频内容 */
.videoContent {
    width: 1200px;
    margin: 20px auto;
}
/* 视频详情内容 */
.detailContent {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 74px;
    flex-direction: initial;
    zoom: 1;
}
.detailLeftCont {
    width: 180px;
    height: 260px;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    zoom: 1;
}
.detailLeftCont img {
    width: 80px;
    height: 80px;
    margin: 15px auto;
    cursor: pointer;
    border-radius: 100%;
}
.detailLeftCont .info {
    text-align: center;
    color: #484848;
    font-size: 14px;
    cursor: pointer;
}
.detailLeftCont .info div {
    margin: 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.detailLeftCont .info span {
    display: inline-block;
}
.detailLeftCont .info .name {
    font-size: 16px;
    color: #000;
}
.detailLeftCont .info .doctorTitle {
    color: #3DC8D1;
    border: 1px solid #01B2B8;
    margin-left: 5px;
    padding: 0 5px;
}
.detailLeftCont .tab {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.detailLeftCont .tab .num {
    color: #000;
}
.detailLeftCont .tab .title {
    color: #484848;
}
.detailLeftCont .tab .lines {
    color: #989898;
}
.detailMiddleCont {
    width: 600px;
    display: flex;
    flex-direction: column;
    zoom: 1;
}
.detailMiddleCont .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detailMiddleCont .dateInfo {
    display: flex;
    align-items: center;
    color: #555;
    margin: 10px 0;
    font-size: 14px;
}
.detailMiddleCont .dateInfo div {
    width: 50%;
}
.detailMiddleCont .dateInfo .linse {
    display: flex;
    align-items: center;
}
.detailMiddleCont .dateInfo .linse img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.detailMiddleCont .videoBox {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.detailMiddleCont .audioBox {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}
.detailMiddleCont .audioBox audio {
    width: 100%;
}
.detailMiddleCont .textInfo {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
    line-height: 26px;
}
.videoRelated .contList {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
}
.videoRelated .contList:last-child {
    border: 0;
}
.videoRelated .contList .left {
    width: 35%;
    height: 130px;
    overflow: hidden;
    margin-right: 3%;
    flex-shrink: 0;
    position: relative;
}
.videoRelated .contList .left .img1 {
    width: 100%;
    height: auto;
}
.videoRelated .contList .left .img2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 55px;
    left: 40%;
}
.videoRelated .contList .left .audioTime {
    background: #BFBFBF;
    padding: 0 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #333;
}
.videoRelated .contList .right {
    width: 62%;
}
.videoRelated .contList .right .textTitle {
    color: #000;
    font-size: 16px;
}
.videoRelated .contList .right .textCont {
    color: #333;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.videoRelated .contList .right .info {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
}
.videoRelated .contList .right .info div {
    width: 50%;
}
.videoRelated .contList .right .info img {
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.videoRelated .contList2 {
    padding: 10px 0;
    width: 100%;
}
.videoRelated .contList2 .textInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
}
.videoRelated .contList2 .textInfo .textLise {
    color: #333;
    font-size: 16px;
}
.videoRelated .contList2 .textInfo .textLise img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.videoRelated .contList2 .infoBox {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    margin: 10px 0;
}
.videoRelated .contList2 .infoBox img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.videoRelated .contList2 .infoBox span {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-right: 8px;
}
.videoRelated .contList3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
}
.videoRelated .contList3 .img1 {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}
.videoRelated .contList3 .textBox {
    color: #000;
    font-size: 14px;
    width: calc(100% - 25px);
}
.videoRelated .contList3 .infoBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #999;
    margin-top: 10px;
}
.videoRelated .contList3 .infoBox img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.detailRightCont {
    width: 360px;
    display: flex;
    flex-direction: column;
    zoom: 1;
}
.detailRightCont .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px solid #bfbfbf;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detailRightCont .videoRelated {
    margin-bottom: 30px;
}
.detailRightCont .videoRelated .contList .left {
    height: 80px;
}
.detailRightCont .videoRelated .contList .left .img2 {
    top: 30px;
}
.detailRightCont .audioInfo {
    display: block;
    margin-top: 20px;
}
.detailRightCont .audioInfo .boxContent {
    width: 100%;
}
.detailRightCont .videoInfo {
    display: block;
    margin-top: 20px;
}
.detailRightCont .videoInfo .boxContent {
    width: 100%;
}
.detailRightCont .articleInfo {
    width: 100%;
    margin-top: 20px;
}
.detailRightCont .articleInfo div {
    width: 100%;
    font-size: 16px;
    color: #333;
    margin: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.detailRightCont .articleInfo span {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    background: #B9B9B9;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}
.detailRightCont .articleInfo .back1 {
    background: #E18989;
}
.detailRightCont .articleInfo .back2 {
    background: #F29B76;
}
.detailRightCont .articleInfo .back2 {
    background: #EDC93B;
}
/* 文章内容 */
.articleContent {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.articleContent .left {
    width: 59%;
}
.articleContent .left .mineTabs {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.leftContList {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.leftContList .cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}
.leftContList .cont .leftCont {
    width: 30%;
    height: 120px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}
.leftContList .cont .leftCont img {
    width: 100%;
    height: auto;
}
.leftContList .cont .rightCont {
    width: calc(70% - 10px);
}
.leftContList .cont .rightCont .textTitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.leftContList .cont .rightCont .textCont {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #666;
    margin-bottom: 10px;
}
.leftContList .cont .rightCont .info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
}
.leftContList .cont .rightCont .info img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.articleContent .right {
    width: 39%;
}
.articleContent .right .title {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #bfbfbf;
    margin-bottom: 10px;
}
.articleContent .right .rightContList .cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}
.articleContent .right .rightContList .cont .imgBox {
    width: 35%;
    margin-right: 3%;
    flex-shrink: 0;
    position: relative;
    height: 110px;
    overflow: hidden;
}
.articleContent .right .rightContList .cont .imgBox .img1 {
    width: 100%;
    height: auto;
}
.articleContent .right .rightContList .cont .imgBox .img2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 45px;
    left: 40%;
}
.articleContent .right .rightContList .cont .imgBox .audioTime {
    background: #BFBFBF;
    padding: 0 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}
.articleContent .right .rightContList .cont .textBox {
    width: 62%;
}
.articleContent .right .rightContList .cont .textBox .textTitle {
    color: #000;
    font-size: 16px;
}
.articleContent .right .rightContList .cont .textBox .textCont {
    color: #333;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.articleContent .right .rightContList .cont .textBox .info {
    font-size: 14px;
    color: #999;
}
.articleContent .right .rightContList .cont .textBox .info img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
/* 医生列表 */
.doctorList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.doctorList .detailLeftCont {
    width: 22%;
    margin: 10px 1%;
    background: #fff;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}
/* 医生详情 */
.doctorDetailImg {
    width: 100%;
    min-width: 1200px;
    height: 210px;
    margin-top: 74px;
    overflow: hidden;
}
.doctorDetailImg .swiper-container {
    z-index: 0;
    height: 210px;
}
.doctorDetailImg img {
    width: 100%;
    height: 100%;
}
.doctorDetail {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.doctorOtherInfo {
    width: 65%;
    margin-right: 2%;
    flex-shrink: 0;
    position: relative;
}
.profile {
    display: flex;
}
.profile .imgBox {
    width: 190px;
    height: 190px;
    background: #fff;
    border-radius: 100%;
    flex-shrink: 0;
    position: absolute;
    top: -90px;
    left: 0;
}
.profile .imgBox img {
    width: 180px;
    height: 180px;
    margin: 5px auto;
    border-radius: 100%;
}
.profile .nameInfo {
    margin-left: 200px;
}
.profile .nameInfo div {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}
.profile .nameInfo span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.doctorDetailInfo .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}
.doctorDetailInfo .textCont {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-indent: 25px;
}
.doctorDetailInfo .textCont span {
    color: #01B2B8;
    cursor: pointer;
}
.doctor_classfily {
    width: 40%;
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.doctor_classfily div {
    width: 33%;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.doctor_classfily .audioTitle {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
.doctor_classfily .active {
    color: #01B2B8;
}
.time-axis {
    margin: 0;
    padding: 0;
    position: relative;
}
.time-axis:before {
    content: '';
    position: absolute;
    left: 62px;
    top: 42px;
    width: 1px;
    height: 85%;
    background-color: #E4E4E4;
}
.time-axis-item {
    list-style: none;
    padding-left: 100px;
    position: relative;
    /* line-height: 45px; */
    font-size: 18px !important;
    color: #B9BBBC;
    min-height: 50px;
}
.time-axis-date {
    position: absolute;
    left: 0;
    top: 5px;
    color: #666;
}
.time-axis-date div {
    position: absolute;
    top: 7px;
    width: 50px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.time-axis-date span {
    position: absolute;
    right: -82px;
    top: 0;
    display: block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
.time-axis-cont .videoRelated .contList {
    padding: 20px 0;
}
/* 医生简介 */
.doctor_infoList {
    width: 1200px;
    margin: 0 auto;
    margin-top: 74px;
}
.doctor_infoList .title {
    width: 60%;
    display: flex;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto 20px;
}
.doctor_infoList .title .line {
    width: 40%;
    height: 1px;
    background: #8C8C8C;
    margin: 0;
}
.doctor_infoList .title img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.doctor_infoList .textCont {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-indent: 25px;
}
/* 文章列表 */
.articleList {
    width: 1200px;
    /* margin: 20px auto; */
    /* margin-top: 74px; */
}
.articleList .cont {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.articleList .cont:hover {
    background: #f3f4f6;
}
.articleList .cont .image {
    width: 14%;
    height: auto;
    margin-right: 15px;
    transition: all .3s;
    overflow: hidden;
    position: relative;
}
.articleList .cont .image .img1 {
    transition: all .3s;
    width: 168px;
    height: 107px;
    flex-shrink: 0;
    object-fit: cover;
}
.articleList .cont .image .img1:hover {
    transform: scale(1.2);
}
.articleList .cont .image .img2 {
    position: absolute;
    top: 40px;
    left: 60px;
    width: 30px;
    height: 30px;
}
.articleList .cont .text {
    width: calc(75% - 30px);
}
.articleList .cont .text .title {
    font-size: 22px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
}
.articleList .cont .text .info {
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.articleList .cont1 {
    width: 100%;
    /* display: flex;
    flex-wrap: nowrap;
    align-items: center; */
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.articleList .cont1:hover {
    background: #f3f4f6;
}
.articleList .cont1 .numTitle {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.articleList .cont1 .numTitle .num {
    width: 5%;
    text-align: center;
    color: #888;
    font-size: 20px;
}
.articleList .cont1 .numTitle .title {
    color: #000;
    font-size: 22px;
}
.articleList .cont1 .btnInfo {
    width: 95%;
    margin-left: 5%;
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.articleList .cont1 .btnInfo .info1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    color: #888;
}
.articleList .cont1 .btnInfo .info1 img {
    margin-right: 10px;
}
.articleList .cont1 .btnInfo .info2 {
    color: #ff0000;
    width: 10%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ff0000;
    border-radius: 15px;
    margin-right: 20px;
}
.articleInput {
    width: 100%;
    position: fixed;
    top: 74px;
    height: 64px;
    z-index: 99;
}
.articleInput .search {
    padding-top: 0;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fff;
}
.articleInput .search img {
    top: 28px;
    left: 10px;
}
.articleInput .search input {
    width: 96%;
}
/* 音频内容 */
.audoContent {
    width: 1200px;
    margin: 20px auto;
    margin-top: 74px;
}
.audoContent .backgroundImg {
    background-image: url('../img/audioBackground.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.audoContent .left {
    width: 50%;
    margin: 0 auto;
    height: 430px;
    font-size: 20px;
    position: relative;
}
.audoContent .left audio {
    position: absolute;
    bottom: 10px;
    margin-left: 23%;
}
.audoContent .left div {
    position: absolute;
    bottom: -30px;
}
.audoContent .synopsis {
    width: 90%;
    margin: 0 auto;
}
.audoContent .synopsis .info {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 30px;
}
.audoContent .synopsis .imgInfo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
}
.audoContent .synopsis .imgInfo img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 10px;
    flex-shrink: 0;
    object-fit: cover;
}
.audoContent .synopsis .imgInfo .right {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.audoContent .synopsis .good {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding-bottom: 30px;
    margin-top: 10px;
    border-bottom: 5px solid #eee;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.audoContent .synopsis .audioTitle {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-top: 10px;
    font-weight: bold;
}
.audoContent .synopsis .title {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-indent: 20px;
    margin-top: 10px;
}
/* 就一简介 */
.synoImg {
    width: 100%;
    height: 200px;
    min-width: 1200px;
    margin-top: 74px;
    overflow: hidden;
}
.synoImg img {
    width: 100%;
    height: 100%;
}
.synoCont {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.synoCont .textBox {
    width: 65%;
    margin-right: 2%;
    text-indent: 25px;
    color: #000;
    font-size: 14px;
}
.synoCont .imgBox {
    width: 32%;
}
.synoCont .imgBox img {
    width: 100%;
    height: auto;
}
.synoCont2 {
    width: 100%;
    min-width: 1200px;
    height: 230px;
}
.synoCont2 .img1 {
    width: 100%;
    height: 100%;
}
.synoCont2 .list {
    width: 1200px;
    margin: -170px auto 0;
    display: flex;
    justify-content: flex-end;
}
.synoCont2 .list .listTab {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.synoCont2 .list .listTab div {
    width: 33.3%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.synoCont2 .list .listTab div img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 10px auto;
}
.synoCont3 {
    width: 1200px;
    margin: 20px auto;
}
.synoCont3 .title {
    font-size: 16px;
    color: #000;
    text-align: center;
}
.synoCont3 .text {
    text-indent: 25px;
    color: #333;
    font-size: 16px;
    margin: 20px 0;
}
.synoCont3 .listTab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.synoCont3 .listTab .box {
    width: 30%;
    height: auto;
    position: relative;
}
.synoCont3 .listTab .box img {
    width: 100%;
    height: 100%;
}
.synoCont3 .listTab .box div {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}
.synoCont3 .listTab .box span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
}
.synoCont3 .listTab .box p {
    font-size: 14px;
    margin-top: 20px;
}
.synoCont4 {
    width: 100%;
    height: 400px;
    margin: 20px 0;
    background: url(../img/synopsis10.png) no-repeat;
    background-size: 100% 100%;
}
.synoCont4 .swiper-container {
    width: 1200px;
    margin: 0 auto;
}
.synoCont4 .imgBox {
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.synoCont4 #swiper .imgBox img {
    width: 20%;
    height: auto;
}
/* 加入我们 */
.joinUsCont {
    width: 1200px;
    margin: 20px auto;
    margin-top: 74px;
}
.joinUsCont .titleInfo {
    width: 100%;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #00B2B8;
}
.joinUsCont .titleInfo div {
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.joinUsCont .contInfo .cont1 {
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 20px 0;
    background: #e8e8e8;
    position: relative;
}
.joinUsCont .contInfo .cont1 div {
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.joinUsCont .contInfo .cont1 i {
    position: absolute;
    right: 20px;
    top: 13px;
    color: #00B2B8;
    font-size: 20px;
    font-weight: bold;
}
.joinUsCont .contInfo .cont1 .icon1 {
    display: block;
}
.joinUsCont .contInfo .cont1 .icon2 {
    display: none;
}
.joinUsCont .contInfo .cont2 {
    font-size: 16px;
    margin-top: -20px;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 30px 90px;
    display: none;
}
.joinUsCont .contInfo .cont2 div {
    line-height: 26px;
}
/* 意见反馈 */
.feedbackCont {
    width: 1200px;
    margin: 20px auto;
    margin-top: 74px;
    position: relative;
}
.feedbackCont .title {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.feedbackCont .textCont {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 20px;
}
.feedbackCont .inputCont {
    width: 620px;
    margin: 10px auto;
    position: relative;
}
.feedbackCont .feedbackVal {
    width: 600px;
    height: 200px;
    display: block;
    border: 1px solid #dddedf;
    padding: 10px;
    outline: none;
    resize: none;
}
.feedbackCont .valueNum {
    color: #8C8C8C;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.feedbackCont .btn {
    width: 60px;
    border-radius: 20px;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    background: #00B2B8;
    margin: 20px auto 0;
}
.feedbackCont .mask {
    position: absolute;
    top: 30%;
    left: 45%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    display: none;
    font-size: 14px;
}
/* 联系我们 */
.contactUsCont {
    width: 1200px;
    margin: 20px auto;
    margin-top: 74px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.contactUsCont .map {
    width: 500px;
    height: 500px;
    margin-right: 50px;
    flex-shrink: 0;
    border: 1px solid #bfbfbf;
}
.contactUsCont .info .title {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}
.contactUsCont .info .cont {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}
.contactUsCont .info .cont img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.contactUsCont .info .cont .img1 {
    width: 12px;
    height: 20px;
}
.contactUsCont .info .cont .img2 {
    width: 15px;
    height: 20px;
}
.contactUsCont .info .cont .img3 {
    width: 20px;
    height: 15px;
}
.contactUsCont .info .cont .img4 {
    width: 15px;
    height: 20px;
}
/* 鹫一头条 */
.headlineCont {
    width: 1200px;
    margin: 30px auto 10px;
    display: flex;
    justify-content: space-between;
}
.headlineCont .leftCont {
    width: 67%;
    margin-right: 3%;
}
.headlineDetail {
    width: 1200px;
    margin: 10px auto;
    margin-top: 74px;
}
.headlineDetail .title {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.headlineDetail .textCont p {
    padding: 5px 0;
}
.headlineDetail .textCont img {
    width: 100%;
    height: auto;
}
.headlineArticle {
    width: 1200px;
    margin: 20px auto 0;
}
.headlineArticle .debox {
    color: #000;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.headlineArticle .debox .t1 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.headlineArticle .debox .t2 {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}
.headlineArticle .debox .t2 img {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}
.headlineArticle .debox2 {
    width: 100%;
}
.headlineArticle .debox2 ul {
    width: 100%;
    margin: 5px auto;
}
.headlineArticle .debox2 ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    padding-top: 10px;
}
.headlineArticle .debox2 ul li .left {
    display: flex;
    flex-wrap: nowrap;
    width: 65%;
}
.headlineArticle .debox2 ul li .left span {
    width: 7px;
    height: 7px;
    background: #BFBFBF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
    margin-top: 10px;
}
.headlineArticle .debox2 ul li .left div {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headlineArticle .debox2 ul li:hover {
    color: #00B2B8;
}
/* 分页 */
.pagination {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}
.pagination a {
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #f3f4f6;
    border: 1px solid #b2b2b2;
    margin: 0 3px;
}
.pagination .active {
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    font-size: 16px;
    background: #00B2B8;
    color: #fff;
    border: 1px solid #00B2B8;
    margin: 0 3px;
}
.img-responsive {
    width: 30px;
    height: 30px;
}
.headlineCont .rightCont {
    width: 30%;
}
.headlineCont .rightCont .title {
    border-top: 1px solid #bfbfbf;
    padding: 10px 0;
}
.headlineCont .rightCont .contList {
    width: 100%;
    padding: 10px 0;
}
.headlineCont .rightCont .contList .cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}
.headlineCont .rightCont .contList .cont .leftCont {
    width: 40%;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}
.headlineCont .rightCont .contList .cont .leftCont img {
    width: 100%;
    height: auto;
}
.headlineCont .rightCont .contList .cont .rightCont {
    width: 58%;
}
.headlineCont .rightCont .contList .cont .rightCont .textTitle {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.headlineCont .rightCont .contList .cont .rightCont .textCont {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.headlineCont .rightCont .contList .cont .rightCont .info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
}
.headlineCont .rightCont .contList .cont .rightCont .info img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
/* 合作伙伴 */
.partner {
    width: 100%;
    margin: 50px auto 0;
    height: 272px;
    background: #e6e5e5;
}
.pbBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-wrap: nowrap;
}
.pbBox .left {
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
}
.pbBox .left .l1 {
    width: 20%;
    font-size: 24px;
    color: #01B2B8;
    text-align: center;
}
.pbBox .left .l1 img {
    width: 80%;
    height: auto;
    margin: 0 auto 13px;
}
.pbBox .left .l2 {
    width: 80%;
    font-size: 14px;
    color: #5C5D5D;
}
.pbBox .left .l2 .lt1 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}
.pbBox .left .l2 .lt1 li {
    list-style-type: none;
    width: 15%;
}
.pbBox .left .l2 .lt1 li a {
    font-size: 16px;
    color: #01B2B8;
    text-decoration:none;
    cursor: pointer;
}
.pbBox .left .l2 .lt2 {
    margin-bottom: 5px;
}
.pbBox .left .l2 .lt3 {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}
.pbBox .left .l2 .lt3 a {
    color: #5C5D5D;
    text-decoration: none;
}
.pbBox .left .l2 .lt3 img {
    margin-right: 5px;
}
.pbBox .left .l2 .lt3 div {
    margin-left: 10px;
}
.pbBox .right {
    width: 40%;
    display: flex;
    flex-wrap: nowrap;
}
.pbBox .right .i1 {
    width: 32%;
    margin: 0 auto;
    text-align: center;
}
.pbBox .right .i1 img {
    width: 85%;
    height: auto;
    margin: 0 auto 10px;
}

/* 通过上面的电脑屏蔽及尺寸的例表上我们得到了几个宽度
1024       1280          1366      1440       1680       1920  */
/* 媒体查询 */
/* >=1024的设备 */
@media (min-width: 1024px){
    .topLeft a {
        font-size: 18px;
    }
    .topLeft a img {
        padding-top: 20px;
        width: 35px;
        height: 35px;
    }
    .videoContent .right {
        height: 275px;
    }
    .pbBox .left .l2 .lt1 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt2 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt3 {
        margin-bottom: 0;
    }
}
/* >=1100的设备 */
@media (min-width: 1100px) {
    .videoContent .right {
        height: 296px;
    }
    .pbBox .left .l2 .lt1 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt2 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt3 {
        margin-bottom: 0;
    }
}
/* >=1280的设备 */
@media (min-width: 1280px) {
    .topLeft a {
        font-size: 24px;
    }
    .topLeft a img {
        padding-top: 16px;
        width: 42px;
        height: 42px;
    }
    .videoContent .right {
        height: 345px;
    }
    .pbBox .left .l2 .lt1 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt2 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt3 {
        margin-bottom: 0;
    }
}
/* >=1366的设备 */
@media (min-width: 1366px) {
    .topLeft a {
        font-size: 24px;
    }
    .topLeft a img {
        padding-top: 16px;
        width: 42px;
        height: 42px;
    }
    .videoContent .right {
        height: 369px;
    }
    .pbBox .left .l2 .lt1 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt2 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt3 {
        margin-bottom: 0;
    }
}
/* >=1440的设备 */
@media (min-width: 1440px) {
    .videoContent .right {
        height: 405px;
    }
    .pbBox .left .l2 .lt1 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt2 {
        margin-bottom: 0;
    }
    .pbBox .left .l2 .lt3 {
        margin-bottom: 0;
    }
}
