|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- /*公共部分*/
- .index_box {
- width: 84%;
- margin: 0 auto;
- }
-
-
-
- .paging {
- margin-top: 60px;
- overflow: hidden;
- font-size: 14px;
- }
-
- .pagingBox {
- padding: 10px 0;
- float: right;
- overflow: hidden;
- }
-
- .pagingBox * {
- display: block;
- float: left;
- width: 70px;
- height: 34px;
- line-height: 34px;
- margin-left: 7px;
- border-radius: 3px;
- text-align: center;
- }
-
- .pagingBox a {
- -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .7);
- -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .7);
- box-shadow: 0 0px 5px rgba(0, 0, 0, .7);
- background: url('../images/paging.png');
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- -o-background-size: 100% 100%;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/paging.png', sizingMethod='scale');
- color: #fff;
- }
-
- .pagingBox span {
- text-align: right;
- color: #676767;
- }
-
- .pagingBox input {
- border: 1px solid #D9D9D9;
- font-size: 14px;
- line-height: 32px;
- }
-
- .padingTxt {
- float: right;
- color: #676767;
- line-height: 54px;
- margin-right: 80px;
- }
- /*公共部分*/
-
-
- /*listDot.html*/
- .listDotT {
- text-align: center;
- font-size: 40px;
- color: #2A2A2A;
- }
-
- .listDotTime {
- color: #C0C0C0;
- font-size: 14px;
- text-align: center;
- margin: 20px 0 70px;
- }
-
- .listDotTime span {
- margin: 0 25px;
- }
-
- .listDotTime img {
- width: 22px;
- margin-right: 10px;
- position: relative;
- top: -1px;
- }
-
- .listDotImg {
- width: 70%;
- margin: 0 auto;
- font-size: 0;
- }
-
- .listDotImg img {
- width: 100%;
- }
-
- .listDotTxt {
- text-indent: 35px;
- line-height: 32px;
- margin: 40px auto;
- font-size: 14px;
- color: #2A2A2A;
- }
-
-
- /*listDot.html*/
- @media(max-width:1280px) {
- .index_box, .banSeach, .banTxtCon {
- width: 86%;
- }
- }
-
- @media(max-width:1280px) {
- .listSec1T span:last-child {
- font-size: 18px;
- }
-
- .listDotT {
- font-size: 28px;
- }
-
- .listDotTxt {
- margin: 20px auto;
- }
-
- .listDotTime {
- margin: 20px 0 50px;
- }
-
- .footer {
- margin-top: 100px;
- }
-
- .headerTopImg img:first-child {
- width: 44px;
- margin-right: 5px;
- }
-
- .headerTopImg img:last-child {
- height: 38px;
- }
-
- .headerSeach {
- margin-top: 6px;
- }
-
- .headerSeach img {
- width: 35px;
- }
-
- .listSec1Box {
- margin-left: 250px;
- }
- }
-
- @media(max-width:1024px) {
- .listSec1T span:last-child {
- width: 65%;
- }
-
- .padingTxt {
- margin-right: 20px;
- }
-
- .crumbs {
- margin-top: 30px;
- }
-
- .list_sec1 {
- margin-top: 25px;
- }
-
- .listSec1List li {
- padding: 15px 0;
- }
-
- .listSec1Img {
- float: left;
- width: 190px;
- }
-
- .listSec1Box {
- margin-left: 220px;
- }
-
- .listSec1T {
- margin-bottom: 8px;
- line-height: 36px;
- height: 36px;
- font-size: 20px;
- color: #2A2A2A;
- }
-
- .paging {
- margin-top: 40px;
- }
-
- .footer {
- margin-top: 60px;
- }
-
- .listDotTxt {
- text-indent: 35px;
- line-height: 24px;
- margin: 10px auto;
- }
-
- .listDotTime {
- margin: 10px 0 30px;
- }
-
- .listDotT {
- font-size: 20px;
- }
- }
-
-
-
- @media(max-width:768px) {
- .index_box, .banSeach, .banTxtCon {
- width: 100%;
- padding: 0 15px;
- }
-
- .banner {
- margin-top: 50px;
- }
-
- .warpper {
- margin-top: 0;
- }
-
- .footer {
- margin-top: 50px;
- padding-bottom: 0;
- padding-top: 0;
- -webkit-box-shadow: 0 5px 10px transparent inset;
- -moz-box-shadow: 0 5px 10px transparent inset;
- box-shadow: 0 5px 30px transparent inset;
- }
-
- .crumbs span..crumbs a {
- font-size: 13px;
- }
-
- .crumbs i {
- margin: 0 5px;
- }
-
- .list_sec1 {
- margin-top: 30px;
- }
-
- .listDotT {
- font-size: 18px;
- }
-
- .listDotTime {
- font-size: 13px;
- overflow: hidden;
- margin-top: 5px;
- }
-
- .listDotTime span {
- margin: 0 10px;
- }
-
- .padingTxt {
- display: none;
- }
- }
-
-
- @media(max-width:600px) {
- .listSec1Img {
- width: 100px;
- }
-
- .listSec1Box {
- margin-left: 115px;
- margin-top: 4px;
- }
-
- .listSec1T {
- margin-bottom: 5px;
- line-height: 26px;
- height: 26px;
- font-size: 15px;
- }
-
- .listSec1T span:last-child {
- font-size: 15px;
- width: 100%;
- }
-
- .listSec1Time {
- font-size: 13px;
- display: none !important;
- }
-
- .listSec1Txt {
- color: #A8A8A8;
- font-size: 13px;
- -webkit-line-clamp: 1;
- line-height: 20px;
- height: 20px;
- }
-
- .paging {
- margin-top: 30px;
- font-size: 12px;
- }
-
- .pagingBox * {
- width: 42px;
- height: 30px;
- line-height: 30px;
- margin-left: 5px;
- }
-
- .padingTxt {
- line-height: 20px;
- margin-right: 0;
- margin-top: 10px;
- }
-
- .listDotTime span {
- margin: 0;
- width: 50%;
- display: block;
- float: left;
- margin-top: 5px;
- }
-
- .listDotImg {
- width: 100%;
- }
-
- .listDotTxt {
- text-indent: 0;
- line-height: 20px;
- font-size: 13px;
- }
-
- .banner span {
- right: 20px;
- font-size: 22px;
- }
- }
-
- .listSec2sTitle {
- font-size: 20px;
- margin: 30px 0 10px;
- }
-
- .listSec2sList {
- overflow: hidden;
- margin-bottom: 100px;
- }
-
- .listSec2sList li {
- margin-top: 10px;
- font-size: 15px;
- line-height: 24px;
- width: 33.333333%;
- float: left;
- text-align: center;
- }
-
- .listSec2sTime {
- margin-left: 5px;
- }
-
- .inSec1T {
- position: relative;
- margin-bottom: 50px;
- line-height: 0;
- text-align: center;
- }
-
- .inSec1T:after, .inSec1T:before {
- height: 1px;
- width: 40%;
- content: '';
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto;
- background: #D8D8D7;
- }
-
- .inSec1T:after {
- left: 0;
- }
-
- .inSec1T:before {
- right: 0;
- }
-
- .inSec1T span {
- display: inline-block;
- height: 30px;
- line-height: 30px;
- padding: 0 80px;
- position: relative;
- z-index: 2;
- font-size: 20px;
- }
|