header,
footer,
#main {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
/************************header************************/
.logo {
  overflow: hidden;
  padding: 10px 0;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  position: relative;
}
.logo .h_top {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: right;
  background: url("../image/tbbg.jpg") no-repeat center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.logo .h_top a {
  color: #fff;
  background: url("../image/horder.png") no-repeat left center;
  padding-left: 25px;
}
.logo .h_top small {
  font-size: 14px;
  background: url("../image/htel.png") no-repeat left center;
  padding-left: 25px;
  margin-left: 10px;
}
.logo .h_top small b {
  font-size: 16px;
}
.logo h1 {
  float: left;
}
.logo ul {
  float: right;
  margin-top: 53px;
}
.logo ul li {
  float: left;
  width: 100px;
  position: relative;
  text-align: center;
}
.logo ul li.n_act > a {
  color: #0068b7;
  font-weight: bold;
}
.logo ul li > a {
  display: block;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
  font-size: 16px;
}
.logo ul li > a span {
  display: block;
}
.logo ul li > a:hover {
  color: #0068b7;
  font-weight: bold;
}
/************************main************************/
/*product*/
/*hotPro*/
.main_title {
  text-align: center;
  margin-bottom: 60px;
}
.main_title:after {
  display: block;
  content: '';
  background-color: #0068b7;
  width: 48px;
  height: 1px;
  margin: 20px auto 0 auto;
}
.main_title b {
  font-size: 48px;
  color: #3b3b3b;
  display: block;
}
.main_title b span {
  color: #0068b7;
}
.main_title small {
  display: block;
  font-size: 24px;
  color: #3b3b3b;
}
.product {
  overflow: hidden;
  padding: 80px 0;
}
.product .pro_top {
  position: relative;
  overflow: hidden;
}
.product .pro_top > img {
  position: absolute;
  left: 0;
  top: 0;
}
.product .pro_top .pro_type {
  width: 970px;
  float: right;
}
.product .pro_top .pro_type > img {
  float: left;
  width: 445px;
}
.product .pro_top .pro_type p {
  width: 498px;
  padding: 26px 0 20px 27px;
  background: #0068b7;
  float: right;
}
.product .pro_top .pro_type p a {
  padding-right: 22px;
  line-height: 40px;
  background: #fff;
  text-indent: 35px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
  float: left;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.product .pro_top .pro_type p a i {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 20px;
  background: #0068b7;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.product .pro_top .pro_type p a:hover {
  background: #00a1e9;
  color: #fff;
}
.product .pro_top .pro_type p a:hover i {
  background: #fff;
}
.pro-list {
  margin-top: 45px;
}
.pro-list li {
  float: left;
  width: 282px;
  margin-right: 22px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list li:hover span {
  background: #0068b7;
  color: #fff;
}
.pro-list li p {
  height: 270px;
  width: 100%;
}
.pro-list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list li span {
  display: block;
  line-height: 50px;
  color: #484848;
  text-align: center;
  background: #f3f3f3;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*sidebar*/
.sidebar {
  width: 255px;
  float: right;
  position: relative;
  z-index: 10;
}
.sidebar .s-t {
  height: 100px;
  background: #0068b7;
  color: #fff;
  position: relative;
  margin-bottom: 1px;
}
.sidebar .s-t b {
  width: 47px;
  height: 47px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 47px;
  color: #0068b7;
  font-size: 28px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 40px;
}
.sidebar .s-t span {
  font-size: 20px;
  line-height: 100px;
  display: block;
  text-indent: 100px;
}
.sidebar ul li {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
}
.sidebar ul li a {
  color: #fff;
  display: block;
}
.sidebar ul li a:hover {
  text-decoration: underline;
}
.sidebar ol li {
  line-height: 105px;
  margin-bottom: 1px;
}
.sidebar ol li a {
  font-size: 20px;
  display: block;
  text-indent: 112px;
  color: #565656;
}
.sidebar ol li a:hover {
  color: #0068b7;
}
.sidebar ol li:first-child {
  background: #ffffff url("../image/msg.png") no-repeat 52px center;
}
.sidebar ol li + li {
  background: #ffffff url("../image/stel.png") no-repeat 52px center;
}
/*search*/
.search {
  background: url("../image/schbg.jpg") no-repeat center;
  overflow: hidden;
  padding: 48px 0;
  color: #fff;
}
.search .s_left {
  float: left;
  width: 504px;
  margin-left: 328px;
}
.search .s_left a {
  color: #fff;
  margin: 0 10px;
}
.search .s_left a:hover {
  text-decoration: underline;
}
.search .s_left form {
  position: relative;
  margin-top: 26px;
  width: 100%;
  display: block;
}
.search .s_left form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.search .s_left form input {
  display: block;
  width: 100%;
  line-height: 58px;
  background: #1fb4f6;
  border: 0;
  height: 58px;
  text-indent: 10px;
  color: #fff;
}
.search .s_left form button {
  display: block;
  width: 58px;
  height: 58px;
  background: url("../image/sch.png") no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -999rem;
  cursor: pointer;
}
.search .s_right {
  float: right;
  width: 260px;
}
.search .s_right span {
  display: block;
}
.search .s_right b {
  display: block;
  font-size: 42px;
}
.search .s_right small {
  display: block;
  font-size: 14px;
  color: #74d4ff;
  letter-spacing: 5px;
}
/*company*/
.company {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
.company #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.company .wrapper {
  position: relative;
  z-index: 10;
}
.company .com_left {
  width: 560px;
  float: left;
  position: relative;
}
.company .com_left span {
  font-size: 16px;
  color: #717171;
  line-height: 38px;
}
.company .com_left a {
  color: #0068b7;
}
.company .com_left a:hover {
  color: #00a1e9;
}
.company .com_right {
  width: 530px;
  float: right;
  padding: 10px;
  border: 1px solid #ccc;
}
.company ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 65px;
}
.company ul li {
  position: relative;
}
.company ul li img {
  position: absolute;
  right: 0;
  top: 18px;
}
.company ul li:nth-of-type(odd) b {
  color: #0068b7;
}
.company ul li:nth-of-type(odd) small {
  color: #0068b7;
}
.company ul li b {
  font-size: 72px;
  color: #00a1e9;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 1px #0068b7;
}
.company ul li small {
  color: #00a1e9;
  position: relative;
  z-index: 2;
}
.company ul li span {
  display: block;
  font-size: 16px;
  color: #2a2a2a;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
/*fuwu*/
.fuwu {
  height: 503px;
  background: url("../image/fubg.jpg") no-repeat center;
  overflow: hidden;
}
.fuwu ul {
  width: 380px;
  padding-top: 100px;
}
.fuwu ul li {
  color: #fff;
  margin-bottom: 20px;
}
.fuwu ul li b {
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}
.fuwu ul li small {
  display: block;
  color: #a6e0ff;
}
/*news*/
.news {
  padding: 60px 0;
  overflow: hidden;
}
.news ul li {
  width: 360px;
  float: left;
  margin-right: 39px;
  overflow: hidden;
}
.news ul li:last-of-type {
  margin-right: 0;
}
.news ul li img {
  width: 360px;
  height: 250px;
}
.news ul li div b {
  display: block;
  color: #393939;
}
.news ul li div span {
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  background: url("../image/time.png") no-repeat left center;
  padding-left: 20px;
  margin: 15px 0;
}
.news ul li div small {
  display: block;
  font-size: 14px;
  color: #909090;
  line-height: 30px;
}
.news ul li a {
  display: block;
  width: 125px;
  line-height: 44px;
  background: #f6fafd;
  border: 1px solid #0068b7;
  color: #0068b7;
  text-align: center;
  border-radius: 5px;
  margin-top: 25px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news ul li a:hover {
  background: #00a1e9;
  color: #fff;
}
/*info-maps-con*/
.info-maps .wrapper {
  position: relative;
}
.info-maps-con {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 3;
  width: 400px;
  padding: 35px;
  top: 85px;
}
.info-maps-con .main_title {
  text-align: left;
  margin-bottom: 20px;
}
.info-maps-con .main_title:after {
  margin: 10px 0;
}
.info-maps-con > b {
  display: block;
  margin-bottom: 15px;
}
.info-maps-con p:nth-of-type(1) {
  background-image: url("../image/con1.png");
}
.info-maps-con p:nth-of-type(2) {
  background-image: url("../image/con2.png");
}
.info-maps-con p:nth-of-type(3) {
  background-image: url("../image/con3.png");
}
.info-maps-con p:nth-of-type(4) {
  background-image: url("../image/con4.png");
}
.info-maps-con h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 5%;
}
.info-maps-con p {
  color: #7e7e7e;
  line-height: 32px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 26px;
}
#allmap {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.mas-list {
  width: 90%;
  margin: 0 auto;
}
.mas-list h3 {
  font-size: 24px;
  color: #000;
  margin-top: 3%;
  margin-bottom: 3%;
}
.mas-list p {
  line-height: 25px;
}
/*honor*/
.honor {
  height: 364px;
  background: url("../image/hobg.jpg") no-repeat center;
  color: #fff;
}
.honor .hon_con {
  width: 555px;
  padding-top: 65px;
}
.honor .hon_con b {
  display: block;
  font-size: 36px;
}
.honor .hon_con p {
  width: 100%;
  line-height: 45px;
  border: 1px solid #fff;
  text-align: center;
  margin: 25px 0 12px 0;
}
.honor .hon_con p small {
  font-size: 18px;
  padding: 0 15px;
}
.honor .hon_con span {
  display: block;
  color: #4ba6e3;
  font-size: 12px;
  margin-bottom: 40px;
}
.honor .hon_con i {
  font-style: normal;
}
.honor .hon_con strong {
  font-size: 36px;
}
.honor .hon_con a {
  font-size: 18px;
  color: #fff;
  width: 110px;
  line-height: 42px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  float: right;
}
.honor .hon_con a:hover {
  color: #ffa605;
}
/*footer*/
footer {
  overflow: hidden;
  background: #2a3139;
  padding: 30px 0;
  color: #6a7076;
  height: 112px;
}
footer a {
  color: #6a7076;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer a:hover {
  color: #fff;
}
footer .wrapper {
  position: relative;
}
footer .wrapper .f_nav {
  margin-top: 30px;
  float: left;
}
footer .wrapper .f_nav ul {
  overflow: hidden;
}
footer .wrapper .f_nav ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #6a7076;
}
footer .wrapper .f_nav ul li:last-of-type {
  border-right: 0;
}
footer .wrapper .f_nav p {
  font-size: 14px;
  margin-top: 15px;
}
footer .wrapper .img_erm {
  position: absolute;
  right: 0;
  top: 0;
}
/*sidebar*/
.s_b_con {
  background: #fff;
  padding: 20px;
}
.s_b_con li {
  font-size: 14px;
  margin-bottom: 5px;
}
button {
  outline: none;
}
.sidebar form {
  position: relative;
  margin-top: 15px;
  outline: none;
}
.sidebar form input[type=text] {
  display: block;
  line-height: 40px;
  height: 40px;
  background: #fff;
  text-indent: 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 100%;
  outline: none;
}
.sidebar form input[type=submit] {
  display: block;
  width: 22px;
  height: 22px;
  background: url("http://www.czxhhg.cn/App/Home/View/Default/Public/images/sch2.png") no-repeat center;
  border: 0;
  position: absolute;
  right: 10px;
  top: 11px;
  text-indent: -999rem;
}
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("http://www.czxhhg.cn/App/Home/View/Default/Public/images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("http://www.czxhhg.cn/App/Home/View/Default/Public/images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*news*/
.new_right li {
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
}
.new_right li:first-child {
  margin-top: 20px;
  padding-top: 0;
}
.new_right li p {
  overflow: hidden;
}
.new_right li b {
  float: left;
  color: #000;
  font-weight: bold;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.new_right li small {
  float: right;
  color: #666666;
  font-weight: 400;
}
.new_right li span {
  display: block;
  line-height: 26px;
  color: #666666;
  padding: 10px 0 0 0;
}
.new_right li:hover b {
  color: #0068b7;
}
/*jobs*/
ul.jobs li {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
ul.jobs li a {
  display: block;
  position: absolute;
  background-color: #0068b7;
  color: #ffffff;
  padding: 1px 8px;
  top: 50px;
  left: 500px;
}
ul.jobs li a:hover {
  border-radius: 8px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
ul.jobs li strong {
  color: #b50000;
}
.zizhi {
  width: 880px;
}
.zizhi li {
  padding: 10px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 24px 20px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.zizhi li b {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zizhi li img {
  display: block;
  width: 246px;
  height: 184px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.zizhi li span {
  display: block;
  line-height: 40px;
  background: #ededed;
  text-align: center;
  color: #2e2e2e;
  font-size: 14px;
}
.zizhi li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zizhi li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.sub-page {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
  background: #f2f2f2;
}
.sub-page .article {
  width: 860px;
  background: #fff;
  padding: 25px;
}
.sub-page .article .cat {
  height: 52px;
  line-height: 52px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
.sub-page .article .cat b {
  display: block;
  float: left;
  padding: 0 40px;
  background: #0068b7;
  color: #fff;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  margin-left: -2px;
  margin-top: -2px;
}
.sub-page .article .cat span {
  float: right;
  font-size: 14px;
  color: #666;
}
.sub-page .article .cat span a {
  color: #666;
}
.sub-page .article .cat span a:hover {
  color: #0068b7;
}
.sub-page .article .pro-tit {
  width: 600px;
}
.sub-page .article .pro-img {
  /* width: 400px; border: 3px solid #ccc; padding: 5px; margin-top: 20px; .swiper-container{width: 400px; margin-left: auto; margin-right: auto;} .swiper-wrapper{img{display: block;} } .gallery-thumbs{margin-top: 30px; .swiper-slide{width: 80px; opacity: 0.4; img{width: 80px; height: 80px; display: block;} } .swiper-slide-active{opacity: 1; border: 2px solid @color;} } */
}
.sub-page .article .pro-text {
  width: 400px;
  padding-top: 30px;
}
.sub-page .article .pro-text ul {
  font-size: 16px;
  line-height: 35px;
}
.sub-page .article .pro-text ul b {
  font-size: 24px;
  color: #e79934;
}
.sub-page .article .pro-text a.hs {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #d1020c;
  border-radius: 4px;
  width: 250px;
}
.sub-page .article .pro-text a.hs:hover {
  background: #b1000a;
}
.sub-page .article h1.title {
  font-size: 24px;
  color: #2a2a2a;
  line-height: 54px;
}
.sub-page .article .desct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  background: #f1f1f1;
}
.sub-page .article .desct b {
  display: block;
  float: left;
  padding: 0 20px;
  background: #d1020c;
  color: #fff;
}
.sub-page .article .content {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.sub-page .article .content img {
  max-width: 860px;
}
.sub-page .article .content p{text-indent:2em;margin-bottom:5px;}
.sub-page .article .content table {
  width: 100%;
  text-align: center;
  max-width: 100% !important;
}
/*历练*/
.linian,
.list-paddingleft-2 {
  background: #f5f5f5;
  border: 5px solid #d5cfcf;
  padding: 80px 120px;
  font-family: "Microsoft YaHei";
}
.linian ul,
.list-paddingleft-2 ul {
  list-style: none;
}
.linian li,
.list-paddingleft-2 li {
  height: 60px;
  width: 100%;
  margin-bottom: 25px;
}
.linian li p.p_1,
.list-paddingleft-2 li p.p_1 {
  text-indent: 47px;
}
.linian li p.p_2,
.list-paddingleft-2 li p.p_2 {
  text-indent: 245px;
}
.linian li p.p_3,
.list-paddingleft-2 li p.p_3 {
  text-indent: 335px;
}
.linian li p.ptitle,
.list-paddingleft-2 li p.ptitle {
  font-size: 20px;
  display: block;
  font-weight: bold;
  text-align: left;
}
.linian li p.pnr,
.list-paddingleft-2 p.pnr {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  text-align: left;
  margin: 5px 0 0 0;
}
/*合作伙伴*/
.shi_ul {
  width: 950px;
}
.shi_ul li {
  float: left;
  width: 196px;
  height: 147px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 10px 15px 10px;
}
.shi_ul li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*下载中心*/
.newsList2 li {
  padding-left: 10px;
}
.newsList2 li img {
  width: 18px;
  margin-right: 10px;
}
.newsList2 li:nth-of-type(odd) {
  background: #eee;
}
.newsList11 ul {
  margin-top: 16px;
}
.newsList11 li {
  position: relative;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
}
.newsList11 li a {
  float: left;
  display: inline-block;
  padding-left: 18px;
  background: url(http://www.czxhhg.cn/App/Home/View/Default/Public/images//newsLi_ico.png) no-repeat left center;
  width: 80%;
  overflow: hidden;
  height: 50px;
}
.newsList11 li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}
.newsList11 li a:hover {
  color: #0157a9;
  text-decoration: underline;
}
.newsList ul {
  overflow: hidden;
  width: 950px;
}
.newsList ul li {
  width: 273px;
  float: left;
  margin: 0 20px 20px 0;
}
.newsList ul li p {
  width: 100%;
  height: 210px;
  position: relative;
  border: 1px solid #ccc;
}
.newsList ul li p img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsList ul li span {
  display: block;
  width: 100%;
  line-height: 45px;
  background: #eee;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.newsList ul li:hover span {
  background: #0068b7;
  color: #fff;
}
