i {
  font-style: normal;
}
a {
  color: inherit;
}
.main {
  background-color: #fff;
}
.main .main-wrapper {
  padding-top: 20px;
  box-sizing: border-box;
}
.main .main-wrapper .slide-wrapper {
  background-color: #fff;
  display: flex;
}
.main .main-wrapper .slide-wrapper .slide-item {
  display: flex;
  height: 100%;
}
.main .main-wrapper .slide-wrapper .slide-item .left-pic {
  width: 100%;
  height: 350px;
  font-size: 0;
}
.main .main-wrapper .slide-wrapper .slide-item .left-pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .main-wrapper .slide-wrapper .slide-item .left-pic a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.main .main-wrapper .slide-wrapper .slide-item .left-pic a img {
  width: 100%;
  height: 100%;
}

.main .main-wrapper .slide-wrapper .slide-wrapper-right {
  flex: 1;
  height: 350px;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right {
  display: flex;
  flex-direction: column;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .hd ul {
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .btn-wrapper .item {
  flex: 1;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f3f6fb;
  color: #696d70;
  cursor: pointer;
  float: left;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .btn-wrapper .on {
  background-color: #e04445;
  color: #fff;
  font-weight: 700;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-title {
  border-bottom: 1px solid #c4ccd6;
  height: 100px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 20px 0;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-title p:first-child {
  font-weight: 700;
  font-size: 24px;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-title p:last-child {
  text-align: right;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-title p:last-child a {
  color: #8c939d;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-list {
  flex: 1;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-list ul {
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-list ul li {
  flex: 1;
  line-height: 36px;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-list ul li a {
  display: flex;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-list .new-item-title {
  flex: 1;
}
.main .main-wrapper .slide-wrapper .slide-wrapper-right .content-container .content-list .new-item-time {
  display: inline-block;
  width: 140px;
  text-align: right;
  color: #8c939d;
}
.main .main-wrapper .info-search {
  display: flex;
  min-width: 1200px;
  margin-top: 20px;
}
.main .main-wrapper .info-search .left-part {
  position: relative;
  width: 131px;
  height: 168px;
  background: url("../xxgs_bg.jpg") no-repeat;
}
.main .main-wrapper .info-search .left-part span {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.main .main-wrapper .info-search .swiper {
  background-color: #f4f4f4;
  overflow: hidden;
  box-sizing: border-box;
}
.main .main-wrapper .info-search .swiper div.swiper-container1 {
  overflow: hidden;
}
.main .main-wrapper .info-search .swiper .ul .item {
  height: 125px;
  padding-bottom: 30px;
  position: relative;
}
.main .main-wrapper .info-search .swiper .ul .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main .main-wrapper .info-search .swiper .ul .item a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.main .main-wrapper .info-search .swiper .ul .item a span {
  background-color: rgba(0,0,0,0.4);
  line-height: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.main .main-wrapper .info-search .swiper .ul .item a:hover span {
  background-color: rgba(0,0,0,0.2);
}
.main .main-wrapper .info-search .swiper .ul .item:nth-child(1) {
  background-color: #60a0a0;
}
.main .main-wrapper .info-search .swiper .ul .item:nth-child(2) {
  background-color: #546380;
}
.main .main-wrapper .info-search .swiper .ul .item:nth-child(3) {
  background-color: #e39980;
}
.main .main-wrapper .info-search .swiper .ul .item:nth-child(4) {
  background-color: #97706b;
}
.main .main-wrapper .info-search .swiper .ul .item:nth-child(5) {
  background-color: #6da6b9;
}
.main .main-wrapper .info-search .swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.main .main-wrapper .info-search .swiper .swiper-wrapper .swiper-slide {
  width: 17%;
}
.main .main-wrapper .info-publish {
  display: flex;
  min-width: 1200px;
  margin-top: 20px;
}
.main .main-wrapper .info-publish .left-part {
  position: relative;
  width: 131px;
  height: 168px;
  background: url("../xxgs_bg2.jpg") no-repeat;
}
.main .main-wrapper .info-publish .left-part span {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.main .main-wrapper .info-publish .swiper {
  position: relative;
  background-color: #f4f4f4;
  flex: 1;
  overflow: hidden;
  padding: 25px 24px 5px;
  box-sizing: border-box;
}
.main .main-wrapper .info-publish .swiper .ul .item {
  width: 190px;
  height: 125px;
}
.main .main-wrapper .info-publish .swiper .ul .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main .main-wrapper .info-publish .swiper .ul .item a img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
.main .main-wrapper .info-publish .swiper .ul .item a span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  padding: 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.main .main-wrapper .info-publish .swiper .ul .item a:hover span {
  color: #98291e;
}
.main .main-wrapper .banner {
  font-size: 0;
}
.main .main-wrapper .column-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.main .main-wrapper .column-wrapper .column-left {
  width: 240px;
  display: flex;
  flex-direction: column;
}
.main .main-wrapper .column-wrapper .column-left .news-links {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
}
.main .main-wrapper .column-wrapper .column-left .news-links li {
  flex: 1;
  margin: 15px 0;
}
.main .main-wrapper .column-wrapper .column-left .news-links li a {
  display: flex;
  padding: 10px;
  background-color: #f3f6fb;
  justify-content: space-between;
  align-items: center;
}
.main .main-wrapper .column-wrapper .column-left .news-links li a span {
  font-weight: 700;
  padding-right: 20px;
  font-size: 18px;
}
.main .main-wrapper .column-wrapper .column-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.main .main-wrapper .column-wrapper .column {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.main .main-wrapper .column-wrapper .column .news {
  margin-top: 10px;
}
.main .main-wrapper .column-wrapper .column .news .item {
  display: flex;
  height: 50px;
  line-height: 50px;
}
.main .main-wrapper .column-wrapper .column .news .item .time {
  flex: 0 0 80px;
  width: 80px;
  color: #6e6e6e;
  text-align: right;
}
.main .main-wrapper .column-wrapper .column .news .item .title {
  flex: 1;
  color: #1a1a1a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main .main-wrapper .ul-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.main .main-wrapper .ul-wrapper li {
  width: 19%;
}
.main .main-wrapper .ul-wrapper li a {
  display: block;
  position: relative;
}
.main .main-wrapper .ul-wrapper li a img {
  width: 100%;
  display: block;
}
.main .main-wrapper .ul-wrapper li a span {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  transition: linear 0.2s;
}
.main .main-wrapper .ul-wrapper li a:hover span {
  background-color: rgba(0,0,0,0.2);
}
.main .main-wrapper .xy-plus {
  margin-top: 20px;
  height: 117px;
  background-image: url("../xyj.jpg");
}
.main .main-wrapper .xy-plus .inner-link {
  display: block;
  height: 117px;
}
.main .bottom-wrapper {
  background: #efefef;
}
.main .bottom-wrapper .content {
  width: 1200px;
  margin: 20px auto 0;
  padding: 20px 0;
}
.main .bottom-wrapper .content h2 {
  padding: 10px 0;
  font-size: 16px;
}
.main .bottom-wrapper .content ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.main .bottom-wrapper .content ul li {
  width: 170px;
  line-height: 30px;
}
.main .bottom-wrapper .content ul li:hover a {
  color: #ac3e2f;
}
.main .bottom-wrapper .content ul li a {
  color: #3c3c3c;
}
.main .case-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}
.main .case-list .list-container {
  flex: 1;
  margin-right: 20px;
}
.main .case-list .list-container ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.main .case-list .list-container ul .item {
  width: 49%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.main .case-list .list-container ul .item:nth-child(odd) {
  margin-right: 15px;
}
.main .case-list .list-container ul .item a {
  display: flex;
}
.main .case-list .list-container ul .item img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.main .case-list .list-container ul .item .link-info {
  flex: 1;
}
.main .case-list .list-container ul .item .link-info {
  width: 280px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  overflow: hidden;
}
.main .case-list .list-container ul .item .link-info .title {
  font-weight: 700;
  display: block;
  width: 100%;
}
.main .case-list .list-container ul .item .link-info .sketch {
  color: #8c939d;
  display: block;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.main .case-list .list-container ul .item .link-info .location-time {
  color: #8c939d;
  display: block;
  text-align: right;
  width: 100%;
}
.main .link-list {
  position: relative;
}
.main .link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.main .link-list ul li {
  padding: 0 40px;
}
.main .link-list .link-flag {
  position: absolute;
  top: 12px;
  left: 220px;
}
.main .link-list .link-flag .flag-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
}
.main .link-list .link-flag .flag-wrapper li {
  display: inline-block;
  width: 100px;
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transition: all linear 0.2s;
}

.main .link-list .link-flag .flag-wrapper .on {
  background-color: #e04445;
  color: #fff;
}

.main .link-list .link-inner-container {
  line-height: 40px;
  padding-top: 30px;
}
.main .link-list .link-inner-container span {
  padding: 20px 20px;
}
.top {
  display: flex;
  position: relative;
}
.top::after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 0;
  margin-top: 26px;
  background-color: #d9d9d9;
}
.top::before {
  content: '';
  display: inline-block;
  width: 180px;
  position: absolute;
  height: 5px;
  bottom: 0;
  margin-top: 26px;
  background-color: #e33c43;
}
.top span {
  display: inline-block;
  vertical-align: top;
  line-height: 53px;
}
.top span.icon {
  width: 45px;
  height: 50px;
  padding: 10px 10px 10px 5px;
  box-sizing: border-box;
}
.top span.icon img {
  width: 30px;
  height: 30px;
}
.top span.name {
  text-align: center;
  font-size: 18px;
}
.top span.space {
  flex: 1;
}
.top span.more {
  width: 50px;
  text-align: right;
}
.top span.more a {
  color: #1a1a1a;
}
.advertising-left {
  position: fixed;
  left: 0;
  top: 360px;
  display: flex;
  flex-direction: column;
  z-index: 20;
  background-color: #fff;
}
.advertising-left a {
  padding: 10px;
}
.advertising-right {
  position: fixed;
  right: 0;
  top: 360px;
  z-index: 20;
  background-color: #fff;
}
.advertising-right a {
  display: block;
  padding: 10px;
}
.close-tip {
  text-align: right;
  padding-top: 10px;
}
.close-tip span {
  border: 1px solid #abb3bd;
  color: #abb3bd;
  margin-right: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 4px;
  cursor: pointer;
}
.close-tip span:hover {
  border: 1px solid #e22323;
  color: #e22323;
}
.button-next,
.button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  outline: none;
}
.button-prev {
  left: 0;
}
.button-next {
  right: 0;
}
.el-carousel__arrow--right {
  right: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w600 {
  width: 600px;
}


/*轮播图*/

.swiper {
  width: 100%;
  height: 100%;
  float: right;
}
.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;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
  opacity: 0;
  transition: all .5s;
}
.swiper:hover .swiper-button-next{
  opacity: 1;
}
.swiper:hover .swiper-button-prev{
  opacity: 1;
}
.swiper .swiper-pagination{
  bottom: 13px;
  left: auto;
  right: 5px;
  width: auto;
}
.swiper .swiper-slide p{
  background-color: rgba(10,10,10,0.5);
  height: 50px;
  text-align: left;
  text-indent: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  margin: 0;
  color: #fff;
}
.swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #ceced0;
  border-radius: 0;
}
.swiper-pagination-bullet-active{
  background-color: #fff;
}
.mySwiper{width: 600px;height: 350px}


/*互动交流*/
.body-part .info-box {
  padding: 20px 40px;
  border-top: 1px solid #a42f1e;
  background: #f6f6f6;
}
.body-part .info-box .title-wrap {
  position: relative;
  border-bottom: 1px solid #b1b1b1;
  height: 40px;
  font-size: 24px;
  overflow: hidden;
}
.body-part .info-box .title-wrap span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 5px 0 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background: url("../icon_yijian.png") no-repeat -20px 8px;
  background-size: 20px 20px;
  transition: 0.35s;
}
.body-part .info-box .title-wrap span.on {
  color: #b89e76;
  background-position-x: 4px;
}
.body-part .info-box .title-wrap button {
  position: absolute;
  right: -80px;
  bottom: 8px;
  padding: 8px 20px;
}
.body-part .info-box .title-wrap button.on {
  right: 0;
}
.body-part .info-box .list-wrap .item {
  padding: 30px 100px 45px 140px;
  background: url("../icon_question.png") no-repeat 30px 30px;
  border-bottom: 1px solid #cfcfcf;
}
.body-part .info-box .list-wrap .item h2 {
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
}
.body-part .info-box .list-wrap .item h4 {
  font-size: 15px;
  color: #000;
  padding: 10px 0 10px 30px;
  background: url("../icon_message.png") no-repeat 0 5px;
}
.body-part .info-box .list-wrap .item p {
  font-size: 15px;
  padding: 10px 0 10px;
}
.body-part .info-box .list-wrap .item p span {
  display: inline-block;
  vertical-align: top;
}
.body-part .info-box .list-wrap .item p .red {
  color: #a42f1e;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}
.body-part .info-box .list-wrap .item p .reply {
  width: 90%;
  color: #8f8f8f;
  line-height: 1.6;
}
#app .app-wrapper .el-dialog__wrapper.message-dialog .el-dialog {
  width: 500px;
}
#app .app-wrapper .el-dialog__wrapper.message-dialog .el-dialog .img {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 120px;
  height: 36px;
  overflow: hidden;
  padding: 1px;
}
#app .app-wrapper .el-dialog__wrapper.message-dialog .el-dialog .img img {
  width: 100%;
  height: 100%;
}


.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.main .layout .news-wrapper {
  margin-bottom: 30px;
}
.main .layout .news-wrapper .el-row {
  width: 100%;
}
.main .layout .news-wrapper .el-row .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 2px solid #dbd9d9;
  margin-bottom: 20px;
}
.main .layout .news-wrapper .el-row .title-bar .title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  height: 33px;
}
.main .layout .news-wrapper .el-row .title-bar .title img {
  width: 32px;
}
.main .layout .news-wrapper .el-row .title-bar .title span {
  padding: 0 12px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #e22323;
}
.main .layout .news-wrapper .el-row .title-bar a {
  color: rgba(0,0,0,0.65);
  line-height: 35px;
}
.main .layout .news-wrapper .el-row .title-bar a:hover {
  color: #e22323;
}
.main .layout .news-wrapper .el-row img {
  width: 590px;
  height: 165px;
}
.main .layout .news-wrapper .el-row .news-list .news-list-item {
  height: 45px;
  line-height: 45px;
  align-items: center;
  display: flex;
}
.main .layout .news-wrapper .el-row .news-list .news-list-item a {
  width: 100%;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main .layout .news-wrapper .el-row .news-list .news-list-item a:hover {
  color: #e22323;
}
.main .layout .news-wrapper .el-row .news-list span {
  width: 100px;
  text-align: right;
  color: #666;
}

.main .main-wrapper  .top-content{
  border-top: 2px solid #a42f1e;
  letter-spacing: 1px;
  width: 1200px;
  padding: 10px 20px 100px;
  font-size: 12px;
  background-color: #f6f6f6;
  overflow: hidden;
  margin-bottom: 16px;
}
.main .main-wrapper .center-title {
border-bottom: 1px solid #ccc;
position: relative;
height: 45px;
font-size: 24px;
}
.main .main-wrapper .center-title .gzjb-title {
height: 45px;
position: absolute;
z-index: 2;
left: 0;
text-align: center;
line-height: 45px;
min-width: 150px;
font-size: 24px;
}
.main .main-wrapper .center-title .gzjb-title > span {
color: #0c0300;
font-size: 18px;
font-weight: bold;
}
.main .main-wrapper .center-title .gzjb-title img {
vertical-align: middle;
border: none;
}
.main .main-wrapper .top-content .info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.main .main-wrapper .top-content .info .part {
box-sizing: border-box;
width: 50%;
padding: 40px 20px 20px;
text-align: center;
}
.main .main-wrapper .top-content .info .part.row {
width: 100%;
}
.main .main-wrapper .top-content .info .part.left {
text-align: left;
}
.main .main-wrapper .top-content .info .part.bottom-p {
width: 60%;
margin: 20px auto 0;
background-color: #fff;
border-radius: 15px;
border: 1px solid #f00;
padding: 20px;
text-align: left;
text-indent: 2em;
line-height: 2;
}
.main .main-wrapper .top-content .info .part .item h2 {
padding: 5px 0 5px 30px;
background: url("../icon_arrow.png") 0 7px no-repeat;
font-size: 18px;
font-weight: 700;
}
.main .main-wrapper .top-content .info .part .item p {
padding: 12px 0 20px 30px;
line-height: 1.5em;
font-size: 15px;
}
.main .main-wrapper .top-content .info .part .item p a {
color: #ff812b;
}
.main .main-wrapper .top-content .info .part .item p a:hover {
color: #2a39ff;
text-decoration: underline;
}
.main .main-wrapper .top-content .info .part .item .btn {
padding: 25px 0 0 0;
text-align: center;
}
.main .main-wrapper .top-content .info .part .item .btn a {
display: inline-block;
width: 50%;
height: 50px;
line-height: 50px;
background-color: #a5301f;
border-radius: 6px;
font-size: 20px;
color: #fff;
text-align: center;
}
.main .main-wrapper .top-content .info .part .item .btn a:hover {
border-radius: 25px;
}
.main .main-wrapper .bottom-content .license-bottom {
display: flex;
justify-content: space-between;
overflow: hidden;
border-bottom: 1px solid #ccc;
}
.main .main-wrapper .bottom-content .license-bottom .part {
width: 50%;
padding: 0 15px;
border-right: 1px solid #ccc;
}
.main .main-wrapper .bottom-content .license-bottom .part.three {
width: 33.33%;
}
.main .main-wrapper .bottom-content .license-bottom .part:last-child {
border-right: none;
}






