/********************************/
|
/* 1.全局样式 */
|
/********************************/
|
|
body {
|
overflow-x: hidden;
|
}
|
|
body, li, a {
|
/*font-family: "宋体";*/
|
font-family: "Microsoft Yahei", "微软雅黑", "宋体", "Simsun", "Open Sans";
|
font-size: 13px;
|
}
|
|
|
.box.portlet {
|
margin-bottom: 0px !important;
|
}
|
|
#bts_pagebody {
|
background-color: white;
|
}
|
|
|
/********************************/
|
/* 2.左边样式 */
|
/********************************/
|
|
/* 左边容器 */
|
#div_left {
|
float: left;
|
width: 360px;
|
padding-left: 3px;
|
/*height: 100%;*/
|
}
|
|
/* 访问排行 */
|
|
/*#FanWenPaiHang {*/
|
/*border-right: 1px solid #ddd;*/
|
/*border-bottom: 1px solid #ddd;*/
|
/*margin-bottom: 10px;*/
|
/*}*/
|
|
#FanWenPaiHang ul {
|
list-style-type: none;
|
}
|
|
#FanWenPaiHang ul li {
|
height: 55px;
|
line-height: 55px;
|
margin-left: 28px;
|
margin-right: 20px;
|
}
|
|
#FanWenPaiHang ul li:not(:last-child) {
|
border-bottom: 1px solid #ccd3dc;
|
}
|
|
#FanWenPaiHang ul li a {
|
width: 100%;
|
display: inline-block;
|
text-decoration: none;
|
color: black;
|
cursor: pointer;
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
font-size: 18px;
|
|
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 .WDSCJ-title img {
|
margin-bottom: 6px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-title span {
|
font-size: 16px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list ul {
|
list-style-type: none;
|
margin: 0px 6px 0px 2px;
|
padding: 0;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list li {
|
height: 55px;
|
line-height: 55px;
|
margin-left: 28px;
|
margin-right: 20px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list ul li:not(:last-child) {
|
border-bottom: 1px solid #ccd3dc;
|
}
|
|
#WoDeShouCangJia .WDSCJ-list ul li a {
|
width: 100%;
|
display: inline-block;
|
color: black;
|
text-decoration: none;
|
cursor: pointer;
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
font-size: 18px !important;
|
line-height: 55px;
|
}
|
|
#WoDeShouCangJia .WDSCJ-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);
|
}
|
|
|
/********************************/
|
/* 3.中间样式 */
|
/********************************/
|
|
/* 中间容器 */
|
#div_center {
|
float: left;
|
width: 650px;
|
}
|
|
#div_center .content {
|
height: 100%;
|
/*margin:0 259px 0 281px;;*/
|
}
|
|
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;
|
height: 106px;
|
}
|
|
.YWJC_Img {
|
width: 33.3% !important;
|
height: 90px;
|
margin: auto;
|
text-align: left;
|
cursor: pointer;
|
}
|
|
.YWJC_Img div,.YWJC_Img img {
|
width: 98%;
|
height: 100%;
|
}
|
|
.txt {
|
width: 262px;
|
height: 146px;
|
margin: auto;
|
text-align: left;
|
background-color: #73C3F8;
|
cursor: pointer;
|
}
|
|
.lanren ul li {
|
width: 50%;
|
/*height: 146px;*/
|
float: left;
|
/*margin: 0px 0px 0px 0px !important;*/
|
position: relative;
|
overflow: hidden;
|
cursor: pointer;
|
font-size: 18px;
|
text-align: left;
|
line-height: 40px;
|
}
|
|
.lanren ul {
|
margin-left: 38px !important;
|
margin-right: 20px !important;
|
}
|
|
.lanren ul li a {
|
font-size: 18px !important;
|
width: 100%;
|
display: inline-block;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
|
.lanren ul li:nth-child(2n+1) a {
|
padding-right: 16px;
|
}
|
|
.list-inline > li {
|
display: inline-block;
|
padding: 0px;
|
}
|
|
.lanren .txt {
|
height: 25px;
|
/*background: url(/image/ZiYuanZhongXin/1px.png) repeat;*/
|
background-color: rgba(188,209,254,.9);
|
position: absolute;
|
bottom: 0;
|
color: #191E21;
|
font-family: "微软雅黑";
|
margin-top: 20px;
|
}
|
|
.lanren .txt h3 {
|
font-size: 13px;
|
font-weight: 100;
|
height: 25px;
|
text-align: center;
|
/*margin-top: 10px;*/
|
line-height: 25px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
margin-bottom: 0px;
|
}
|
|
.lanren .txt p {
|
font-size: 13px;
|
text-align: center;
|
line-height: normal;
|
margin-left: 0 !important;
|
padding-left: 0 !important;
|
/*margin-top: 10px;*/
|
}
|
|
.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: 360px;
|
padding-right: 3px !important;
|
}
|
|
/* 最新资源 */
|
|
#ZuiXinZiYuan ul {
|
margin: 0;
|
padding: 0;
|
list-style-type: none;
|
}
|
|
#ZuiXinZiYuan ul li:not(:last-child) {
|
border-bottom: 1px solid #ccd3dc;
|
}
|
|
#ZuiXinZiYuan ul li {
|
height: 55px;
|
line-height: 55px;
|
margin-left: 28px;
|
margin-right: 20px;
|
}
|
|
#ZuiXinZiYuan ul li div a {
|
display: inline-block;
|
width: 225px;
|
text-decoration: none;
|
color: black;
|
cursor: pointer;
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
font-size: 18px;
|
|
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);
|
}
|
|
|
/*申请资源*/
|
|
.sqzy {
|
height: 55px;
|
line-height: 55px;
|
margin-left: 28px;
|
margin-right: 20px;
|
}
|
|
.sqzy:not(:last-child) {
|
border-bottom: 1px solid #ccd3dc;
|
}
|
|
.sqzy a {
|
font-size: 18px;
|
color: #000;
|
width: 225px;
|
display: inline-block;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
|
.sqzy .fimg {
|
margin-right: 15px;
|
}
|
|
.sqzy .limg {
|
cursor: pointer;
|
float: right;
|
position: relative;
|
top: 30px;
|
margin-top: -11px;
|
}
|
|
|
|
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 {
|
width: 100%;
|
overflow: hidden;
|
height: 25px;
|
position: relative;
|
color: #484848;
|
margin: 13px 0 -8px 0;
|
}
|
|
.div_top {
|
margin-top: 20px;
|
}
|
|
#ReMenSouSuoBox ul {
|
width: 100%;
|
height: 25px;
|
line-height: 25px;
|
padding: 0;
|
margin: 0;
|
list-style-type: none;
|
font-size: 15px;
|
overflow: hidden;
|
}
|
|
#ReMenSouSuoBox ul li:first-child {
|
float: left;
|
font-size: 15px;
|
margin-right: 10px;
|
}
|
|
#ReMenSouSuoBox ul li:not(:first-child) {
|
float: left;
|
margin-right: 15px;
|
background-color: #E9E9E9;
|
padding: 0px 10px;
|
border-radius: 5px;
|
cursor: pointer;
|
font-size: 15px;
|
color: #6c6c6c;
|
}
|
|
#txtSearchKey {
|
height: 50px;
|
border: none;
|
color: #8ab1e5;
|
font-size: 16px;
|
border-radius: 5px;
|
width: 508px;
|
padding: 0.3rem 0.75rem;
|
}
|
|
/*标题更多样式*/
|
|
.PanelBoxTitle {
|
/*float: left;*/
|
display: inline-block;
|
/*width: 100%;*/
|
height: 40px;
|
margin-top: 25px;
|
margin-left: 13px;
|
font-weight: 600;
|
}
|
|
.PanelBoxTitle span {
|
float: left;
|
line-height: 37px;
|
font-size: 20px !important;
|
margin-left: 13px;
|
color: #4777FF;
|
/*font-weight: 600;*/
|
}
|
|
.moreurl {
|
display: inline-block;
|
padding: 0px 5px;
|
background-color: #4777ff;
|
color: white !important;
|
font-size: 15px !important;
|
border-radius: 3px;
|
margin-left: 10px !important;
|
font-weight: normal !important;
|
cursor: pointer;
|
/*width: 40px;*/
|
margin-top: 8.8px;
|
}
|