.con-l {
    background: #f8f8f8;
    padding: 50px 0 00px 0;
    width: 200px;
}
.con-l::after {
    content: "";
    display: block;
    float: right;
    border-right: 27px solid #fff;
    border-bottom: 30px solid #fff;
    border-top: 30px solid transparent;
    border-left: 27px solid transparent;
}

.con-l h1 {
    padding: 20px 0 6px 20px;
    font-size: 16px;
    color: #474747;
    margin-bottom: 10px;
}
.con-l li {
    margin-bottom: 6px;
    /* line-height: 30px; */
}
.con-l li a {
    display:block;
    font-size: 16px;
    padding:3px 15px;
    color: #666;
    border-left: 5px solid #f8f8f8;
}
.con-l li.active {
    background: #eee;
}
.con-l li.active a {
    /* border-left: 5px solid #00a6a9; */
}

.con-r {
    width: 1000px;
    padding: 50px 0 0 40px;
    box-sizing: border-box;
}
.con-r .nav {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    color: #999;
    margin-bottom: 15px;
    font-size: 14px;
}
.con-r .nav b {
    color: #000;
}
.con-r .nav a {
    color: #999;
}

/* 咨询 */

.con-r .news li {
    overflow: hidden;
    margin-bottom: 20px;
}
.con-r .news li div.fl {
    width: 70px;
    height: 68px;
    border: 1px solid #f2f2f2;
    padding-top: 10px;
    text-align: center;
    color: #c0c0c0;
    border-radius: 10px;
    font-size: 14px;
}
.con-r .news li div.fl b {
    font-size: 30px;
    margin-bottom: 0px;
    display: block;
}
.con-r .news li div.fr {
    margin-left: 20px;
    width: 855px;
    padding-top: 10px;
}
.con-r .news li div.fr a {
    color: #000;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.con-r .news li div.fr p {
    color: #bababa;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*要显示的行数*/
    -webkit-box-orient: vertical;
}

/* 资源 */
.con-r .res {
    margin-bottom: 55px;
}
.con-r .res li {
    padding: 15px 50px 15px 20px;
}
.con-r .res li:nth-child(even) {
    background: #f8f8f8;
}
.con-r .res li a {
    font-size: 18px;
}
.con-r .res li span {
    color: #a6a6a6;
    font-size: 14px;
}
/* 专栏 */
.con-r .book li {
    float: left;
    width: 138px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 22px;
}
.con-r .book li a {
    text-align: center;
    font-size: 14px;
}
.con-r .book li a img {
    width: 138px;
    height: 190px;
    margin-bottom: 20px;
    background: #000;
}
.con-r .book li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 医学前沿 */
.con-r .medi li {
    padding: 10px 15px;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}
.con-r .medi li img {
    width: 100px;
    height: 130px;
}

.con-r .medi li div {
    width: 84%;
}
.con-r .medi li div a {
    font-size: 16px;
}
.con-r .medi li div p {
    /* margin-top: 15px;
    line-height: 16px;
    height: 80px; */
    color: #828282;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.topDiv {
    overflow: hidden;
    padding: 0 0 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.topDiv .leftDiv {
    height: 30px;
    float: left;
    display: inline-block;
    margin-right: 1%;
    position: relative;
}

.topDiv .rightDiv {
    float: right;
}

.topDiv .leftDiv ul.titleUl li {
    float: left;
    text-align: left;
    padding: 5px 18px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.topDiv .leftDiv ul.titleUl li.active {
    /* background: #00a6a9; */
    border-radius: 20px;
    color: #fff;
}

.screenTiUl {
    float: right;
    margin-right: -20px;
}

.screenTiUl li {
    float: left;
    text-align: left;
    padding: 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.screenTiUl li span {
    vertical-align: middle;
}
.screenTiUl li span:first-child {
    padding: 3px 0px 3px 10px;
}

.yearSel {
    cursor: pointer;
    vertical-align: middle;
    background: none;
    text-align: center;
    padding: 3px 0px 3px 10px;
    outline: 0;
    border: 1px solid #c0c0c0;
    background-position-x: 56px;
}

.guideCon {
    overflow: hidden;
    margin-bottom: 20px;
}

.guideCon ul {
    width: 49%;
}
.guideCon ul li:nth-child(odd) {
    background: #f8f8f8;
}

.guideCon ul li {
    padding: 19px 55px;
    position: relative;
    height: 75px;
    box-sizing: border-box;
    line-height: 20px;
}
.guideCon ul li > span {
    position: absolute;
    width: 22px;
    height: 50px;
    background: #00a0e9;
    left: 25px;
    top: 14px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.guideCon ul li a {
    font-size: 15px;
}
.guideCon ul li p {
    font-size: 12px;
    color: #666;
}
.guideCon ul li div,
.guideCon ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guideCon ul li div {
    height: 25px;
}

.dhlDiv{
    width: 190px;
    height: 30px;
    /* background:linear-gradient(to right, #00a6a9, #fff); */
    padding: 5px 5px 5px 10px;
    line-height: 30px;
}
/* .dhlDiv img{
    max-height: 25px;
    margin-top: 2px;
} */
.dhlDiv p{
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
.news a{
    cursor: pointer;
}