* {padding: 0;margin: 0;font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;}
body {font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;color: #333;margin: 0;line-height: 1.5;font-size: 14px;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
a {color: #333;text-decoration: none;}
a:link,a:hover,a:active,a:visited {text-decoration: none;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input,select {vertical-align: middle;}
li,ul {list-style-type: none;}
img {border: none;}
input,textarea {outline: 0;border: 0;resize: none;}
h1,h2,h3,h4,h5,h6,dl,dd,dt,i,em {font-weight: normal;font-style: normal;}
textarea {animation: animated 1s infinite;-moz-animation: animated 1s infinite;-webkit-animation: animated 1s infinite;-o-animation: animated 1s infinite;}
input[type="text"] {animation: animated 1s infinite;-moz-animation: animated 1s infinite;-webkit-animation: animated 1s infinite;-o-animation: animated 1s infinite;}
input,button {outline: none;}
.contents {width:1480px;margin: 0 auto;}
.container1 {height: auto;margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}

.hearder {height: 123px;padding: 20px 0 0;box-sizing: border-box;}
.hearder .contents {display: flex;justify-content: space-between;}
.hearder .plaet {width:900px;display: flex;justify-content: space-between;}
.hearder .plaet .logo {display: block;}
.hearder .plaet .logo img {height:92px;width: auto;}
.hearder .plaet .text {position: relative;}
.hearder .plaet .text::before {content: "";display: block;width: 1px;height: 49px;position: absolute;background: #ccc;top: 22px;left: -31px;}
.hearder .plaet .text h3 {font-size: 16px;color: #666;line-height: 15px;margin: 23px 0 10px;}
.hearder .plaet .text p {font-size: 20px;color: #333;line-height: 20px;}
.hearder .aside img{}


/* *************************NAV********************************* */
.fixedNav {position: fixed;top: 0px;left: 0px;width: 100%;z-index: 100000;box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);}

.box-nav {height: 80px;background: #1951b0;box-sizing: border-box;}
.box-nav .nav {position: relative;}
.box-nav .nav .m {float: left;position: relative;height: 80px;}
.box-nav .nav .m .mmm {display: inline-block;text-align: center;color: #fff;font-size:18px;width:185px;height: 80px;line-height: 60px;-webkit-transition: 0.5s;transition: 0.5s;position: relative;z-index: 20;}
.box-nav .nav .m .mmm::before {content: "";display: inline-block;width: 100%;height: 100%;background: #f99820;position: absolute;bottom: 0;left: 0;z-index: -1;transform: scale3d(0, 1, 0);-webkit-transition-duration: 0.6s;transition-duration: 0.6s;}
.box-nav .nav .another .mmm {color: #fff;font-weight: bold;}
.box-nav .nav .another .mmm::before {transform: scale3d(1, 1, 1);}
.box-nav .nav .m .sub {display: none;position: absolute;left: 50%;top:81px;z-index: 50;transform: translateX(-50%);}
.box-nav .nav .m .ne {display: inline-block;width: 100%;font-family: Arial;font-size:13px;opacity: 0.3;text-transform: uppercase;text-align: center;color: #fff;position: absolute;top:48px;left: 0;z-index: 50;-webkit-transition: 0.5s;transition: 0.5s;}
.box-nav .nav .m .sub .er a {display: block;width:185px;height:50px;background: #333;color: #fff;text-align: center;line-height: 50px;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}
.box-nav .nav .m .sub .er a::after {content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background: #1951b0;-webkit-transform: scale(0);transform: scale(0);-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.box-nav .nav .m .sub .er a:hover {color: #fff;}
.box-nav .nav .m .sub .er a:hover::after {-webkit-transform: scale(1);transform: scale(1);}
/* *************************NAV********************************* */

/* banner */
.pc_banner {width: 100%;overflow: hidden;position: relative;margin-top:1px;}
.pc_banner .pcbanner .swiper-slide img {width: 100%;display: block;}
.pc_banner .pcbanner .pagination {text-align: center;position: absolute;bottom:5px;width: 100%;z-index: 99;}
.pc_banner .pcbanner .pagination span {width:59px;height:12px;border-radius:1px;display: inline-block;text-indent: -999px;overflow: hidden;cursor: pointer;background:#FFFFFF;margin: 0 8px;opacity: 1;}
.pc_banner .pcbanner .pagination span.swiper-pagination-bullet-active {background: #FD1503;color: #fff;}
.pc_banner .pcbanner .next {position: absolute;right: 5%;top: 45%;z-index: 99;height: 45px;width: 45px;background: url(../img/bannerri.png);opacity: 0.8;background-size: 100%;cursor: pointer;outline: 0;}
.pc_banner .pcbanner .next:hover {opacity: 1;}
.pc_banner .pcbanner .prev {position: absolute;left: 5%;top: 45%;z-index: 99;height: 45px;width: 45px;background: url(../img/bannerle.png);opacity: 0.8;background-size: 100%;cursor: pointer;outline: 0;}
.pc_banner .pcbanner .prev:hover {opacity: 1;}

/*子页导航*/
.jianbg {width:100%;background: url(../img/jianbg.jpg) no-repeat center top;overflow:hidden;}
.ziyeding{width:100%;height:149px;font-size:15px;overflow:hidden;}

.ziyelinghang{width:100%;line-height:46px;font-size:15px;overflow:hidden;}
.ziyedaohang{margin:0 auto;overflow:hidden;width:98%;}
.ziyedaohang ul {width:100%;margin:30px auto;text-align:center}
.ziyedaohang>ul>li{display:inline-block;padding-left:36px;padding-right:36px;text-align:center;line-height:40px;font-size:16px;background:#ffffff;color:#686869;border-radius:6px; margin-left:30px;border:1px solid #D9D9D9;}
.ziyedaohang>ul>li.active,.ziyedaohang>ul>li:hover{background:#F30203;font-size:16px;transition-duration: 0.6s;}
.ziyedaohang>ul>li.active span,.ziyedaohang>ul>li:hover a {font-size:16px;color:#ffffff;transition-duration: 0.6s;}

.ziyedaohang2 ul {width:100%;margin:30px auto;text-align:center}
.ziyedaohang2>ul>li{display:inline-block;padding-left:20px;padding-right:20px;text-align:center;line-height:40px;font-size:16px;background:#ffffff;color:#686869;border-radius:6px; margin-left:20px;border:1px solid #D9D9D9;}
.ziyedaohang2>ul>li.active,.ziyedaohang2>ul>li:hover{background:#F30203;font-size:16px;transition-duration: 0.6s;}
.ziyedaohang2>ul>li.active span,.ziyedaohang2>ul>li:hover a {font-size:16px;color:#ffffff;transition-duration: 0.6s;}


.ziyeneirong{width:1480px;background:#ffffff;margin-top:10px;margin-bottom:49px;margin-left:auto; margin-right:auto;font-size:14px;overflow:hidden;}
.ziyeneirong p{line-height:38px;color:#585858}

.context{width:100%;border-top:1px solid #e7e7e7;background:#fff;height:60px}
.context p{width:48%;float:left;height:60px;line-height:60px}
.context p a{font-size:14px;color:#666;}
.context p.prevNews {padding-left:20px;border-right:1px solid #e7e7e7;}
.context p.prevNews a{}
.context p.prevNews a:hover{color:#f4750c}
.context p.NextNews {padding-left:20px;}
.context p.NextNews a{}
.context p.NextNews a:hover{color:#f4750c}

.Separate {background: url(../img/lianxixian.png)no-repeat bottom;font-size: 30px;text-align: center;margin:1rem auto;}
.Separate span {display: block;font-size: 14px;letter-spacing: 5px;color: #222;margin-top: 10px;text-transform: uppercase;}

.Separate2 {background: url(../img/lianxixian2.png)no-repeat bottom;font-size: 30px;text-align: center;margin:1rem auto;}
.Separate2 span {display: block;font-size: 14px;letter-spacing: 5px;color: #222;margin-top: 10px;text-transform: uppercase;}

.tjsj{width:100%;margin-top:18px;margin-bottom:25px;line-height:48px; text-align:center; background-color:#F2F2F2;border-radius:5px;overflow:hidden;}


/*案例列表*/
.newsTop ul li {width:30%;float:left;margin-right:3%;}
.newsTop ul li a.newsImg {position: relative;padding: 34%;display: block;overflow: hidden;border-bottom: 1px solid #f2f2f2;}
.newsTop ul li a.newsImg img {display: block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: 0 auto;width: 100%;height: 100%;border-radius: 6px 6px 0 0;}

.newsTopcenter {border: 1px solid #dededd;-webkit-transition: .8s;transition: .8s;margin-bottom:40px;border-radius: 6px 6px 0 0;padding-bottom:15px;}
.newsTopcenter .newsText {padding-left:20px;line-height:40px;font-size:16px;-webkit-transition:.5s;transition:.5s;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;-webkit-transition: 1s;transition:1s;}
.newsTop {margin-top: .3rem;-webkit-transition: .5s;transition: .5s;overflow: hidden;}
.newsTopcenter span {padding-left:20px;display: block;background: url(../img/newsListMore.png) no-repeat 97% center;-webkit-transition: .5s;transition: .5s;font-size:14px;color: #999;}
.newsTop ul li:hover .newsTopcenter {-webkit-transform: translateX(-5px);transform: translateX(-5px);background: #1951B0;box-shadow: 0 0 16px rgba(0, 0, 0, .1);}
.newsTop ul li:hover .newsText {color: #fff;}
.newsTop ul li:hover .newsTopcenter span {color: #fff;background: url(../img/newsListMore2.png) no-repeat 96% center;}
.newsTop ul li:hover a.newsImg {background: #fff;}

.newsImg::before {position: absolute;top: 50%;left: 50%;width: 102%;height: 103%;border: 2px solid #fff;content: '';opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition: .8s;transition: .8s;}
.newsTop ul li:hover .newsImg::before {opacity: 1;background-color: rgba(0, 0, 0, 0.2);-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);z-index: 2;}

/*新闻列表1*/
.contents2 {width:1500px;margin: 0 auto;padding:10px;}

/*新闻列表2*/
.newsliebiao2{width:102%;padding:10px;overflow:hidden;}
.newsliebiao2 dl{float:left;width:46%;padding:12px;box-shadow: 0 0 14px rgba(0, 0, 0, .2);margin-right:30px;margin-bottom:30px;}
.newsliebiao2 dt{width:220px;height:154px;float:left;overflow:hidden;}
.newsliebiao2 dt img{display:block;transform:scale(1);transition:all 2s ease-out; width:220px; height:154px;}
.newsliebiao2 dl:hover dt img{transform:scale(1.2);}
.newsliebiao2 dd{width:440px;height:150px;position:relative;margin-left:20px;float:left;}
.newsliebiao2 dd h3{font-weight:normal;}
.newsliebiao2 dd h3 a{color:#000000;font-size:15px;text-decoration:none;}
.newsliebiao2 dd p{font-size:14px;color:#666666;line-height:30px;margin-top:10px;}
.newsliebiao2 dd .rq{display:block;font-size:14px;font-family:arial;line-height:26px;position:absolute;left:0;margin-top:6px;}
.newsliebiao2 dl:hover dd h3 a{color:#F26E03;}
/*新闻列表3*/
.newsbj{margin-top:32px;padding-top:5px;overflow:hidden}
.newsliebiao3{width:1480px;margin:0px auto;}
.newsliebiao3 li{float:left;width:345px;height:408px;margin-right:30px;background:#ffffff;border:1px solid #E5E5E5;transition:all 0.5s;margin-bottom:30px;}
.newsliebiao3 li:nth-child(4n) {margin-right:0;} 
.newsliebiao3 li .txts{width:320px;margin:0 auto;padding:12px;}
.newsliebiao3 li .txts img{width:320px;height:206px;border:1px solid #E5E5E5;}
.newsliebiao3 li .txts .h2{color:#000000;font-size:16px;font-weight:normal;height:38px;line-height:38px;transition:all 0.3s;overflow:hidden;}
.newsliebiao3 li .txts .p{font-size:14px;color:#666666;line-height:32px;height:96px;overflow:hidden;transition:all 0.3s;}
.newsliebiao3 li .txts .dates{margin-top:10px;border-top:1px solid #E5E5E5;padding-top:3px;overflow:hidden;font-size:14px;;color:#999999;line-height:32px;transition:all 0.3s;background:url(../img/xiong.png) right no-repeat;}
.newsliebiao3 li:hover{-webkit-box-shadow:0 5px 25px rgba(0,0,0,0.1);box-shadow:0 5px 25px rgba(0,0,0,0.1);-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}

/*联系我们*/
.lxfsnr {overflow: hidden;border-radius: 3px;}
.lxfsnr ul {overflow: hidden;}
.lxfsnr li {float: left;margin:15px;width:30%;padding: 25px 0 20px 19px;box-shadow: 0 0 5px #dadadacc;}
.lxfsnr li:hover {color: #000;}
.lxfsnr li img {float: left;}
.lxfsnr li p {float: left;line-height: 43px;padding-left: 10px;font-size: 15px;}
.lxfsnr li a {font-size: 16px;}

#bodycon #left{display: none;}
.lxfsnrlb li:hover img {transition: All 0.4s ease-in-out;-webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out;-o-transition: All 0.4s ease-in-out;transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);}
.hvr-float-shadow { display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;}

.hvr-float-shadow:before {pointer-events: none;position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform, opacity;transition-property: transform, opacity;}

.hvr-float-shadow:hover,.hvr-float-shadow:focus,.hvr-float-shadow:active {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.hvr-float-shadow:hover:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:active:before {opacity: 1;-webkit-transform: translateY(10px);transform: translateY(10px);}
.hvr-bubble-bottom { display: inline-block; vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;
-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.hvr-bubble-bottom:before {pointer-events: none;position: absolute;z-index: -1;content: '';border-style: solid;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;-webkit-transition-property: transform;
transition-property: transform;left: calc(50% - 10px);bottom: 0; border-width: 10px 10px 0 10px; border-color: #e1e1e1 transparent transparent transparent;opacity: 0; }
.hvr-bubble-bottom:hover:before,.hvr-bubble-bottom:focus:before,.hvr-bubble-bottom:active:before {opacity: 1;-webkit-transform: translateY(15px);transform: translateY(15px); }

.contactBox {width:1470px;height:420px;border: 5px solid #f4f4f4;overflow: hidden;margin-top:40px;}
.contactBox2 {width:1400px;box-shadow: 0 0 14px rgba(0, 0, 0, .2);overflow: hidden;margin-left:10px;margin-top:20px;margin-bottom:10px;padding:30px;}
.contactBoxzuo {width:45%;border-right:3px solid #f4f4f4;padding:30px;}
.contactBoxyou {width:45%;padding:30px;}.contactBoxyou p{width:100%;overflow: hidden;}
.contactBoxyou input[type="text"].check {height: 32px;line-height: 32px;display: inline-block;float: left;}
.contactBoxyou input[type="text"] {display: block;height: 26px;line-height: 26px;padding: 0;padding-left: 6px;border: 1px solid #dedede;width:400px;margin-bottom: 16px;}
.contactBoxyou textarea {display: block;width:400px;height:100px;padding: 6px;font-size: 12px;border: 1px solid #dedede;margin-top: 6px;margin-bottom: 16px;}
.contactBoxyou .img {display: block;float: left;width:150px;height: 32px;}
.contactBoxyou .p1 {float: left;line-height: 26px;width:100px;text-align: right;color: #666;}
.contactBoxyou .p2 {float: left;position: relative;line-height: 26px;top: 46px;width:100px;text-align: right;color: #666;}
.contactBoxyou .p3 {float: left;line-height: 32px;width:100px;text-align: right;color: #666;}
.contactBoxyou input[type="submit"] {display: block;float: left;background: #fe693e;margin-left: 100px;cursor: pointer;width: 90px;height: 30px;line-height: 30px;text-align: center;border: none;color: #fff;font-size: 14px;border-radius: 3px;margin-top: 15px;font-family: "Microsoft YaHei";-moz-border-radius: 3px;-webkit-border-radius: 3px;}

/*所有底部*/
.footer {width:100%;background: url(../img/foote.jpg) no-repeat center top;padding: 70px 0 40px 0;overflow:hidden;}
.footer .contents {display: flex;justify-content: space-between;}
.footer .mess {margin: 30px 0 0;}
.footer .mess .top {height: 78px;padding: 16px 0 0 68px;box-sizing: border-box;position: relative;}
.footer .mess .top::before {content: "";display: block;width: 285px;height: 78px;position: absolute;background: url(../img/t6.png) no-repeat center;top: 0;left: -68px;}
.footer .mess .top h3 {font-size: 30px;color: #333;line-height: 30px;font-weight: bold;}
.footer .mess .top p {font-size: 14px;color: #999;line-height: 11px;margin: 9px 0 0;}
.footer .mess .FOM .n {width: 290px;height: 55px;position: relative;padding: 0 0 0 32px;box-sizing: border-box;border-bottom: solid 1px #ccc;}
.footer .mess .FOM .n img {width: 80px;height:28px;position: absolute;top: 15px;right: 7px;}
.footer .mess .FOM .n input {width: 100%;height: 100%;line-height: 20px;background: none;color: #666;padding: 15px 0 0;box-sizing: border-box;}
.footer .mess .FOM .n input::placeholder {color: #666;line-height: 20px;}
.footer .mess .FOM .n textarea {width: 100%;height: 100%;line-height: 20px;background: none;color: #666;padding: 15px 0 0;box-sizing: border-box;}
.footer .mess .FOM .n textarea::placeholder {color: #666;line-height: 20px;}
.footer .mess .FOM .n:nth-child(1) {background: url(../img/f1.png) no-repeat center left;background-position: 5px 30px;}
.footer .mess .FOM .n:nth-child(2) {background: url(../img/f2.png) no-repeat center left;background-position: 5px 30px;}
.footer .mess .FOM .n:nth-child(3) {background: url(../img/f3.png) no-repeat center left;background-position: 5px 30px;}
.footer .mess .FOM .n:nth-child(4) {padding: 0 0 0 5px;}
.footer .mess .FOM #btn {width: 120px;height: 36px;line-height: 36px;background: #1951b0;text-align: center;font-size: 14px;color: #fff;cursor: pointer;margin: 43px 0 0;}
.footer .box {width:1000px;}
.footer .box .plaet {border: 1px solid #fff;border-left: none;border-right: none;height: 70px;box-sizing: border-box;display: flex;justify-content: space-between;}
.footer .box .plaet p {font-size:15px;color: #fff;height: 69px;line-height:70px;padding-left: 30px;}
.footer .box .plaet p:nth-child(1) {background: url(../img/a1.png) no-repeat center left;}
.footer .box .plaet p:nth-child(2) {background: url(../img/a2.png) no-repeat center left;}
.footer .box .plaet p:nth-child(3) {background: url(../img/a3.png) no-repeat center left;}
.footer .box .list {margin-top: 40px;height: 224px;display: flex;justify-content: space-between;}
.footer .box .list li {padding-left: 70px;box-sizing: border-box;position: relative;}
.footer .box .list li .z{width:28px;height:130px;font-family: Arial;font-size:14px;color: #fff;line-height:28px;border-right:1px solid #fff;opacity:0.55;writing-mode:tb-rl;position:absolute;letter-spacing:3px;top:40px;left:20px;}
.footer .box .list li i {width: 20px;height: 20px;background: #fff;text-align: center;line-height: 20px;font-size: 14px;color: #f99820;border-radius: 50%;position: absolute;top: 4px;left: 33px;}
.footer .box .list li i::before {content: "";display: block;width: 16px;height: 3px;position: absolute;background: #fff;top: 8px;left: -33px;}
.footer .box .list li p {font-size: 18px;color: #fff;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footer .box .list li .er {margin-top:15px;margin-left:2px;}
.footer .box .list li .er a {display: block;font-size: 14px;line-height:36px;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: 0.5s;transition: 0.5s;}
.footer .box .list li .er a:hover {transform: translateX(4px);}
.footer .box .list li:nth-child(4) {width: 145px;}
.footer .box .ban {display: flex;justify-content: space-between;margin: 30px 0 0;}
.footer .box .ban p {width:100%;font-size: 14px;color: #bec9e4;line-height: 40px;text-align:center;}
.footer .box .ban p a {color: #bec9e4;}

.wodeditu{width:100%;height:360px;margin-top:15px; margin-bottom:30px;box-sizing:border-box;border:2px solid #dcdcdc}

/*分页*/
.pglist{width:100%;overflow:hidden;}
.pages{width:50%;margin: 0 auto;}
.pagination{height:40px; padding:20px 0px;margin-left:100px;}
.pagination p{ margin:0;cursor:pointer}
.pagination a{ display:block;float:left; margin-right:10px; padding:2px 12px; height:24px; border:1px #cccccc solid; background:#fff; text-decoration:none; color:#808080; font-size:12px; line-height:24px;}
.pagination a:hover{ color:#077ee3; background: white; border:1px #077ee3 solid; }
.pagination a.cur{ border:none;background:#077ee3;color:#fff; }
.pagination p{ float:left;padding:2px 12px;font-size:12px; height:24px;line-height:24px; color:#bbb; border:1px #ccc solid; background:#fcfcfc; margin-right:8px; }
.pagination p.pageRemark{ border-style:none; background:none; margin-right:0px; padding:4px 0px;color:#666;}
.pagination p.pageRemark b{ color:red; }
.pagination p.pageEllipsis{ border-style:none; background:none; padding:4px 0px; color:#808080; }
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
       