.topHeadDiv {
    height: 128px;
    background: url("../img/headTop.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 15px 0;
}

.topHeadDiv p {
    color: #fff;
}

.topHeadDiv p:first-child {
    font-size: 42px;
    font-weight: bold;
    text-align: left;
}

.topHeadDiv p:last-child {
    font-size: 16px;
    font-weight: bold;
}

.topTab {
    border-top: 1px solid #4bb1a9;
}

.topUl {
    /* height: 46px;
     line-height: 46px;*/
    padding-top: 8px;
}

.topUl li {
    float: left;
    font-size: 16px;
    color: #fff;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.topUl li.activeLi {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

/*主要内容*/
.conDiv {
    min-height: calc(100vh - 604px);
    /*background: red;*/
}

.tipsP {
    padding-top: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.tipsP span {
    /*font-size: 14px;*/
    padding-right: 5px;
    color: #727272;
}

.tipsP span a, .tipsP a {
    text-decoration: none;
    color: #727272;
}


.tipsP span:first-child {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 30px;
}

.contUl {
    margin-top: 25px;
    /*margin-bottom: 40px;*/
    min-height: 290px;
}

.contUl li {
    margin-left: 15px;
    width: 48%;
    float: left;
    text-align: left;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #999;
    list-style-type: square;
    color: #6b6b6b;
    font-size: 14px;
    /*将样式变换为图片*/
    /*list-style-image: url("image/ico.jpg");*/
}

.contUl li:nth-child(even) {
    width: 45%;
    margin-left: 69px;
}

.contUl li:nth-child(odd) a {
    width: 85%;
}

.contUl li a {
    float: left;
    width: 84%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2%;
    cursor: pointer;
    color: #7a7a7a;
    text-decoration: none;
}

.contUl li span {
    color: #b3b3b3;
}

.WorkUl {
    min-height: 200px;
    margin-top: 30px;
}

.WorkUl li {
    float: left;
    width: 15%;
    cursor: pointer;
}

.WorkUl li:not(:last-child) {
    margin-right: 1%;
}

.WorkUl li div p {
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}

.WorkUl li div p img {
    width: 150px;
    height: 190px;
    /*height: 100%;*/
}

.contDiv {
    margin: 30px 0;
}

.titleB {
    color: #3c3c3c;
    font-weight: bold;
    font-size: 40px;
}

.Time span {
    color: #9b9a98;
    line-height: 50px;
    font-size: 16px;
}

.contDiv > div > p {
    text-indent: 2rem;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.newsUl {

}

.newsUl li {
    float: left;
    /*border: 1px solid #eee;*/
    /*padding: 15px;*/
    /*height: 60px;*/
    width: 96%;
    margin-bottom: 10px;
    border-radius: 10px;
    /*width: 44.5%;*/
    height: 55px;
    /* border: 1px solid #f4f4f4; */
    border-radius: 10px;
    padding: 20px;
    background: url('../img/border-c.png') no-repeat;
    border-bottom: 1px solid #efefef;
}

.cenDiv {
    padding: 15px;
    height: 50px;
}

.newsUl li:nth-child(odd) { /*奇数行   even 偶数行*/
    /*margin-right: 4%;*/
}

.newsUl li:nth-child(-n+2) {
    /*margin-bottom: 25px;*/
}

.leftD {
    width: 90%;
    /* margin-right: 3%; */
    /* background: red; */
    float: left;
}

.leftD p, .rightD p {
    line-height: 25px;
}

.leftD p:first-child {
    font-size: 14px;
    color: #000;
    /*color: #3c3c3c;*/
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.leftD p:first-child a {
    font-size: 15px;
}

.leftD p:last-child {
    font-size: 13px;
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.rightD {
    width: 9%;
    float: left;
    /* background: green; */
    border-left: 1px solid #f4f4f4;
    text-align: center;
    padding-left: 10px;
}

.rightD p:first-child {
    font-size: 14px;
    color: #606060;
}

.rightD p:last-child, .rightD p:last-child span {
    font-size: 13px;
    color: #6d6d6d;
}

.detailsDiv {
    padding: 30px 0;
}

.time {
    line-height: 20px;
    /*padding: 20px 0;*/
}

.time, .time span {
    color: #9b9a98;
    font-size: 13px;
}

.MediFronUl {

}

.MediFronUl li {
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding: 15px;
    height: 135px;
}

.ellipsisMy {
    padding-left: 20px;
    width: 82%;
    line-height: 40px;
}

.ellipsisMy a {
    text-decoration: none;
    font-size: 15px;
}

.ellipsisA {
    float: left;
    padding-left: 23px;
    line-height: 20px;
}
.infoSpan{
    float: left;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}