|
@@ -103,19 +103,19 @@ dl,dd,dt{zoom:1}
|
|
/*.nav .logo img{width:168px;height:56px}*/
|
|
/*.nav .logo img{width:168px;height:56px}*/
|
|
.nav .type{display:table-cell;vertical-align:top;height:70px}
|
|
.nav .type{display:table-cell;vertical-align:top;height:70px}
|
|
.nav .type .type-content {width: 1185px; margin: 0 auto;display: flex;}
|
|
.nav .type .type-content {width: 1185px; margin: 0 auto;display: flex;}
|
|
- .header .nav .type-content .type-item {cursor: pointer;display: flex;justify-content: space-around;align-items: center;position: relative;}
|
|
|
|
|
|
+ .header .nav .type-content .type-item {cursor: pointer;display: flex;justify-content: space-around;align-items: center;position: relative;padding: 0 16px;}
|
|
.header .nav .type-content .type-item .type-item-link {box-sizing: border-box;background: url(/img/article/PC.png);width: 24px; height: 24px;background-position: -76px -742px;}
|
|
.header .nav .type-content .type-item .type-item-link {box-sizing: border-box;background: url(/img/article/PC.png);width: 24px; height: 24px;background-position: -76px -742px;}
|
|
.header .nav .type-content .type-item:hover .type-item-link {background-position: -110px -742px;}
|
|
.header .nav .type-content .type-item:hover .type-item-link {background-position: -110px -742px;}
|
|
.header .nav .type-content .type-item:hover {background: rgba(0,0,0,0.2);}
|
|
.header .nav .type-content .type-item:hover {background: rgba(0,0,0,0.2);}
|
|
.header .nav .type-content .type-item a:hover {background: none;}
|
|
.header .nav .type-content .type-item a:hover {background: none;}
|
|
.header .nav .type-content .type-item .nav-menu {display: none;flex-direction: column;position: absolute;bottom: 0;left: 0;width: 100%;background: #fff;z-index:-1;padding-top: 78px;transition: .3s;}
|
|
.header .nav .type-content .type-item .nav-menu {display: none;flex-direction: column;position: absolute;bottom: 0;left: 0;width: 100%;background: #fff;z-index:-1;padding-top: 78px;transition: .3s;}
|
|
.header .nav .type-content .type-item:hover .nav-menu {top: 0;bottom: unset;display: flex;}
|
|
.header .nav .type-content .type-item:hover .nav-menu {top: 0;bottom: unset;display: flex;}
|
|
- .header .nav .type-content .type-item .nav-menu a {width: 100%;height: 40px;color: #4A4F58;display: flex;align-items: center;font-size: 14px;}
|
|
|
|
|
|
+ .header .nav .type-content .type-item .nav-menu a {width: 100%;height: 40px;color: #4A4F58;display: flex;align-items: center;font-size: 14px;padding-left: 10px;}
|
|
.header .nav .type-content .type-item .nav-menu a:hover {background: #FFF4EE;color: #FF5B00;}
|
|
.header .nav .type-content .type-item .nav-menu a:hover {background: #FFF4EE;color: #FF5B00;}
|
|
|
|
|
|
- .nav .type a{padding:0 16px;height:78px;line-height:78px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap; box-sizing: border-box;}
|
|
|
|
|
|
+ .nav .type a{height:78px;line-height:78px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap; box-sizing: border-box;}
|
|
.type a:hover{background-color:#e96c1c;border-bottom-color: #fec19a}
|
|
.type a:hover{background-color:#e96c1c;border-bottom-color: #fec19a}
|
|
- .header .nav .type-content .current{background-color:rgba(0,0,0,0.2);}
|
|
|
|
|
|
+ .header .nav .type-content .current{background-color:rgba(0,0,0,0.2);padding-right: 16px;}
|
|
/*.nav .search{position:relative;display:table-cell;vertical-align:top;width:200px;height:32px;margin-left:39px}*/
|
|
/*.nav .search{position:relative;display:table-cell;vertical-align:top;width:200px;height:32px;margin-left:39px}*/
|
|
/*.nav .search .keyword{width:200px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 16px;border:none;border-radius:16px;background:#eb7941;color:#fff;font-size:14px}*/
|
|
/*.nav .search .keyword{width:200px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 16px;border:none;border-radius:16px;background:#eb7941;color:#fff;font-size:14px}*/
|
|
.search .keyword:focus{border:none;outline:medium}
|
|
.search .keyword:focus{border:none;outline:medium}
|
|
@@ -150,7 +150,12 @@ dl,dd,dt{zoom:1}
|
|
.featured-Articles .featured-content {display: flex;}
|
|
.featured-Articles .featured-content {display: flex;}
|
|
.featured-Articles .featured-content .item-content {margin-right:16px;display: flex;flex-direction: column; width: 202px;height: 190px;box-sizing: border-box;}
|
|
.featured-Articles .featured-content .item-content {margin-right:16px;display: flex;flex-direction: column; width: 202px;height: 190px;box-sizing: border-box;}
|
|
.featured-Articles .featured-content .item-content .item-img {width: 100%;height: 120px;}
|
|
.featured-Articles .featured-content .item-content .item-img {width: 100%;height: 120px;}
|
|
- .featured-Articles .featured-content .item-content .item-title {margin-top: 10px;width: 100%;height: calc(100% - 130px);font-size: 16px;color: #333333;line-height: 28px; -webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;}
|
|
|
|
|
|
+ .featured-Articles .featured-content .item-content .item-title {margin-top: 10px;width: 100%;font-size: 16px;color: #333333;line-height: 28px; -webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;}
|
|
|
|
+ .featured-Articles .featured-content .item-content a {display: block;height: calc(100% - 130px);}
|
|
|
|
+ .featured-Articles .featured-content .item-content .item-img .img-a {width: 100%;height: 100%;}
|
|
|
|
+ .featured-Articles .featured-content .item-content img {width: 100%;height: 100%;}
|
|
|
|
+ .featured-Articles .featured-content .item-content .item-img .img-a:hover {border: 2px solid #FF5B00;}
|
|
|
|
+ .featured-Articles .featured-content .item-content .text-a:hover .item-title {color: #FF5B00;}
|
|
|
|
|
|
.content{width:1185px;margin:0 auto;position:relative;}
|
|
.content{width:1185px;margin:0 auto;position:relative;}
|
|
.content .mainData{float:left;width: 884px;background:#f5f5f5;min-height: 900px; }
|
|
.content .mainData{float:left;width: 884px;background:#f5f5f5;min-height: 900px; }
|
|
@@ -169,16 +174,16 @@ dl,dd,dt{zoom:1}
|
|
.info-banner {margin: 16px auto 0 auto;width: 1185px;height:384px;box-sizing: border-box;display: flex;justify-content: space-between;}
|
|
.info-banner {margin: 16px auto 0 auto;width: 1185px;height:384px;box-sizing: border-box;display: flex;justify-content: space-between;}
|
|
.info-banner .banner {width: 524px;border: 1px solid;}
|
|
.info-banner .banner {width: 524px;border: 1px solid;}
|
|
.info-banner .sider-banner {width: 360px;display: flex;flex-direction: column;justify-content: space-between;}
|
|
.info-banner .sider-banner {width: 360px;display: flex;flex-direction: column;justify-content: space-between;}
|
|
- .info-banner .info-Notice {width: 284px;background: #fff;}
|
|
|
|
.info-banner .sider-banner div {height: 49%;}
|
|
.info-banner .sider-banner div {height: 49%;}
|
|
- .info-banner .info-Notice .notice-title {display: flex;justify-content: space-between;box-sizing: border-box;height: 48px;padding: 14px 16px;}
|
|
|
|
- .info-banner .info-Notice .notice-title div:nth-child(1) {font-size: 16px;font-weight: bold;color: #333333;}
|
|
|
|
- .info-banner .info-Notice .notice-content {height: calc(100% - 48px);padding: 0 20px;box-sizing: border-box;overflow: hidden;}
|
|
|
|
- .info-banner .info-Notice .notice-content .notice-content-list {border-top: 1px solid #F0F0F0;}
|
|
|
|
- .info-banner .info-Notice .notice-content .notice-content-li {padding: 14px 0 14px 18px;border-top: 1px solid #F0F0F0;list-style: disc;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;color: #333333;position: relative;}
|
|
|
|
- .info-banner .info-Notice .notice-content .notice-content-li:before {content: "";width: 6px;height: 6px;background: #ccc;position: absolute;left: 0;border-radius: 50%;top: calc(50% - 4px);}
|
|
|
|
- .info-banner .info-Notice .notice-content .notice-content-li:hover {color: #FF5B00;}
|
|
|
|
- .info-banner .info-Notice .notice-content .notice-content-li:hover:before {background: #FF5B00;}
|
|
|
|
|
|
+ .info-Notice {width: 284px;background: #fff;}
|
|
|
|
+ .info-Notice .notice-title {display: flex;justify-content: space-between;box-sizing: border-box;height: 48px;padding: 14px 16px;}
|
|
|
|
+ .info-Notice .notice-title div:nth-child(1) {font-size: 16px;font-weight: bold;color: #333333;}
|
|
|
|
+ .info-Notice .notice-content {height: calc(100% - 48px);padding: 0 20px;box-sizing: border-box;overflow: hidden;}
|
|
|
|
+ .info-Notice .notice-content .notice-content-list {border-top: 1px solid #F0F0F0;}
|
|
|
|
+ .info-Notice .notice-content .notice-content-li {padding: 14px 0 14px 18px;border-top: 1px solid #F0F0F0;list-style: disc;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;color: #333333;position: relative;}
|
|
|
|
+ .info-Notice .notice-content .notice-content-li:before {content: "";width: 6px;height: 6px;background: #ccc;position: absolute;left: 0;border-radius: 50%;top: calc(50% - 4px);}
|
|
|
|
+ .info-Notice .notice-content .notice-content-li:hover {color: #FF5B00;}
|
|
|
|
+ .info-Notice .notice-content .notice-content-li:hover:before {background: #FF5B00;}
|
|
|
|
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
.row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;background:#FFF url(/img/base/placeholder.png) no-repeat center center;}
|
|
.row .new-img{position:absolute;width:210px;height:150px;margin-right:20px;background:#FFF url(/img/base/placeholder.png) no-repeat center center;}
|
|
@@ -209,14 +214,14 @@ dl,dd,dt{zoom:1}
|
|
.article .date{margin-right:30px}
|
|
.article .date{margin-right:30px}
|
|
.article .write{margin-left:5px;margin-right:30px}
|
|
.article .write{margin-left:5px;margin-right:30px}
|
|
.row .new-blurb .introduction{margin-top: 10px; color:#777;font-size:14px;line-height:26px;min-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
.row .new-blurb .introduction{margin-top: 10px; color:#777;font-size:14px;line-height:26px;min-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
- .content .other{width:284px;float:right}
|
|
|
|
- .content .classify{height:50px;line-height:50px;border-left:solid 4px #FF5B00;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff; display: flex;justify-content: space-between;}
|
|
|
|
|
|
+ .other{width:284px;float:right}
|
|
|
|
+ .classify{height:50px;line-height:50px;border-left:solid 4px #FF5B00;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff; display: flex;justify-content: space-between;}
|
|
|
|
|
|
|
|
|
|
- .content .classify .pre,.content .classify .next{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;float:right;margin-right:10px;margin-top:20px;cursor:pointer;background:#ccc;font-size:12px;font-weight:normal}
|
|
|
|
- .content .classify .pre:before{content:"\276E"}
|
|
|
|
- .content .classify .next:before{content:"\276F"}
|
|
|
|
- .content .classify .pre:hover,.content .classify .next:hover{background:#FF5B00}
|
|
|
|
|
|
+ .classify .pre,.content .classify .next{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;float:right;margin-right:10px;margin-top:20px;cursor:pointer;background:#ccc;font-size:12px;font-weight:normal}
|
|
|
|
+ .classify .pre:before{content:"\276E"}
|
|
|
|
+ .classify .next:before{content:"\276F"}
|
|
|
|
+ .classify .pre:hover,.content .classify .next:hover{background:#FF5B00}
|
|
.tags{background:#fff}
|
|
.tags{background:#fff}
|
|
.tag{max-height:437px;overflow:hidden;padding:18px 7px 2px 19px;border-top:solid 1px #ededed;margin-bottom:20px}
|
|
.tag{max-height:437px;overflow:hidden;padding:18px 7px 2px 19px;border-top:solid 1px #ededed;margin-bottom:20px}
|
|
.tag a{float:left;font-size:14px;color:#fff;height:32px;line-height:32px;padding:0 12px;background:#FF5B00;text-align:center;border-radius:4px;margin:2px 12px 18px 0;cursor:pointer}
|
|
.tag a{float:left;font-size:14px;color:#fff;height:32px;line-height:32px;padding:0 12px;background:#FF5B00;text-align:center;border-radius:4px;margin:2px 12px 18px 0;cursor:pointer}
|
|
@@ -386,7 +391,7 @@ dl,dd,dt{zoom:1}
|
|
.van-collapse-item__content {padding: 0 !important;}
|
|
.van-collapse-item__content {padding: 0 !important;}
|
|
.van-collapse-item__content .van-collapse-nav {padding: 3vw 0 0 3vw;display: block;font-size: 3.2vw;}
|
|
.van-collapse-item__content .van-collapse-nav {padding: 3vw 0 0 3vw;display: block;font-size: 3.2vw;}
|
|
|
|
|
|
- .info-banner .info-Notice {display: none;}
|
|
|
|
|
|
+ .info-Notice {display: none;}
|
|
.info-banner {margin: 3.2vw auto;width: 94.4vw;display: flex;justify-content: space-between;align-items: center;height: 40vw;}
|
|
.info-banner {margin: 3.2vw auto;width: 94.4vw;display: flex;justify-content: space-between;align-items: center;height: 40vw;}
|
|
.info-banner .banner {width: 55vw;height: 100%;border: 1px solid;box-sizing: border-box;}
|
|
.info-banner .banner {width: 55vw;height: 100%;border: 1px solid;box-sizing: border-box;}
|
|
.info-banner .sider-banner {width: 37.8vw; height: 100%;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;}
|
|
.info-banner .sider-banner {width: 37.8vw; height: 100%;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;}
|
|
@@ -399,7 +404,8 @@ dl,dd,dt{zoom:1}
|
|
.featured-Articles .featured-title div:nth-child(1) {color: #333333;font-size: 3.6vw;font-weight: bold;border-bottom: 2px solid #FF5B00;}
|
|
.featured-Articles .featured-title div:nth-child(1) {color: #333333;font-size: 3.6vw;font-weight: bold;border-bottom: 2px solid #FF5B00;}
|
|
.featured-Articles .featured-content {height: 34vw;overflow-x: scroll;width: 100%;white-space: nowrap;}
|
|
.featured-Articles .featured-content {height: 34vw;overflow-x: scroll;width: 100%;white-space: nowrap;}
|
|
.featured-Articles .featured-content .item-content {margin-right:1.6vw;flex-direction: column;width: 33.6vw; box-sizing: border-box;height: 100%;display: inline-block;vertical-align: top;}
|
|
.featured-Articles .featured-content .item-content {margin-right:1.6vw;flex-direction: column;width: 33.6vw; box-sizing: border-box;height: 100%;display: inline-block;vertical-align: top;}
|
|
- .featured-Articles .featured-content .item-content .item-img {width: 100%;height: 20vw;margin-bottom: 2.4vw;}
|
|
|
|
|
|
+ .featured-Articles .featured-content .item-content .item-img {width: 100%;height: 20vw;margin-bottom: 2.4vw;box-sizing: border-box;}
|
|
|
|
+ .featured-Articles .featured-content .item-content img {width: 100%;height:100%;}
|
|
.featured-Articles .featured-content .item-content .item-title {color: #333333;font-size: 2.8vw;width:100%;overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
|
|
.featured-Articles .featured-content .item-content .item-title {color: #333333;font-size: 2.8vw;width:100%;overflow: hidden;white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
|
|
|
|
|
|
.header .logo,.header .home{display:none}
|
|
.header .logo,.header .home{display:none}
|