This commit is contained in:
avene 2018-05-12 10:42:21 +08:00
parent 4cabb8ad6f
commit a5ece832f4
1 changed files with 323 additions and 250 deletions

View File

@ -1,57 +1,69 @@
a:hover{ a:hover {
text-decoration: none; text-decoration: none;
} }
i{
font-style: normal; i {
font-style: normal;
} }
.bigImg{
width: 100%; .bigImg {
height: 500px; width: 100%;
background: url(../img/banner1.jpg) no-repeat center; height: 500px;
background-size:100%; background: url(../img/banner1.jpg) no-repeat center;
background-size: 100%;
} }
.searchBox{
margin-top: 30px; .searchBox {
margin-top: 30px;
} }
.searchBox .form-group{
width: 90%; .searchBox .form-group {
float: left; width: 90%;
float: left;
} }
.form-control{
border-radius:0; .form-control {
outline: none; border-radius: 0;
outline: none;
} }
.searchBox i{
display: block; .searchBox i {
float: left; display: block;
float: left;
height: 34px; height: 34px;
background: #3d97e3 url(../img/search2.png) center no-repeat; background: #3d97e3 url(../img/search2.png) center no-repeat;
background-size: 30%; background-size: 30%;
width: 10%; width: 10%;
cursor: pointer; cursor: pointer;
} }
.searchBox i:hover{
background: #51aefc url(../img/search2.png) center no-repeat; .searchBox i:hover {
background-size: 30%; background: #51aefc url(../img/search2.png) center no-repeat;
background-size: 30%;
} }
.dataBox{
overflow: hidden; .dataBox {
border: 1px solid #E6E6E6; overflow: hidden;
height: 120px; border: 1px solid #E6E6E6;
padding: 5px 10px; height: 120px;
border-left: 5px solid #303848; padding: 5px 10px;
margin-bottom: 20px; border-left: 5px solid #303848;
margin-bottom: 20px;
} }
.dataBox:hover{
border-left: 5px solid #3d97e3; .dataBox:hover {
border-left: 5px solid #3d97e3;
} }
.dataBox:hover .rightBox h6{
color: #3d97e3; .dataBox:hover .rightBox h6 {
color: #3d97e3;
} }
.fixTab a.a_noHover:hover{
color: #333333; .fixTab a.a_noHover:hover {
text-decoration: none; color: #333333;
text-decoration: none;
} }
.dataBox img { .dataBox img {
float: left; float: left;
width: 100px; width: 100px;
@ -59,275 +71,336 @@ i{
margin-top: 14px; margin-top: 14px;
height: 80px; height: 80px;
} }
.dataBox .rightBox{
float: left; .dataBox .rightBox {
width:75% ; float: left;
width: 75%;
} }
.dataBox .rightBox h6{
width: 100%; .dataBox .rightBox h6 {
overflow: hidden; width: 100%;
text-overflow:ellipsis; overflow: hidden;
white-space: nowrap; text-overflow: ellipsis;
font-size: 16px; white-space: nowrap;
color: #303848; font-size: 16px;
color: #303848;
} }
.dataBox .rightBox p{
width:100% ; .dataBox .rightBox p {
display: -webkit-box; width: 100%;
-webkit-box-orient: vertical; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden; -webkit-line-clamp: 2;
font-size: 14px; overflow: hidden;
color: #666666; font-size: 14px;
color: #666666;
} }
.dataBox .rightBox span{
font-size: 12px; .dataBox .rightBox span {
color: #999; font-size: 12px;
color: #999;
} }
.searchOne a{
display: inline-block; .searchOne a {
width: 80px; display: inline-block;
height: 25px; width: 80px;
line-height: 25px; height: 25px;
text-align: center; line-height: 25px;
background: #f3f3f3; text-align: center;
border:1px solid #ccc; background: #f3f3f3;
color: #333333; border: 1px solid #ccc;
font-size: 12px; color: #333333;
margin-right: 5px; font-size: 12px;
border-radius:4px ; margin-right: 5px;
box-sizing: border-box; border-radius: 4px;
margin-bottom: 10px; box-sizing: border-box;
margin-bottom: 10px;
} }
.searchOne a:hover{
text-decoration: none; .searchOne a:hover {
background: #3d97e3; text-decoration: none;
color: #FFFFFF; background: #3d97e3;
border: 1px solid #3d97e3; color: #FFFFFF;
border: 1px solid #3d97e3;
} }
#myTabContent{
border: 1px solid #CCCCCC; #myTabContent {
border-top: none; border: 1px solid #CCCCCC;
padding: 10px 15px; border-top: none;
margin-bottom: 30px; padding: 10px 15px;
overflow: hidden; margin-bottom: 30px;
overflow: hidden;
} }
.btn-default{
margin-right: 10px; .btn-default {
margin-bottom: 10px; margin-right: 10px;
overflow: hidden; margin-bottom: 10px;
text-overflow:ellipsis; overflow: hidden;
white-space: nowrap; text-overflow: ellipsis;
white-space: nowrap;
} }
#myTabContent .col-sm-2{
width: 10%; #myTabContent .col-sm-2 {
width: 10%;
} }
.btn-default:hover{
border: 1px solid #3d97e3; .btn-default:hover {
color: #3d97e3; border: 1px solid #3d97e3;
background: #FFFFFF; color: #3d97e3;
background: #FFFFFF;
} }
#myTab a{
color: #333333; #myTab a {
color: #333333;
} }
#myTab .active a{
color: #3d97e3; #myTab .active a {
color: #3d97e3;
} }
.searchBox1{
width: 100%; .searchBox1 {
position: fixed; width: 100%;
z-index: 9999999999; position: fixed;
top: 0; z-index: 9999999999;
left: 0; top: 0;
background: #303848; left: 0;
margin: 0; background: #303848;
padding-top: 20px; margin: 0;
display: none; padding-top: 20px;
display: none;
} }
.addOne{
text-align: center; .addOne {
margin-bottom: 40px; text-align: center;
margin-top: 20px; margin-bottom: 40px;
margin-top: 20px;
} }
.addOne a{
display: block; .addOne a {
display: block;
} }
.addOne a.a1{
height: 60px; .addOne a.a1 {
line-height:60px; height: 60px;
background: url(../img/icon1_1.png) no-repeat 30px center; line-height: 60px;
background-size:10%; background: url(../img/icon1_1.png) no-repeat 30px center;
font-size: 16px; background-size: 10%;
color: #333333; font-size: 16px;
color: #333333;
} }
.addOne a.a1:hover{
color: #3d97e3; .addOne a.a1:hover {
background: url(../img/icon1.png) no-repeat 30px center; color: #3d97e3;
background-size:10%; background: url(../img/icon1.png) no-repeat 30px center;
text-decoration: none; background-size: 10%;
text-decoration: none;
} }
.addOne a.a2{
height: 60px; .addOne a.a2 {
line-height:60px; height: 60px;
background: url(../img/icon2_1.png) no-repeat 30px center; line-height: 60px;
background-size:10%; background: url(../img/icon2_1.png) no-repeat 30px center;
font-size: 16px; background-size: 10%;
color: #333333; font-size: 16px;
color: #333333;
} }
.addOne a.a2:hover{
color: #3d97e3; .addOne a.a2:hover {
background: url(../img/icon2.png) no-repeat 30px center; color: #3d97e3;
background-size:10%; background: url(../img/icon2.png) no-repeat 30px center;
text-decoration: none; background-size: 10%;
text-decoration: none;
} }
.addOne a.a3{
height: 60px; .addOne a.a3 {
line-height:60px; height: 60px;
background: url(../img/icon3_1.png) no-repeat 30px center; line-height: 60px;
background-size:10%; background: url(../img/icon3_1.png) no-repeat 30px center;
font-size: 16px; background-size: 10%;
color: #333333; font-size: 16px;
color: #333333;
} }
.addOne a.a3:hover{
color: #3d97e3; .addOne a.a3:hover {
background: url(../img/icon3.png) no-repeat 30px center; color: #3d97e3;
background-size:10%; background: url(../img/icon3.png) no-repeat 30px center;
text-decoration: none; background-size: 10%;
text-decoration: none;
} }
.fixTab{
padding: 8px 15px; .fixTab {
padding: 8px 15px;
margin-top: 20px; margin-top: 20px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
} }
.searchBox2{
margin-top: 20px; .searchBox2 {
margin-top: 20px;
} }
.fixTab a{
color: #333333; .fixTab a {
color: #333333;
} }
.fixTab a:hover{
color: #3d97e3; .fixTab a:hover {
color: #3d97e3;
} }
.fixTab span{
color: #999999; .fixTab span {
color: #999999;
} }
.pagination{
float: right; .pagination {
float: right;
} }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 3; z-index: 3;
color: #fff; color: #fff;
cursor: default; cursor: default;
background-color:#3d97e3; background-color: #3d97e3;
border-color:#3d97e3; border-color: #3d97e3;
} }
.pagination>li>a, .pagination>li>span { .pagination > li > a, .pagination > li > span {
position: relative; position: relative;
float: left; float: left;
padding: 6px 12px; padding: 6px 12px;
margin-left: -1px; margin-left: -1px;
line-height: 1.42857143; line-height: 1.42857143;
color:#3d97e3; color: #3d97e3;
text-decoration: none; text-decoration: none;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.newsList{
height: 810px; .newsList {
background: #FFFFFF; height: 810px;
position: relative; background: #FFFFFF;
width: 100%; position: relative;
float: left; width: 100%;
float: left;
} }
.newsListContent{
margin: 20px auto 0; .newsListContent {
position: relative; margin: 20px auto 0;
height: 810px; position: relative;
height: 810px;
} }
.newUlList{
padding: 0; .newUlList {
padding: 0;
} }
.newUlList li{
overflow: hidden; .newUlList li {
padding: 20px 0; overflow: hidden;
border-bottom: 1px solid #e6e6e6; padding: 20px 0;
border-bottom: 1px solid #e6e6e6;
} }
.newUlList li:last-of-type{
border: none; .newUlList li:last-of-type {
border: none;
} }
.newUlList li .newsImgBox{
width: 270px; .newUlList li .newsImgBox {
height: 135px; width: 270px;
overflow: hidden; height: 135px;
float: left; overflow: hidden;
float: left;
} }
.newUlList li img{
width: 270px; .newUlList li img {
height: 135px; width: 270px;
-webkit-transition:all 0.4s ease-in-out; height: 135px;
-moz-transition:all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;
-ms-transition:all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;
transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} }
.newUlList li:hover img{
transform: scale(1.3,1.3); .newUlList li:hover img {
-webkit-transform:scale(1.3,1.3); transform: scale(1.3, 1.3);
-moz-transform:scale(1.3,1.3); -webkit-transform: scale(1.3, 1.3);
-ms-transform:scale(1.3,1.3); -moz-transform: scale(1.3, 1.3);
-o-transform:scale(1.3,1.3); -ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
} }
.newUlList li .newRight{
float: right; .newUlList li .newRight {
width: 800px; float: right;
width: 800px;
} }
.newTopTitle{
overflow: hidden; .newTopTitle {
margin: 15px 0; overflow: hidden;
margin: 15px 0;
} }
.newTopTitle span{
display: block; .newTopTitle span {
float: left; display: block;
color: #555555; float: left;
font-size: 14px; color: #555555;
font-size: 14px;
} }
.newTopTitle i{
display: block; .newTopTitle i {
float: right; display: block;
color: #999999; float: right;
font-size: 14px; color: #999999;
font-size: 14px;
} }
.newRight p{
color: #999999; .newRight p {
font-size: 12px; color: #999999;
line-height: 20px; font-size: 12px;
display: -webkit-box; line-height: 20px;
-webkit-box-orient: vertical; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden; -webkit-line-clamp: 2;
overflow: hidden;
} }
.newRight a{
float: right; /*.newRight a{*/
display: block; /*float: right;*/
width: 90px; /*display: block;*/
height:30px; /*width: 90px;*/
line-height: 30px; /*height:30px;*/
text-indent:27px ; /*line-height: 30px;*/
border: 1px solid #e6e6e6; /*text-indent:27px ;*/
color: #9f9f9f; /*border: 1px solid #e6e6e6;*/
font-size: 12px; /*color: #9f9f9f;*/
margin-top: 15px; /*font-size: 12px;*/
border-radius: 4px; /*margin-top: 15px;*/
-webkit-border-radius: 4px; /*border-radius: 4px;*/
-moz-border-radius: 4px; /*-webkit-border-radius: 4px;*/
-ms-border-radius: 4px; /*-moz-border-radius: 4px;*/
-o-border-radius: 4px; /*-ms-border-radius: 4px;*/
background: url(../img/rihgtLittle.png) no-repeat 57px center; /*-o-border-radius: 4px;*/
/*background: url(../img/rihgtLittle.png) no-repeat 57px center;*/
/*}*/
.newRight a.more {
float: right;
display: block;
width: 90px;
height: 30px;
line-height: 30px;
text-indent: 27px;
border: 1px solid #e6e6e6;
color: #9f9f9f;
font-size: 12px;
margin-top: 15px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
background: url(../img/rihgtLittle.png) no-repeat 57px center;
} }
.newRight a:hover{
border: 1px solid #3d97e3; .newRight a:hover {
color: #FFFFFF; border: 1px solid #3d97e3;
background:#3d97e3 url(../img/rihgtLittleBlue.png) no-repeat 57px center; color: #FFFFFF;
background: #3d97e3 url(../img/rihgtLittleBlue.png) no-repeat 57px center;
} }