/**!
* 青海省公共资源交易网
* date:2021-04-06
* author: gaoli;
*/

.learn-img {
    width: 332px;
    height: 655px;
}

.learn-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.content {
    margin-left: 352px;
}

.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;
}

.pxxt:before {
    position: absolute;
    content: "";
    left: 110px;
    top: 50%;
    width: 4px;
    height: 20px;
    border-radius: 25px;
    transform: translateY(-50%);
    background-color: #3078e1;
}

.pxxt{
	color: #333;
	margin-left: 10px;
}

.news-items {
    margin-top: 17px;
}

.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: #333;
    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: 20px;
}

.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 */

.content {
    position: relative;
}

.bid-items {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    font-size: 0;
    height: 36px;
    border-radius: 25px;
    text-align: center;
    background-color: #f3f8ff;
    overflow: hidden;
}

.bid-item {
    line-height: 36px;
    font-size: 18px;
    color: #3078e1;
    width: 33%;
    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);
}

.bid-item.current {
    color: #fff;
    background-color: #99baf9;
    background-image: linear-gradient(to right, #7497dc, #9cbdfb);
}
.bid-item>a {
    color: #3078e1;
   
}

.bid-item.current>a {
    color: #fff;
   
}

.ewb-page {
    margin-top: 24px;
    padding-bottom: 11px;
    text-align: center;
}


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