.news-hr {
    width: 80%;
    height: 2px;
    margin-top: 8px;
    background-color: #6cb13c;
}

.news-hr2 {
    width: 75%;
    height: 2px;
    margin-top: 8px;
    background-color: #6cb13c;
}

.news-triangle {
    height: 1px;
    width: 1px;
    margin-left: 35px;
    border-top: 4px solid #6cb13c;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.news-more {
    display: flex;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 55px;
    height: 20px;
    line-height: 20px;

}

.news-more2 {
    display: flex;
    position: absolute;
    right: 5px;
    top: 22px;
    width: 55px;
    height: 20px;
    line-height: 20px;
}

.more a {
    color: #504d4d;
}

.more {
    padding: 0 5px;
    font-size: 13px;
    font-weight:bolder;
    color: #504d4d;
    background-color: #f5f5f5;
}

.add {
    line-height: 17px;
    color: #fff;
    font-weight:900;
    background-color: #6cb13c;
}

.add a {
    color: #fff;
}


.container {
    display: flex;
    margin: 15px auto;
}

.container-left {
    width: 65%;
    height: 100%;
}

.left-top {
    width: 100%;
    height: 50%;
}

.container-header {
    height: 10%;
    width: 100%;
    position: relative;
}


.container-title {
    color: #067900;
    padding-left: 8px;
font-family: SimHei;
}

.container-main {
    display: flex;
    width: 100%;
    height: 85%;
}

.left-main {
    position: relative;
    width: 47%;
    height: 100%;
    background-image: url(../../images/teacher.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top:10px;
}

.bluuets {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: rgb(0, 0, 0,.3);
}

.img-des p{
    padding-left: 25px;
    color: #fff;
}

.right-main {
    margin-top: 10px;
    margin-left: 40px;
    width: 48%;
    height: 100%;
}

.right-title {
    width: 100%;
    height: 35%;
    border-bottom: 1px dashed #b0b0b0;
}

.right-title h3 {
    padding-top: 4px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px !important;
}

.right-title p {
    padding-top: 10px;
    line-height: 35px;
    color: #504d4d;
    border-bottom: 1px dashed #504d4d;
}
.right-title p a,.right-title h3 a{
    color:#333;

}

.right-des {
    margin-top: 20px;
    width: 100%;
    height: 65%;
}

.right-des p {
    padding:7px 0;

}

.right-des span {
    color: green;
    padding-right: 30px;
   font-size: 14px;
}

.right-des a {
    color: #333;
   font-size: 14px;
}



/* 科学研究 */
.left-bottom {
    display: flex;
    width: 100%;
    height: 46%;
}

.bottom-left {
    width: 47%;
    height: 100%;
    margin-right: 20px;
}

.research {
    margin-top: 10px;
}

.research ul li {
    border-bottom: 1px dashed #b0b0b0;
    line-height: 40px;
}

.research ul a {
    color: #333;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.research ul span {
    float: right;
    color: #817e7e;
    font-size: 12px;
}

.research ul li::before {
    content: "♦";
    color: #6cb13c;
    font-size: 10px;
    padding-right: 8px;
}

.bottom-right {
    width: 47%;
    height: 100%;
    margin-left: 20px;
}


.container-right {
    margin-left: 20px;
    width: 31%;
    height: 100%;
}

.right-top {
    width: 100%;
    height: 50%;
    margin-left: 20px;
}

.container-header {
    width: 100%;
    height: 40px;
}

.right-bottom {
    margin-left: 20px;
    width: 100%;
}


.content {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    border-top: 1px solid #c8c8c8;
}

.main-content {
    width: 75%;
    height: 100%;
    margin: 0 auto;
}

.content-top {
    position: relative;
    width: 100%;
    height: 17%;
    line-height: 50px;
    padding-top: 15px;
    border-bottom: 2px solid #b0b0b0;
}

.content-top .title {
font-family: SimHei;
    float: left;
font-size:19px;
}

.hr {
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background-color: rgb(255, 165, 0);
}

.content-top .more {
    float: right;
    color: #b0b0b0;
}

.content-main {
    padding-top: 30px;
    width: 100%;
    height: 66%;
}

.content-main div {
    margin-left: 10px;
    width: 288px;
    height: 198px;
}

.content-main img {
    width: 250px;
    height: 155px;
}

.content-main .des {
    display: block;
    width: 180px;
    padding-top: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
