.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}

.txtline {
    position: relative;
    background-image: linear-gradient(#ffffff, #f1f1f1);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
;}

.txtline:hover {
    background-size: 100% 1px;}

.moduletit {
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;}

.moduletit h3 {
    font-size: 24px;
    color: #2db7b1;
    font-family: myfont;}

.moduletit h3 span {
    font-size: 16px;
    padding-left: 5px;}

.moduletit a {
    color: #2db7b1;
    line-height: normal;
    position: absolute;
    right: 0;
    bottom: 0;}

.notice-slick .slider-item {
    padding: 10px;
    box-sizing: border-box;}

.notice-slick .slider-item a {
    display: block;
    background: #ffffff url(../img/notice_bg.png) no-repeat right bottom;
    border-top: 2px solid #2db7b1;
    box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.17);
    padding: 25px;
    transition: 0.2s all;}

.notice-slick .slider-item:hover a {
    background: #2db7b1 url(../img/notice_bg.png) no-repeat right bottom;}

.notice-slick .slider-item span {
    display: block;
    width: 100%;
    text-align: center;
    color: #2db7b1;
    transition: 0.2s all;}

.notice-slick .slider-item:hover span {
    color: #ffffff;}

.notice-slick .slider-item h3 {
    font-size: 16px;
    color: #434343;
    line-height: 30px;
    height: 60px;
    font-weight: normal;
    margin: 25px 0 10px;
    transition: 0.2s all;}

.notice-slick .slider-item:hover h3 {
    color: #ffffff;}

.notice-slick .slider-item p {
    display: inline;}
.dflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

.modulebox {
    margin-top: 30px;
    margin-bottom: 30px;}

.jnjsbox,
.xqhzbox {
    width: 48%;
    box-sizing: border-box;}


.pbblist ul li {
    width: 100%;
    line-height: 60px;
    background: #ffffff;
    border-left: 2px solid #2db7b1;
    margin-bottom: 10px;
    transition: 0.2s all;
    box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.17);}

.pbblist ul li:last-child {
    margin-bottom: 0;}

.pbblist ul li a {
    padding: 0 20px;}

.pbblist ul li p {
    color: #434343;
    max-width: calc(100% - 60px);
    transition: 0.2s all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.pbblist ul li span {
    color: #999999;
    flex-shrink: 0;
    transition: 0.2s all;}

.pbblist ul li:hover {
    background: #2db7b1;}

.pbblist ul li:hover p,
.pbblist ul li:hover span {
    color: #ffffff;}

@media(max-width: 768px) {
    .jnjsbox,
    .xqhzbox {
        width: 100%;}
    
    .xqhzbox {
        margin-top: 30px;}
}
