body{
  background: #eee;
}
.ct_w{
  width:1200px;
  margin: 0 auto;
}
.top_banner{
  height:150px;
  text-align:center;
  background-size: cover;
  background-position: center;
}
.top_banner img{
  width:100%;
}
.nav{
  width:100%;
  height:110px;
  background: #fff;
  margin: 20px 0 30px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02);
}
.nav .logo_wrap{
  width:280px;
  height:110px;
  border-right:2px solid #eee;
  text-indent: 5px;
  text-align: left;
}
.nav .logo{
  display: inline-block;
  width:228px;
  height:40px;
  margin-top:35px;
  background: url('../image/c_v2019_logo.png')
}
.nav_cont{
  padding-top: 13px;  
  padding-left:38px;
}
.nav_cont a{
  display: inline-block;
  width:16px;
  padding:0 12px;
  height:74px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right:35px;
  position: relative;
  line-height: 16px;
  padding-top: 10px;

}
.nav_cont .navBg{
  width:100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  border-radius:8px 2px 8px 2px;
  background:#dd0000;
  opacity: 0;
  transition: all 0.2s;
}
.nav_cont a:hover .navBg{
  opacity: 1;
}
.nav_cont a.target .navBg{
  opacity: 1;
}
.nav_cont span{
  position: relative;
  z-index: 10;
}
.nav_cont a.target, .nav_cont a:hover{
  color: #fff;
}
.search{
  float: right;
  height:30px;
  width:240px;
  position: relative;
  line-height: 30px;
  margin-top:40px;
  font-size:16px;
  color:#999;
}
.search .search_icon{
  display: inline-block;
  width:20px;
  height:20px;
  background: url('../image/c_v2019_search.png');
  position: absolute;
  top:5px;
  left:118px;
  cursor: pointer;
}
.search .search_input{
  display: inline-block;
  vertical-align: top;
  /* border-radius: 14px 0 0 14px;
   */
  /* border-radius: 14px; */
  width:140px;
  overflow: hidden;
}
.search .search_input input{
  text-indent: 15px;
  padding:0;
  border-radius: 14px;
  height:28px;
  border:1px solid #ccc;
  background:#f8f8f8;
  /* transform: translateX(140px); */
  transition: all 0.3s;
  width:28px;
  float:right;
  opacity: 0;
}
.search .search_input.target input{
  opacity: 1;
  width:136px;
  /* transform: translateX(0);   */
}
.search a{ color:#333; padding:5px;}
.search a:hover{ background:#eee; border-radius:5px; }

.main_wrapper{
  background: url('../image/c_v2019_body_top_bg.jpg') no-repeat;
  background-size: 100% auto;
  background-position:center 100px;
  position: relative;
  padding-bottom: 350px;
}
.body_bottom_bg{
  background: url('../image/c_v2019_body_bot_bg.jpg') no-repeat;
  background-size: 100% auto;
  background-position:center bottom;
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
}
.headline{
  background: #fff;
  padding:25px 57px;
  width:1086px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.headline .title{
  width:1000px;
  font-size: 36px;
  line-height: 45px;
  color:#00367a;
  font-weight: 600;
  text-align: center;
  margin:0 auto;
}
.headline .title a {
	color:#00367a;
}

.headline .cont{
  width:100%;
  font-size: 16px;
  color:#666;
  margin-top:20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.part1{
  height:400px;
  width:100%;
  background: #fff;
  margin-top:29px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.part1 .swiper-container{
  width:650px;
  height:400px;
  float: left;
  position: relative;
}
.part1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part1 .swiper-slide a{
  width:100%;
  height:100%;
  display: block;
  position: relative;
}
.part1 .swiper-pagination{
  position: absolute;
  right:0;
  bottom:0;
  text-align: right;
  line-height: 50px;
  height: 50px;
  text-indent: 20px;
  width:630px;
}
.part1 .swiper-pagination-bullet{
  width:12px;
  height:12px;
}
.part1 .swiper-slide img{
  width: 100%;
  height:100%;
}
.part1 .swiper-slide .title{
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:50px;
  line-height: 50px;
  background:  rgba(0, 106, 226, 0.8);
  font-size: 20px;
  font-weight: 700;
  padding:0 20px;
  text-align: left;
  color: #fff;
}
.part1 .swiper-pagination-bullet{
  background: #333;
  opacity: 1;
}
.part1 .swiper-pagination-bullet-active{
  background: #fff;
}

.part1 .right_list{
  width:500px;
  float: left;
  padding: 0 20px 20px 30px;
}
.part1 .right_list .title{
  height:60px;
  line-height: 60px;
  border-bottom:2px solid #dd0000;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.part1 .right_list .title .more{
  display: inline-block;
  float:right;
  margin-top:20px;
  width:11px;
  height:20px;
  background: url('../image/c_v2019_more.png');
}
.part1 .right_list .title a{
  color:#333;
}
.part1 .right_list .title span{
  display: inline;
  padding:2px 10px;
}
.part1 .right_list .title .target{
  background:#dd0000;
}
.part1 .right_list .title .target a{
  color: #fff;
  background:#dd0000;
}

.part1 .new_list{
  color: #333;
  margin-top:12px;
  display: none;
}
.part1 .new_list.target{
  display: block;
}
.part1 .new_list a{
  color: #333;
}
.part1 .new_list a:hover{
  color: #00a4e9;
}
.part1 .new_list li{
  position: relative;
  line-height: 30px;
  text-indent: 20px;
  height:30px;
  font-size:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part1 .new_list li::before{
  content: '•';
  position: absolute;
  display: inline-block;
  height:30px;
  line-height: 30px;
  left:0;
  text-indent: 0;
}


.part2{
  width:100%;
  background: #fff;
  margin-top:29px;
  border-bottom: 0px solid #dedede;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}

.part2 .news_item{
  border-right: 1px solid #f6f6f6;
  padding:0 20px 26px 20px;
  width:359px;
  float: left;
}
.part2 .news_item .title{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 56px;
  height:56px;
  border-top:2px solid #fff;
  border-bottom: 2px solid #dd0000;
}

.part2 .news_item .title h3 { 
  float:left;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 56px;
}

.part2 .news_item .title h3 a{
  color:#333;
  padding:2px 5px;
}
.part2 .news_item .title h3 a:hover{
  color:#fff;
  background:#dd0000;
}

.part2 .news_item .title dd{
   float:right;
   width:11px;
   margin:-16px 0 0 0;
}

.part2 .news_item .news_img{
  position: relative;
  margin-top:20px;
  height:180px;
  overflow: hidden;
  cursor: pointer;
}
.part2 .news_item .news_img:hover img{
  /* animation: shake 30ms linear 0 1;   */
  /* animation: shake .3s;   */
  transform: scale(1.1);
  opacity: 0.9;
}
.part2 .news_item .news_img img{
  width:100%;
  height:100%;
  transition: all 0.3s;
}


.part2 .news_item .news_img .dec{
  color: #fff;
  position: absolute;
  bottom: 0;
  width:100%;
  height:40px;
  line-height: 40px;
  background: rgba(0, 106, 226, 0.8);
  text-indent: 12px;
  font-size:16px;
  font-weight:bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part2 .news_item .new_list{
  color: #333;
  margin-top:12px;
}
.part2 .news_item .new_list a{
  color: #333;
}
.part2 .news_item .new_list a:hover{
  color: #00a4e9;
}

.part2 .news_item .new_list li{
  position: relative;
  line-height: 30px;
  text-indent: 20px;
  height:30px;
  font-size:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part2 .news_item .new_list li::before{
  content: '•';
  position: absolute;
  display: inline-block;
  height:30px;
  line-height: 30px;
  left:0;
  text-indent: 0;
}

.part2 .news_item.en_news .new_list{
  margin-top:20px;
}
.part2 .news_item.en_news .new_list li{
  line-height: 16px;
  text-overflow: inherit;
  white-space: normal;
  text-indent: 0px;
  margin-bottom: 14px;
  height:34px;
}
.part2 .news_item.en_news .new_list li::before{
  content: ' ';
}

.part3{
  background: #fff;
  width:100%;
  margin:25px 0;
  padding:25px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.part3 .title{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 20px;
  height:20px;
  border-top:2px solid #fff;
  margin-bottom:20px;
}
.part3 .title a{
  display: inline-block;
  float:right;
  width:11px;
  height:20px;
  background: url('../image/c_v2019_more.png');
}
.part3 .top_img{
  width:100%;
  height:160px;
}
.part3 .top_img a{
  display: inline-block;
  width:100%;
  height:100%;
}
.part3 img{
  width:100%;
  height:100%;
}
.part3 .bot_img{
  width:100%;
  height: 100px;
  margin-top:23px;
}
.part3 .bot_img .img_wrap {
  width:220px;
  height:100%;
  margin-left:15px;
  float: left;
}
.part3 .bot_img .img_wrap:hover, .part3 .top_img:hover {
  box-shadow: 0 0 6px rgba(0, 106, 226, 0.8);
}
.part3 .bot_img .img_wrap:first-child{
  margin-left:0;
}

.part4{
  width:100%;
  box-sizing: border-box;
}
.part4>div{
  width:385px;  
  float: left;
  margin-right:22px;
}
.part4>div:last-child{
  margin-right: 0;
}
.part4 table{
  border-collapse: collapse;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.part4 .item1 table td {
  border: 1px solid #eee;
  width:190px;
  height:180px;
  background: #00367a;
  text-align: center;
  cursor: pointer;
}
.part4 .item1 table td:hover {
  background: rgba(0,54,122,0.9)
}
.part4 table td a{
  display: inline-block;
  width:100%;
  height:100%;

}
.part4 .item1 table td a {
  color:#00a4e9;

}
.part4 .item1 span{
  width: 100%;
  display: inline-block;
  line-height: 20px;
  margin-top:10px;
}
.part4 .item2 span{
  width: 100%;
  display: inline-block;
  line-height: 20px;
  margin-top:6px;
}
.part4 .item3 span{
  width: 100%;
  display: inline-block;
  line-height: 20px;
  margin-top:6px;
}
.part4 .title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom:20px;
}
.part4 .item1 .i_icon1{
  display: inline-block;
  background: url('../image/c_v2019_icon1.png');
  width:86px;
  height:83px;
  margin-top:32px;
}

.part4 .item1 .i_icon2{
  display: inline-block;
  background: url('../image/c_v2019_icon2.png');
  width:83px;
  height:83px;
  margin-top:32px;
}
.part4 .item1 .i_icon3{
  display: inline-block;
  background: url('../image/c_v2019_icon3.png');
  width:83px;
  height:84px;
  margin-top:31px;
}
.part4 .item1 .i_icon4{
  display: inline-block;
  background: url('../image/c_v2019_icon4.png');
  width:67px;
  height:81px;
  margin-top:34px;
}


.part4 .item2 table td {
  border: 1px solid #eee;
  width:190px;
  height:119px;
  background: #00a4e9;
  text-align: center;
  cursor: pointer;
}
.part4 .item2 table td:hover {
  background: rgba(0,164,233,0.8);
}
.part4 .item2 .i_icon1{
  display: inline-block;
  background: url('../image/c_v2019_icon21.png');
  width:40px;
  height:34px;
  margin-top:33px;
}
.part4 .item2 .i_icon2{
  display: inline-block;
  background: url('../image/c_v2019_icon22.png');
  width:33px;
  height:38px;
  margin-top:29px;
}
.part4 .item2 .i_icon3{
  display: inline-block;
  background: url('../image/c_v2019_icon23.png');
  width:38px;
  height:39px;
  margin-top:28px;
}
.part4 .item2 .i_icon4{
  display: inline-block;
  background: url('../image/c_v2019_icon24.png');
  width:39px;
  height:37px;
  margin-top:30px;
}
.part4 .item2 .i_icon5{
  display: inline-block;
  background: url('../image/c_v2019_icon25.png');
  width:33px;
  height:38px;
  margin-top:29px;
}
.part4 .item2 .i_icon6{
  display: inline-block;
  background: url('../image/c_v2019_icon26.png');
  width:31px;
  height:33px;
  margin-top:33px;
}

.part4 .item3 table td {
  border: 1px solid #eee;
  width:190px;
  height:119px;
  background: #dd0000;
  text-align: center;
  cursor: pointer;
}

.part4 .item3 table td:hover{
  background: rgba(218, 18, 18, 0.8)
}
.part4 .item3 .i_icon1{
  display: inline-block;
  background: url('../image/c_v2019_icon31.png');
  width:43px;
  height:30px;
  margin-top:37px;
}
.part4 .item3 .i_icon2{
  display: inline-block;
  background: url('../image/c_v2019_icon32.png');
  width:34px;
  height:38px;
  margin-top:29px;
}
.part4 .item3 .i_icon3{
  display: inline-block;
  background: url('../image/c_v2019_icon33.png');
  width:40px;
  height:40px;
  margin-top:27px;
}
.part4 .item3 .i_icon4{
  display: inline-block;
  background: url('../image/c_v2019_icon34.png');
  width:35px;
  height:40px;
  margin-top:27px;
}
.part4 .item3 .i_icon5{
  display: inline-block;
  background: url('../image/c_v2019_icon35.png');
  width:37px;
  height:42px;
  margin-top:26px;
}
.part4 .item3 .i_icon6{
  display: inline-block;
  background: url('../image/c_v2019_icon36.png');
  width:46px;
  height:40px;
  margin-top:27px;
}

.part5{
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.part5 .left_side{
  width:60px;
}

.part5 .left_side>div{
  width:20px;
  height:85px;
  padding:30px 20px;
  font-size: 20px;
  color:#fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background: #00367a;
  line-height: 20px;
  font-weight: 600;
}
.part5 .left_side>div:last-child{
  border-bottom: 0;
}
.part5 .left_side>div.target {
  background: #fff;
  color: #333;
}
.part5 .logo{
  display: inline-block;
  width:228px;
  height:40px;
  margin:45px 0;
  background: url('../image/c_v2019_logo.png')
}
.part5 .left_cont{
  padding: 0 50px 0 60px;
  float: left;
}
.part5 .dec{
  width:485px;
  line-height: 35px;
  font-size: 16px;
}
.part5 .cont{
  display: none;
}

.part5 .cont.target{
  display: block;
}
.part5 .right_side .item1 .right_img{
  width:500px;
  height:320px;
  float: right;
  margin-top:60px;
}
.part5 .right_side .item1 .right_img img{
  width:100%;
  height:100%;
}
.part5 .right_side .item2{
  width:1040px;
  height:337px;
  padding: 50px;
}
.part5 .right_side .item2 .item2_left{
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.part5 .right_side .item2 .item2_left img{
  width:240px;
  height:280px;
}
.part5 .right_side .item2 .item2_left .title {
  margin-top:10px;
  display: block;
  line-height: 24px;
  font: 14px;
  color: #333;
  text-align: center;
}
.part5 .right_side .item2 .item2_left .title a {
  color:#333;
}
.part5 .right_side .item2 .item2_left .title a:hover {
  color:#00a4e9;
}
.part5 .right_side .item2 .item2_right{
  display: inline-block;
  width:770px;
  vertical-align: top;
}
.part5 .right_side .item2 .item2_right>div{
  width:370px;
  height:150px;
  text-align: center;
  position: relative;
  float:left;
  overflow: hidden;
}
.part5 .right_side .item2 .item2_right>div>a{
  width:100%;
  height:100%;
  line-height: 149px;
  text-align: center;
  color: #fff;
  background: rgba(0, 54, 122, 0.6);
  position: absolute;
  top:0;
  left:0;
  font-size: 24px;
  opacity: 0;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.part5 .right_side .item2 .item2_right>div:hover a{
  opacity: 1;
  transform: translateY(0);
  -webkit-ttransform: translateY(0);
  background: rgba(0, 54, 122, 0.6);
}
.part5 .right_side .item2 .item2_right img{
  width:100%;
  height:100%;
}

.part5 .right_side .item3{
  position: relative;
  margin-top:8px;
  margin-left:30px;
  width:1040px;
  height:420px;
  overflow: hidden;
}

.part5 .right_side .item3 a{
  display: inline-block;
  width:270px;
  height:420px;
  position: absolute;
  left:0;
  top:0;
  border:1px solid #ccc;
  transition: all 0.2s;
}
.part5 .right_side .item3 img{
  width:100%;
  height:100%;
}
.part5 .right_side .item3 .content{
  width:100%;
}
.part5 .right_side .item3 .content a{
  padding: 5px 10px;
  display: block;
  color: #333;
}
.part5 .right_side .item3 .content a:hover{
  background: #eee;
	
}
.part5 .right_side .item3 .content span{
  text-align: left;
 display: inline-block;
 width:125px;
 font-size: 18px;
 margin-top:10px;
 margin-right:130px;
}
.part5 .right_side .item3 .content span:last-child{
  margin-right:0;
}
/* çŸ¥è¡Œï¼Œåª’ä½“çŸ©é˜µ */
.zhixing-content {
  margin-top: 24px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.zhixing-content .left-content {
  width: 380px;
  float: left;
  padding: 0 20px;
}
.zhixing-content .left-content img:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.zhixing-content .right-content {
  width: calc(100% - 420px - 20px);
  padding-right: 20px;
  float: left;
}
.zhixing-content .title-text {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 25px 0 20px 0;
}
.zhixing-content .img-list {
  border: 1px solid #ddd;
  overflow: hidden;
}
.zhixing-content .img-container {
  float: left;
  width: 25%;
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.zhixing-content .img-container img{ width:130px; height:130px; }

/* footer */
.footer-wrapper {
  width: 100%;
  height: 50px;
  background: #00367a;
}
.footer-nav {
  color: #fff;
  position: relative;
}
.footer-nav:after {
  content: ' ';
  clear: both;
  display:block;
  height:0;
  visibility:hidden;
}
.light-icon {
  position: absolute;
  top: 50%;
  left: 54px;
  margin-top: -15px;
}
.nav-list {
  margin-left: 95px;
  overflow: hidden;
}
.light-icon, .nav-list, .nav-item {
  float: left;
}
.nav-item {
  padding: 0 40px 0 15px;
  cursor: pointer;
}
.nav-item:hover {
  background: #0e468d;
}
.nav-title {
  display: inline-block;
  line-height: 50px;
}
.sjx-icon {
  position: relative;
  left: 15px;
  top: -20px;
}
.nav-item:hover .nav-content {
  opacity: 1;
  display:block;
  transition: all 0.3s;
}
.nav-item:hover .sjx-icon {
  transform: rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
  transition: all 0.2s;
}
.nav-item-cont {
  position: relative;
  display: inline-block;
}
.nav-item-cont .second-nav {
  position: absolute;
  padding: 20px;
  background: #dd0000;
  top: 97px;
  left: -100px;
  border-radius: 5px;
  display:none;
  z-index: 999;
}
.second-nav.about-us-nav {
  width: 222px;
}
.second-nav.news-center-nav {
  width: 300px;
}
.second-nav a {
  color: #fff;
  margin-right: 20px;
  padding: 0;
  line-height:17px;
}
.second-nav a:last-child {
  margin-right: 0;
}
.second-nav a:hover {
  color: #FFCC00;
}
.second-nav .triangle-icon {
  position: absolute;
  left: 113px;
  top: -12px;
}
/* .nav-item-cont:hover>.about-us-nav, .nav-item-cont:hover>.news-center-nav {
  opacity: 1;
  display:block;
  transition: all 1.2s;
} */
 .triangle-icon:before,.triangle-icon:after{
  position: absolute;
  content: '';
  border-top: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px #dd0000 solid;
 }
 .triangle-icon:before{
  border-bottom: 6px #dd0000 solid;
 }
 .triangle-icon:after{
  top: 1px; /*è¦†ç›–å¹¶é”™å¼€1px*/
  border-bottom: 6px #dd0000 solid;
 }
.nav-content {
  opacity: 0;
  display:none;
  width: 1160px;
  padding: 0 20px;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  background: rgba(0,54,122,0.90);
}
.nav-content .title {
  line-height: 50px;
  font-size: 18px;
}
.link-list>a {
  display: inline-block;
  width: 224px;
  height: 30px;
  line-height: 30px;
}
.link-list>a:hover{
  color: #00a4e9;
}
.footer-content {
  overflow: hidden;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ddd;
}
.footer-wrapper .left-content {
  width: calc(100% - 360px - 50px - 1px - 20px);
  padding-left: 50px;
  float: left;
  overflow: hidden;
}
.footer-wrapper .right-content {
  width: 350px;
  float: left;
  border-left: 1px solid #ddd;
  margin-top: 30px;
  padding: 0 0 20px 30px;
}
.links-list {
  float: left;
  margin-right: 50px;
}
.links-list:first-child {
  margin-left: 10px;
}
.links-list .title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px 0;
}
.links-list li a {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.links-list li a:hover{
  color: #00a4e9;
}
.right-content .title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
}
.erweima-content {
  overflow: hidden;
}
.erweima-item {
  float: left;
  margin-right: 18px;
  text-align: center;
}
.erweima-item img {
  margin-bottom: 10px;
}
.friend-links {
  padding: 24px 0 35px 0;
  text-align: center;
  font-size: 14px;
}
.friend-links .friend-link-list {
  color: #999;
  margin-bottom: 18px;
}
.friend-links .friend-link-list a {
  color: #999;
  display: inline-block;
  padding: 0 14px;
}
.para-info {
  color: #999;
  margin-bottom: 15px;
}
.para-info span {
  display: inline-block;
  padding: 0 10px;
}