/**!
 * é’æµ·å…¬å…±èµ„æºäº¤æ˜“ä¸­å¿ƒ
 * date:2021-04-13
 * author: zsy;
 */


.proj-box {
    position: relative;
}

.bdl {
    display: none;
}

.proj-slide {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background-color: #f0f2f3;
    padding: 6px 25px 35px;
    box-sizing: border-box;
}

.proj-slide .name {
    display: block;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 10px #e2e5e9;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 30px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.proj-slide .name.current {
    background-color: #7497dc;
    background-image: linear-gradient(to right, #7497dc, #9dbefc);
    color: #fff;
}

.tabview {
    margin-left: 280px;
    padding-left: 20px;
    /* height: 655px; */
}

.proj-name {
    font-size: 20px;
    color: #666;
    height: 40px;
    line-height: 40px;
    margin-top: -10px;
}

.proj-name+.proj-name {
    margin-left: 35px;
}

.proj-name.active {
    position: relative;
	font-weight: bolder;
	font-size: 22px;
	color: #000000;
}

.proj-name.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #3078e1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.news-items {
    margin-top: 17px;
    min-height: 560px;
}

.news-item {
    position: relative;
    line-height: 40px;
}

.news-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
}

.news-item .link {
    padding-left: 14px;
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-item:hover .link,
.news-item:hover .news-time {
    color: #3078e1;
}

.news-item:hover:before {
    background-color: #3078e1;
}

.pager {
    margin-top: 22px;
}

.m-pagination-page>li>a,
.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button {
    border-radius: 4px;
}

.m-pagination-page>li.active>a {
    color: #377ee3;
    background-color: #fff;
    border-color: #377ee3;
    font-weight: normal;
}

.m-pagination-group>input {
    border-radius: 4px 0 0 4px;
}

.m-pagination-group>button {
    border-radius: 0 4px 4px 0;
}

.ewb-page {
    margin-top: 24px;
    padding-bottom: 11px;
    text-align: center;
}


.ewb-page ul{
    display: inline-block;
	margin-left: 0px;
}


/* 2021-09-04 zsy */

.service-link {
    box-shadow: 0px 6px 19px 0px rgba(164, 176, 192, 0.24);
    background-color: #fff;
}

.proj-slide {
    background-color: #438aed;
    background-image: linear-gradient(to bottom, #438aed, #71b5fa);
    z-index: 0;
}

.proj-slide:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 542px;
    background: url("../images/sub_slidebg.png") no-repeat;
    z-index: -1;
}

.proj-slide .name {
    line-height: 48px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    box-shadow: none;
}

.proj-slide .name.current,
.proj-slide .name:hover {
    color: #377ee3;
    font-weight: 600;
    box-shadow: 0px 4px 20px 0px rgba(9, 20, 72, 0.09);
    background: #fff;
}
