/********************************/
|
/* 1.全局样式 */
|
/********************************/
|
|
body {
|
overflow-x: hidden;
|
}
|
|
body, li, a {
|
/*font-family: "宋体";*/
|
font-family: "Microsoft Yahei", "微软雅黑", "宋体", "Simsun", "Open Sans";
|
font-size: 13px;
|
}
|
|
.box.portlet .portlet-title {
|
height: 41px !important;
|
}
|
|
#bts_pagebody {
|
background-color: white;
|
}
|
|
|
/********************************/
|
/* 2.左边样式 */
|
/********************************/
|
|
/* 左边容器 */
|
#div_left {
|
float: left;
|
width: 270px;
|
height: 100%;
|
margin-left: -96.5%;
|
margin-top: 10px;
|
}
|
|
/* 访问排行 */
|
#FanWenPaiHang {
|
border-right: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
margin-bottom: 10px;
|
}
|
|
/* 访问排行 - 标题 */
|
#FanWenPaiHang .FWPH-title {
|
background-color: #f6a831;
|
height: 41px;
|
padding-top: 10px;
|
padding-left: 10px;
|
color: #ffffff;
|
}
|
|
#FanWenPaiHang .FWPH-title img {
|
margin-bottom: 6px;
|
}
|
|
#FanWenPaiHang .FWPH-title span {
|
font-size: 16px;
|
}
|
|
#FanWenPaiHang .FWPH-title a {
|
cursor: pointer;
|
float: right;
|
color: white;
|
font-size: 14px;
|
padding-right: 10px;
|
}
|
|
#FanWenPaiHang .FWPH-list {
|
padding-left: 5px;
|
background-color: #E7F2F8;
|
}
|
|
#FanWenPaiHang .FWPH-list ul {
|
padding: 0 5px;
|
margin: 0;
|
list-style-type: none;
|
}
|
|
#FanWenPaiHang .FWPH-list ul li {
|
height: 40px;
|
line-height: 40px;
|
border-bottom: 1px dashed #ddd;
|
}
|
|
#FanWenPaiHang .FWPH-list ul li a {
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
text-decoration: none;
|
color: black;
|
cursor: pointer;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
#FanWenPaiHang .FWPH-list ul li a:hover {
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
|
/* 我的收藏夹 */
|
#WoDeShouCangJia {
|
padding: 0px 0px 0px 0px;
|
margin-bottom: 10px;
|
border-right: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
}
|
|
#WoDeShouCangJia .WDSCJ-title {
|
background-color: #5edb72;
|
height: 41px;
|
padding-top: 10px;
|
padding-left: 10px;
|
color: #ffffff;
|
}
|
|
#WoDeShouCangJia .WDSCJ-title img {
|
margin-bottom: 6px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-title span {
|
font-size: 16px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-title a {
|
cursor: pointer;
|
float: right;
|
color: white;
|
font-size: 14px;
|
padding-right: 10px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list {
|
padding-left: 5px;
|
background-color: #E7F2F8;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list ul {
|
list-style-type: none;
|
margin: 0px 6px 0px 2px;
|
padding: 0;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list li {
|
/*padding: 5px;*/
|
height: 40px;
|
line-height: 40px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list li a {
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
color: black;
|
text-decoration: none;
|
cursor: pointer;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
#WoDeShouCangJia .WDSCJ-list li a:hover {
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
|
/*.WDSCJ-list ul li*/
|
/*{*/
|
/*overflow: hidden;*/
|
/*text-overflow:ellipsis;*/
|
/*white-space: nowrap;*/
|
/*}*/
|
|
/********************************/
|
/* 3.中间样式 */
|
/********************************/
|
|
/* 中间容器 */
|
#div_center {
|
float: left;
|
width: 98%;
|
}
|
|
#div_center .content {
|
height: 100%;
|
margin:0 259px 0 281px;;
|
}
|
|
#div_center .content .module {
|
margin-bottom: 10px;
|
margin-top: 10px;
|
}
|
|
/*推荐资源背景框*/
|
.portlet.box.tjzy_blue {
|
border: 1px solid #43B0F5;
|
border-top: 0;
|
margin-right: 1.35%;
|
margin-bottom: 0px;
|
margin-left: 1.8%;
|
border: 1px solid #6c98fe;
|
border-color: #ddd!important;
|
}
|
|
.portlet.box.tjzy_blue .portlet-title {
|
background-color: #43B0F5;
|
}
|
|
#txtSearchKey {
|
height: 35px;
|
border: none;
|
color: #ADADAD;
|
font-size: 16px;
|
border-radius: 5px;
|
width: 539px;
|
padding: 0.3rem 0.75rem;
|
}
|
|
#ReMenSouSuoBox {
|
margin-top: 10px;
|
/*width: 750px;*/
|
height: 29px;
|
line-height: 29px;
|
}
|
|
#ReMenSouSuoBox ul {
|
padding: 0;
|
margin: 0;
|
list-style-type: none;
|
}
|
|
#ReMenSouSuoBox ul li:not(:first-child) {
|
float: left;
|
margin-right: 15px;
|
background-color: #B6DAFA;
|
padding: 0 10px;
|
border-radius: 5px;
|
cursor: pointer;
|
}
|
|
ul.mtree li > a {
|
color: black;
|
text-decoration: none;
|
cursor: pointer;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
ul.mtree li > a:hover {
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
|
/*业务集成*/
|
.lanren {
|
overflow: hidden;
|
margin: auto;
|
}
|
|
.YWJC_Img {
|
width: 262px;
|
height: 146px;
|
margin: auto;
|
text-align: left;
|
cursor: pointer;
|
}
|
|
.txt {
|
width: 262px;
|
height: 146px;
|
margin: auto;
|
text-align: left;
|
background-color: #73C3F8;
|
cursor: pointer;
|
}
|
|
.lanren ul li {
|
|
height: 146px;
|
float: left;
|
/*margin: 0px 0px 0px 0px !important;*/
|
position: relative;
|
overflow: hidden;
|
cursor: pointer;
|
text-align: center;
|
margin-bottom: 19px;
|
}
|
|
.list-inline > li {
|
display: inline-block;
|
padding: 0px;
|
}
|
|
.lanren .txt {
|
height: 40px;
|
background: url(/image/ZiYuanZhongXin/1px.png) repeat;
|
position: absolute;
|
bottom: 0;
|
color: #fff;
|
font-family: "微软雅黑";
|
margin-top: 20px;
|
}
|
|
.lanren .txt h3 {
|
font-size: 15px;
|
font-weight: 100;
|
height: 35px;
|
text-align: center;
|
margin-top: 10px;
|
line-height: 1.3;
|
}
|
|
.lanren .txt p {
|
font-size: 13px;
|
text-align: center;
|
margin-top: 20px;
|
}
|
|
.noanimate {
|
width: 262px;
|
height: 146px;
|
margin: auto;
|
text-align: left;
|
background-color: #73C3F8;
|
cursor: pointer;
|
}
|
|
.lanren .noanimate p {
|
font-size: 13px;
|
text-align: center;
|
margin-top: 20px;
|
}
|
|
.lanren .noanimate {
|
height: 40px;
|
background: url(/image/ZiYuanZhongXin/1px.png) repeat;
|
position: absolute;
|
bottom: 0;
|
color: #fff;
|
font-family: "微软雅黑";
|
margin-top: 20px;
|
}
|
|
.lanren .noanimate h3 {
|
font-size: 15px;
|
font-weight: 100;
|
height: 35px;
|
text-align: center;
|
margin-top: 10px;
|
line-height: 1.3;
|
}
|
|
.col-sm-2, .col-sm-9, .col-sm-9 {
|
padding-right: 0;
|
padding-left: 0;
|
}
|
|
|
/********************************/
|
/* 4.右边样式 */
|
/********************************/
|
|
/* 右边容器 */
|
#div_right {
|
float: left;
|
width: 270px;
|
height: 100%;
|
margin-left: -265px;
|
margin-top: 10px;
|
}
|
|
/* 最新资源 */
|
#ZuiXinZiYuan {
|
border: 1px solid #ddd;
|
margin-bottom: 10px;
|
}
|
|
/* 最新资源 - 标题 */
|
#ZuiXinZiYuan .ZXZY-title {
|
background-color: #f6a831;
|
height: 41px;
|
padding-top: 10px;
|
padding-left: 10px;
|
color: #ffffff;
|
}
|
|
#ZuiXinZiYuan .ZXZY-title img {
|
margin-bottom: 6px;
|
}
|
|
#ZuiXinZiYuan .ZXZY-title span {
|
font-size: 16px;
|
}
|
|
#ZuiXinZiYuan .ZXZY-title a {
|
cursor:pointer;
|
float:right;
|
color: white;
|
font-size:14px;
|
padding-right:10px;
|
}
|
|
/* 最新资源 - 列表 */
|
#ZuiXinZiYuan ul {
|
margin: 0;
|
padding: 0;
|
list-style-type: none;
|
}
|
|
#ZuiXinZiYuan ul li {
|
height: 47px;
|
border-bottom: 1px dashed #ddd;
|
padding-left: 10px;
|
}
|
|
#ZuiXinZiYuan ul li div {
|
padding: 6px 0;
|
height: 50px;
|
}
|
|
#ZuiXinZiYuan ul li div a {
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
text-decoration: none;
|
color: black;
|
cursor: pointer;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
#ZuiXinZiYuan ul li div a:hover {
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
|
#ZuiXinZiYuan ul li:nth-child(2n) {
|
background-color: #E9F0F6;
|
}
|
/*申请资源*/
|
#ShenQingZiYuan ul {
|
margin: 0;
|
padding: 0;
|
list-style-type: none;
|
}
|
|
#ShenQingZiYuan ul li {
|
height: 50px;
|
border-bottom: 1px dashed #ddd;
|
padding-left: 10px;
|
}
|
|
#ShenQingZiYuan ul li div {
|
padding: 6px 0;
|
height: 50px;
|
}
|
|
#ShenQingZiYuan ul li div a {
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
text-decoration: none;
|
color: black;
|
cursor: pointer;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
#ShenQingZiYuan ul li:nth-child(2n) {
|
background-color: #E9F0F6;
|
}
|
#ShenQingZiYuan .sqzy-title {
|
background-color: #5edb72;
|
height: 41px;
|
padding-top: 10px;
|
padding-left: 10px;
|
color: #ffffff;
|
}
|
|
#ShenQingZiYuan .sqzy-title img {
|
margin-bottom: 6px;
|
}
|
|
#ShenQingZiYuan .sqzy-title span {
|
font-size: 16px;
|
}
|
|
ul#sqzy div a {
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
ul#sqzy div a:hover {
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
#ZuiXinZiYuan .sqzy-title a {
|
cursor:pointer;
|
float:right;
|
color: white;
|
font-size:14px;
|
padding-right:10px;
|
}
|
|
#ReMenSouSuoBox,ul, li {
|
margin: 0px;
|
padding: 0px;
|
}
|
#ReMenSouSuoBox {
|
margin: auto;
|
*text-align: center;
|
}
|
ReMenSouSuoBox ul li {
|
text-align: center;
|
margin-right: 5px;
|
list-style: none;
|
}
|
#ReMenSouSuoBox ul {
|
display: table;
|
margin-left: auto;
|
margin-right: auto;
|
}
|
#ReMenSouSuoBox ul li {
|
float: left;
|
*float: none;
|
*display: inline;
|
*zoom: 1;
|
}
|