<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @Description: 
 * @Autor: wuzhou
 * @LastEditTime: 2020-11-11 
 */

.content-left {
    width: 255px;
}

.content-right {
    width: 935px;
    padding-bottom: 60px;
	min-height:200px
}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€&nbsp;Ã‚Âª */

.ewb-menu-hd {
    padding-left: 31px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
       background: url(../images/pages/menu_ico.png) right bottom no-repeat #0688d6;
}

.ewb-menu-hd a {
    color: #fff;
}

.ewb-menu-bd {
    background: #f4f4fb;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-items {
    border-top: 1px solid #fff;
}

.wb-tree-tt {
    color: #666;
}

.wb-tree-tt:hover {
    color:#0688d6;
}

.wb-tree-node {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #666;
    padding-left: 31px;
}

.wb-tree-items.current .wb-tree-node:before {
        position: absolute;
        content: "";
        left:0;
        top:5px;
        bottom:5px;
        width: 4px;
        background-color: #0688d6;
}

.haschild .wb-tree-iconr {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 23px;
    margin-right: 27px;
    background: url('../images/pages/menu_arr1.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 4px 10px;
    background-color: #fff;
}

.wb-tree-item&gt;a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
     text-overflow: ellipsis;
}

.wb-tree-item&gt;a:hover {
    color: #0688d6;
}

.current .wb-tree-tt {
    color: #0688d6;
}

.current .wb-tree-node {
     background-color: #f4f4fb;
}

.current .wb-tree-iconr {
    background: url('../images/pages/menu_arr2.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-tt-bg {
    display: block;
    margin-right: 55px;
    overflow: hidden;
    white-space: nowrap;
     text-overflow: ellipsis;
}

/* ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ */

.list-title {
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #e7e7f4;
}

.list-name {
    position: relative;
    line-height: 27px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 16px;
}

.list-name:before {
    position: absolute;
    content: "";
    left:0;
    top:0;
    width: 6px;
    height: 26px;
    background-color: #0688d6;
}

.more-link {
    color:#0688d6;
    font-size: 16px;
}


/* tabÃƒÂ¥Ã‹â€&nbsp;Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢ */
 

.plan-name {
    margin-left: 22px;
    float:left;
    line-height: 56px;
}

.plan-name &gt;a {
    font-size: 16px;
    color:#666;
}

.plan-name.active&gt;a {
    color:#0688d6;
}


.news-items&gt;li {
    padding:0 16px;
    position: relative;
    line-height: 50px;
    vertical-align: top;
}
.news-items2&gt;li {
    padding:0 16px;
    position: relative;
    line-height: 50px;
    vertical-align: top;
}


.news-items&gt;li:nth-child(odd) {
    background-color: #f4f4fb;
}
.news-items2&gt;li:nth-child(odd) {
    background-color: #f4f4fb;
}

.news-items&gt;li:before {
    position: absolute;
    content: "";
    left: 16px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.news-items2&gt;li&gt;a {
    padding-left: 17px;
    display: block;
    color: #666;
    margin-right: 250px;
    font-size: 16px;
}
.news-items2&gt;li:before {
    position: absolute;
    content: "";
    left: 16px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.news-items&gt;li&gt;a {
    padding-left: 17px;
    display: block;
    color: #666;
    margin-right: 340px;
    font-size: 16px;
}

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

.news-time2 {
    position: absolute;
    right: 120px;
    top:0;
    font-size: 16px;
    color: #999;
}

.news-time3 {
    position: absolute;
    right: 222px;
    top:0;
    font-size: 16px;
    color: #999;
    width: 120px;
}

.news-timetb2 {
    position: absolute;
    right: 16px;
    top:0;
    font-size: 16px;
    color: #999;
}

.news-timetb3 {
    position: absolute;
    right: 120px;
    top:0;
    font-size: 16px;
    color: #999;
    width: 120px;
}



.news-items&gt;li:hover a,
.news-items&gt;li:hover .news-time {
    color: #0688d6;
}
.news-items&gt;li:hover a,
.news-items&gt;li:hover .news-time2 {
    color: #0688d6;
}
.news-items&gt;li:hover a,
.news-items&gt;li:hover .news-time3 {
    color: #0688d6;
}

.lx{
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 16px;
	background: #0688d6;
	color: white;
}
.ggbt{
	padding-left:30px;
}
.cgzz{
	 position: absolute;
    right: 270px;
    top: 0;
}
.fbrq{
	position: absolute;
	right: 135px;
	top:0;
}

.tbjrq{
	position: absolute;
	right: 16px;
	top:0;
}
.ggbttb{
	padding-left:30px;
}
.cgzztb{
	 position: absolute;
    right: 170px;
    top: 0;
}
.fbrqtb{
	position: absolute;
	right: 30px;
	top:0;
}




.news-items&gt;li:hover:before {
    background-color: #0688d6;
}
.news-items2&gt;li:hover:before {
    background-color: #0688d6;
}
.news-top {
    margin-top: 40px;
}

.bid-info {
    padding-top: 20px;
}

 .ewb-page-info {
     padding-top: 20px;
 }

 .m-pagination-info {
    height: 27px;
    line-height: 27px;
}



/* 2021-2-25 */


.ewb-right-hd{
    height: 128px;
    padding:  6px 0;
	background-color: #f7f7f7;
}
.ewb-right-tab{
    padding: 0 18px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.ewb-right-tab.current{
    color: #fff;
    background-color: #df2922;
}
.ewb-right-hd{
    padding-top: 9px;
}
.ewb-toolbar{
    height: 88px;
    padding: 22px 35px 0;
    background-color: #f7f7f7;
}
.ewb-toolbar-label{
    width: 98px;
    height: 34px;
    line-height: 34px;
}
.ewb-toolbar-sear{
    width: 160px;
    height: 30px;
    border: 1px solid #d3d3d3;
    text-indent: 14px;
    outline: 0;
    color: #999;
}
.ewb-ml20{
    margin-left: 20px;
}
.ewb-sele{
    width: 280px;
    height: 34px;
    border: 1px solid #d3d3d3;
    color: #999;
    margin-right: 10px;
    padding-left: 10px;
}
.ewb-submit2{
  background: #f7f7f7;
    height: 34px;
  
}
.ewb-submit{
    font-weight: bold;
    margin-left: 20px;
    color: #fff;
    width: 68px;
    height: 34px;
    text-align: center;
    border: 0;
    background-color: #df2922;
	    cursor: pointer;
}
.ewb-submit:hover{
    background-color: #aa231d;
}
.ewb-right-list{
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    padding-left: 10px;
    background: url(../images/list_icon.jpg) 0 center no-repeat;
}


.ewb-datetime {
	float: left;
	width: 167px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	background: url(../images/date_icon.png) 155px  center no-repeat #fff;
	padding-left: 15px;
}

.ewb-to {
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
   
}

.ewb-more-date {
	
}



.ewb-right-list a{
    color: #333;
}
.ewb-context{
    max-width: 570px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ewb-term-option.active {
    color: #fff;
    border-radius: 2px;
    background-color: #c40000;
} 

.ewb-term-option {
    display: inline-block;
    margin-top: 5px;
	margin-left: 17px;
	padding: 4px 20px;
	font-size: 14px;
	vertical-align: top;
	color: #333;
	cursor: pointer;
}

</pre></body></html>