@charset "utf-8";
|
body {
|
overflow: scroll;
|
min-width: 1000px;
|
}
|
/*知识门户首页*/
|
div.search-box {
|
width: 696px;
|
height: 44px;
|
margin: auto;
|
margin-top: 30px;
|
}
|
div.search-box .search-left {
|
width: 580px;
|
height: 42px;
|
border: solid 1px #007dcf;
|
float: left;
|
}
|
div.search-box .search-left span.select {
|
display: inline-block;
|
width: 30px;
|
height: 42px;
|
font-size: 12px;
|
color: #333;
|
line-height: 42px;
|
background: url(../images/triangle-blue.png) right center no-repeat;
|
padding: 0 15px;
|
position: relative;
|
}
|
div.search-box .search-left span.select .dropdown-con {
|
width: 82px;
|
height: auto;
|
display: inline-block;
|
position: absolute;
|
top: 40px;
|
left: -2px;
|
border: solid 1px #ddd;
|
background: #fff;
|
border-radius: 2px;
|
}
|
div.search-box .search-left span.select .dropdown-con .triangle {
|
width: 13px;
|
height: 7px;
|
background: url(../images/triangle-top.png) center top no-repeat;
|
position: absolute;
|
top: -7px;
|
left: 36px;
|
}
|
div.search-box .search-left span.select .dropdown-con a {
|
display: block;
|
width: 70px;
|
margin: auto;
|
font-size: 12px;
|
color: #333;
|
line-height: 30px;
|
text-align: center;
|
border-bottom: solid 1px #ebebeb;
|
}
|
div.search-box .search-left span.select .dropdown-con a.last {
|
border: 0;
|
}
|
div.search-box .search-left span.select .dropdown-con a:hover {
|
color: #ff4902;
|
}
|
div.search-box .search-left input.text {
|
width: 400px;
|
height: 42px;
|
border: 0;
|
outline: none;
|
line-height: 42px;
|
padding-left: 6px;
|
font-size:14px;
|
color:#999;
|
}
|
div.search-box .search-right {
|
width: 102px;
|
height: 44px;
|
background: #0f77e5;
|
float: right;
|
font-size: 14px;
|
color: #fff;
|
line-height: 44px;
|
text-align: center;
|
cursor: pointer;
|
}
|
div.search-box .search-left .search-right {
|
width: 82px;
|
margin-top: -1px;
|
}
|
.knowhow {
|
padding: 10px 15px;
|
}
|
.tab-block {
|
width: auto;
|
height: 32px;
|
margin: 25px auto 6px auto;
|
overflow: hidden;
|
padding-top: 4px;
|
}
|
.tab-block span {
|
height: 20px;
|
display: block;
|
float: left;
|
font-size: 12px;
|
margin: 0;
|
border-left: solid 1px #ddd;
|
cursor: pointer;
|
}
|
.tab-block span a {
|
height: 36px;
|
color: #333;
|
line-height: 20px;
|
padding: 0 38px;
|
display: inline-block;
|
}
|
.tab-block span.cur {
|
height: 36px;
|
background: url(../images/tab-bg.png) center no-repeat;
|
color: #fff;
|
border: 0;
|
margin-top: -4px;
|
line-height: 28px;
|
}
|
.tab-block span.cur a {
|
color: #fff;
|
}
|
.knowhow .order_list .ol_title a {
|
float: right;
|
margin: 9px 0;
|
display: block;
|
height: 18px;
|
padding: 0 12px;
|
font-size: 12px;
|
color: #5eb1ff;
|
line-height: 20px;
|
}
|
.knowhow .order_list .ol_title span.collect a {
|
width:26px;
|
}
|
.knowhow .order_list .ol_title span.focus a {
|
width:50px;
|
}
|
.knowhow .order_list .ol_con th a {
|
width: 48px;
|
height: 58px;
|
float: left;
|
margin: 0 20px 0 5px;
|
border: 1px solid #ebebeb;
|
padding: 5px 10px;
|
display: block;
|
text-align: center;
|
}
|
.knowhow .order_list .ol_con th a img {
|
margin-top: 11px;
|
}
|
.knowhow .ol_con td span.olc_txt {
|
color: #999;
|
}
|
.experts-right .order_list .ol_title span a{
|
float: right;
|
margin: 9px 6px;
|
display: block;
|
height: 18px;
|
padding-left: 24px;
|
font-size: 12px;
|
line-height: 20px;
|
}
|
.knowhow .order_list .ol_title span a{
|
float: right;
|
display: block;
|
font-size: 12px;
|
padding-left: 24px;
|
}
|
.list .order_list .ol_title span.edit,.list .order_list .ol_title span.collect{
|
float: right;
|
display: block;
|
}
|
.list .order_list .ol_title span.edit a,.list .order_list .ol_title span.collect a{
|
display: block;
|
font-size: 12px;
|
padding-left: 24px;
|
line-height:18px;
|
width:26px;
|
}
|
.list .order_list .ol_title span.focus a{
|
display: block;
|
font-size: 12px;
|
padding-left: 24px;
|
line-height:18px;
|
width:50px;
|
}
|
.order_list .ol_title span a {
|
color: #5eb1ff;
|
}
|
.order_list .ol_title span.collect a{
|
background: url(../images/collect-blue.png) left center no-repeat;
|
cursor:pointer;
|
user-select:none;
|
}
|
.order_list .ol_title span.focus a{
|
background: url(../images/collect-blue2.png) left center no-repeat;
|
}
|
.order_list .ol_title span.edit a{
|
background: url(../images/edit-blue.png) left center no-repeat;
|
cursor:pointer;
|
}
|
.order_list .ol_title span.zan a{
|
background: url(../images/zan-blue.png) left center no-repeat;
|
cursor:pointer;
|
}
|
.order_list .ol_title span.focus2 a{
|
background: url(../images/zan-blue2.png) left center no-repeat;
|
}
|
.order_list .ol_title span.cai a{
|
background: url(../images/cai-blue.png) left center no-repeat;
|
cursor:pointer;
|
}
|
.order_list .ol_title span.focus3 a{
|
background: url(../images/cai-blue2.png) left center no-repeat;
|
}
|
.yellow-pages .order_list .ol_title h3 {
|
float: left;
|
padding-left: 0;
|
padding-right: 20px;
|
background: none;
|
color: #000;
|
font-weight: normal;
|
}
|
.yellow-pages2 .order_list .ol_title h3 {
|
float: left;
|
padding-left: 0;
|
padding-right: 20px;
|
background: none;
|
color: #000;
|
font-weight: normal;
|
}
|
.yellow-pages .ol_con td {
|
color: #999;
|
}
|
.yellow-pages .ol_con td i {
|
color: #999;
|
}
|
.yellow-pages .ol_con td span.olc_txt {
|
color: #999;
|
}
|
.yellow-pages .ol_con i {
|
font-style: normal
|
}
|
|
/*改动结束*/
|
|
.order_list .ol_con td {
|
line-height: 24px;
|
}
|
.order_list .ol_con td em {
|
color: #008bc9;
|
}
|
.order_list .ol_con td em.check {
|
margin-right: 10px;
|
padding: 0 0 0 10px;
|
color: #1076e4;
|
text-decoration: underline;
|
background: url(../images/cut-off-line.gif) no-repeat left;
|
}
|
.order_list .ol_con td span.load {
|
background: url(../images/16x16-loading.gif) no-repeat;
|
width: 16px;
|
height: 16px;
|
display: inline-block;
|
float: right;
|
margin-top: 4px;
|
}
|
.order_list .ol_con td span.olc_txt {
|
margin-right: 10px;
|
padding-right: 10px;
|
background: url(../images/cut-off-line.gif) no-repeat right;
|
display: inline-block;
|
*zoom:1;
|
*display:inline;
|
}
|
.order_list .ol_con td span.olc_txt.last {
|
background: none;
|
padding-right: 0px;
|
}
|
/*专家黄页*/
|
.yellow-pages {
|
padding: 10px 15px;
|
box-sizing: border-box;
|
}
|
.yellow-pages .tab-block {
|
margin-top: 0;
|
}
|
.tab-block-2{
|
margin-top: 0;
|
}
|
.experts-list {
|
width: 268px;
|
height: auto;
|
border: solid 1px #ddd;
|
float: left;
|
}
|
.experts-list ul.list{
|
width: 268px;
|
height: auto;
|
overflow-x:hidden;
|
overflow-y:scroll;
|
margin-top:0px;
|
}
|
.experts-list .list-top {
|
width: 268px;
|
height: 38px;
|
border-bottom: solid 1px #ddd;
|
background: #efefef;
|
}
|
.experts-list .list-top p {
|
width: 70px;
|
height: 38px;
|
background: url(../images/ex-blue.png) 10px center no-repeat;
|
padding-left: 40px;
|
font-size: 14px;
|
color: #333;
|
line-height: 38px;
|
float: left;
|
}
|
.experts-list .list-top .search {
|
float: right;
|
margin-top: 8px;
|
position: relative;
|
}
|
.experts-list .list-top .search span {
|
width: 220px;
|
height: 26px;
|
display: inline-block;
|
background: #fff;
|
position: absolute;
|
top: -2px;
|
left: -192px;
|
}
|
.experts-list .list-top .search span input {
|
width: 170px;
|
height: 26px;
|
float: left;
|
font-size:12px;
|
line-height: 26px;
|
padding:0;
|
border:0;
|
outline:none;
|
padding-left: 10px;
|
}
|
.experts-list .list-top .search span img {
|
float: right;
|
margin-right: 6px;
|
margin-top: 2px;
|
}
|
.experts-list .list-top .line {
|
float: right;
|
margin: 8px 10px;
|
}
|
.experts-list .list-top .filter {
|
float: right;
|
margin: 8px 5px 8px 0;
|
position: relative;
|
}
|
.experts-list .list-top .filter span {
|
width: 82px;
|
height: 157px;
|
display: inline-block;
|
background: url(../images/filter-bg.png) center top no-repeat;
|
position: absolute;
|
top: 25px;
|
left: -54px;
|
padding-top: 5px;
|
z-index:99;
|
}
|
.experts-list .list-top .filter span a {
|
display: block;
|
font-size: 12px;
|
color: #333;
|
line-height: 30px;
|
text-align: center;
|
}
|
.experts-list .list-top .filter span a.cur {
|
color: #ff4902;
|
}
|
.experts-list .list-top .filter span a:hover {
|
color: #ff4902;
|
}
|
.experts-list ul li {
|
box-sizing:border-box;
|
width: 268px;
|
height: auto;
|
border-bottom: dashed 1px #ddd;
|
font-size: 12px;
|
color: #333;
|
line-height: 26px;
|
padding: 10px 10px 10px 42px;
|
margin:0;
|
}
|
.experts-list ul li.cur {
|
background: #fff6eb url(../images/select-or.png) -2px center no-repeat;
|
color: #ff9000;
|
}
|
.experts-list ul li:hover {
|
background: #fff6eb url(../images/select-or.png) -2px center no-repeat;
|
color: #ff9000;
|
}
|
.experts-list ul li.cur {
|
background: #fff6eb url(../images/select-or.png) -2px center no-repeat;
|
color: #ff9000;
|
}
|
.experts-list ul li.last {
|
border-bottom: 0;
|
}
|
.experts-list ul li span {
|
font-size: 12px;
|
color: #999;
|
display: inline-block;
|
}
|
.experts-list ul li span.integral {
|
background: url(../images/integral-gr.png) left center no-repeat;
|
padding-left: 25px;
|
margin-right: 10px;
|
width:55px;
|
}
|
.experts-list ul li.cur span {
|
color: #ff9000;
|
}
|
.experts-list ul li.cur span.integral {
|
background: url(../images/integral-or.png) left center no-repeat;
|
}
|
.experts-list ul li.cur span.grade em {
|
background: url(../images/grade-or.png) 2px center no-repeat;
|
}
|
.experts-list ul li:hover span {
|
color: #ff9000;
|
}
|
.experts-list ul li:hover span.grade em {
|
background: url(../images/grade-or.png) 2px center no-repeat;
|
}
|
.experts-list ul li:hover span.integral {
|
background: url(../images/integral-or.png) left center no-repeat;
|
}
|
.experts-list ul li span.grade img {
|
padding-left: 4px;
|
|
margin-top: -4px;
|
}
|
.experts-list ul li span.grade em {
|
display:inline-block;
|
position:relative;
|
top:7px;
|
width:22px;
|
height:22px;
|
background:url(../images/grade-gr.png) 2px center no-repeat;
|
}
|
.experts-right {
|
box-sizing: border-box;
|
margin-left: -300px;
|
padding-left: 300px;
|
width: 100%;
|
float: right;
|
}
|
.list span.keyword {
|
width: auto;
|
height: 18px;
|
display: inline-block;
|
border: solid 1px #5ebfff;
|
padding: 0 10px;
|
margin: 10px 10px 0 0;
|
color: #007cce;
|
cursor: pointer;
|
font-size: 12px;
|
line-height: 18px;
|
}
|
|
.order_list .ol_title h3 a{
|
widrh:600px;
|
height:35px;
|
margin:0;
|
}
|
|
|
/* CSS Document */
|