/**!
 * 青海公共资源交易中心
 * date:2021-04-15
 * author: gaoli;
 */


.proj-box {
    position: relative;
}

.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;
}

.content {
    margin-left: 290px;
    min-height: 655px;
    /* overflow: hidden; */
}

.phone-title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding-left: 14px;
}

.phone-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 4px;
    height: 20px;
    border-radius: 25px;
    transform: translateY(-50%);
    background-color: #3078e1;
}

/* 搜索框 */
.search {
    position: relative;
    box-sizing: border-box;
    width: 360px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding-right: 70px;
}

.choose-search {
    width: 100%;
    height: 34px;
    font-size: 14px;
}

.choose-search .input-placeholder {
    position: absolute;
    left: 20px;
    cursor: text;
    line-height: 34px;
    color: #aaa;
}

.choose-search .input-box {
    box-sizing: border-box;
    color: #333;
    width: 100%;
    line-height: 34px;
    background: 0 0;
    padding: 0 20px;
}

.search-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 70px;
    border-radius: 25px;
    color: #fff;
    background-color: #7497dc;
    background-image: linear-gradient(to right, #7497dc, #9dbdfb);
    cursor: pointer;
}

.bid-items {
    font-size: 0;
    height: 36px;
    border-radius: 25px;
    margin-top: 30px;
    text-align: center;
    background-color: #f3f8ff;
    /* overflow: hidden; */
}

.bid-item {
    line-height: 36px;
    font-size: 18px;
    color: #3078e1;
    width: 20%;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.bid-item.active {
    color: #fff;
    background-color: #99baf9;
    background-image: linear-gradient(to right, #7497dc, #9cbdfb);
}

.service-items {
    margin: 10px -10px 0;
}

.service-item {
    width: 33.3333%;
    margin-top: 20px;
}

.service-link {
    display: block;
    box-sizing: border-box;
    margin: 0 10px;
    height: 220px;
    color: #333;
    padding: 20px 24px 0;
    border: 1px solid #d6dce5;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #eff1f4;
	background-color: rgba(251, 242, 185, 0.5);
}

.service-item .title {
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    height: 85px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    background: url("../images/credit_ico.png") no-repeat left 3px;
	font-weight: bolder !important; 
	font-weight: 600;
}

.service-item .phone {
    position: relative;
    line-height: 32px;
    padding-left: 12px;
}

.service-item .phone:before {
    position: absolute;
    content: "";
    left: 0;
    /* top: 50%; */
	top: 15px;
   /* transform: translateY(-50%); */
    width: 5px;
    height: 4px;
    border-radius: 50%;
    background-color: #4d89e5;
}

/* 分页 */
.pager {
    margin-top: 30px;
}

.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;
}

/* 2021-08-03 zsy */

.bid-items {
    background-color: #e6f0ff;
}

.bid-item {
    width: 33.33%;
}

.service-link {
    background-color: #e6f0ff;
}


/* 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;
}


/* 2021-09-29 zsy */

.credit-com {
    border-radius: 4px;
    box-shadow: 0px 6px 19px 0px rgba(164, 176, 192, 0.24);
    background-color: rgb(255, 255, 255);
}

.proj-slide {
    padding: 0;
    background: #fff url("../images/credit_slide.png") no-repeat left bottom;
}

.proj-slide:before {
    display: none;
}

.slide-name {
    padding: 0 26px;
}

.proj-slide .name {
    position: relative;
    border: 1px solid #e4e4e4;
    color: #666;
}

.proj-slide .name.current,
.proj-slide .name:hover {
    color: #fff;
    box-shadow: 4.015px 4.459px 0px 0px rgba(90, 150, 237, 0.16);
    background-color: #377ce3;
}

.proj-slidehd {
    height: 182px;
    line-height: 182px;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    font-style: italic;
    color: #fff;
    background: url("../images/creadit_slide_hd.png") no-repeat;
}

.search {
    border-radius: 4px;
    background-color: #fff;
}

.search-btn {
    top: -2px;
    bottom: -2px;
    width: 75px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 13px 0px rgba(251, 171, 127, 0.47);
    background-color: #fba980;
    background-image: linear-gradient(to bottom, #fba980, #f6ca6c);
}

.bid-items {
    height: 40px;
    text-align: left;
}

.bid-item {
    position: relative;
    width: auto;
    padding: 0 38px;
    color: #666;
    z-index: 1;
}

.bid-item.active {
    font-weight: 800;
    color: #ffb22b;
    background: none;
}

.bid-item.active:before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "";
    width: 100%;
    height: 46px;
    box-shadow: 1.5px 2.598px 13px 0px rgba(251, 170, 127, 0.19);
    background: url("../images/biditem_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.service-items {
    margin: 10px -15px 0;
}

.service-item {
    width: 50%;
}

.service-link {
    height: 200px;
    margin: 0 15px;
    border: none;
}

.service-item .title {
    height: 80px;
    line-height: 28px;
    padding-left: 80px;
    font-size: 20px;
}

.service-item .txt {
    display: inline-block;
    max-height: 56px;
    overflow: hidden;
}

.service-item .phone {
    padding-left: 17px;
    color: #93a4bc;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-item .phone:before {
    left: 3px;
    width: 2px;
    height: 2px;
    background-color: #93a4bc;
}

.service-link:hover {
    background-color: #3178e1;
}

.service-link:hover .title {
    border-color: #5a93e7;
    background-image: url("../images/credit_icoh.png");
}

.service-link:hover .title,
.service-link:hover .phone {
    color: #fff;
}

.service-link:hover .phone:before {
    background-color: #fff;
}

/* 2021-10-22 zsy */

.proj-slidehd {
    padding-top: 53px;
    box-sizing: border-box;
}

.proj-tt {
    line-height: 54px;
}

.proj-en {
    line-height: 34px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
