﻿.content {
  width: 1200px;
  margin: 10px auto 0;
  background: #fff;
  /*border-top: 3px solid #0168B7;*/
  /* display: flex;
  justify-content: space-between; */
}

.content::after{
  content: "";
  display: block;
  clear: both;
}

.content_left {
  width: 924px;
  background-color: white;
  border: 1px solid #ccc;
  float: left;
}

.content_left::after{
  content: "";
  display: block;
  clear: both;
}

.content_left .xinxi {
  height: 350px;
  /* display: flex;
  justify-content: space-between; */
}

.content_left .xinxi::after{
  content: "";
  display: block;
  clear: both;
}

.content_left .xinxi .left {
  width: 260px;
  height: 100%;
 
  /* display: flex;
  justify-content: center;
  align-items: center; */
  float: left;
}

.content_left .xinxi .left img {
  display: block;
  width: 210px;
  margin-top: 20px;
  margin-left: 20px;
}

.content_left .xinxi .right {
  width: 600px;
  align-self: center;
  float: left;
  margin-top: 40px;
  margin-left: 20px;
}

.content_left .xinxi .right .title {
  font-size: 22px;
  font-weight: 700;
  margin-left: -10px;
}

.content_left .xinxi .right .title2 {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  background: repeating-linear-gradient(135deg, white 0, white 2px, #f0f0f0 2px, #f0f0f0 4px);
}

.content_left .xinxi .right .info {
  /* display: flex;
  flex-wrap: wrap; */
}

.content_left .xinxi .right .info::after{
  content: "";
  display: block;
  clear: both;
}

.content_left .xinxi .right .info p {
  float: left;
  width: 50%;
  font-size: 12px;
  /* display: flex;
  align-items: center; */
}


.content_left .xinxi .right .info p span:nth-of-type(1) {
  
  width: 56px;
  height: 18px;
  line-height: 18px;
  text-align: right;
  /* text-align: justify; */
  text-align-last: justify;
  display: inline-block;
}

/* .content_left .xinxi .right .info p span:nth-of-type(1)::after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: "";
} */

.content_left .xinxi .right .info p span:nth-of-type(2) {
  /* flex: 1; */
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: top;
}

.content_left .xinxi .right .btns {
  display: flex;
  margin-top: 30px;
}

.content_left .xinxi .right .btns a {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  display: inline-block;
  width: 120px;
  height: 30px;
  border: 1px solid #03a0d1;
  color: #03a0d1;
  border-radius: 8px;
  font-weight: 700;
  margin-left: 20px;
  font-size: 14px;
  padding-top: 1px;
}

.content_left .xinxi .right .btns a img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: 20px;
  margin-top: 0;
  vertical-align: middle;
}

.content_left .xinxi .right .btns a:nth-of-type(1) {
  color: white;
  background-color: #03a0d1;
  margin-left: 0;
}

/* 宸﹁竟鍏敤title */
.content_left .left_title .title {
  font-size: 20px;
  font-weight: 700;
}

.content_left .left_title .title_ {
  margin: 4px 0 10px;
  height: 1px;
  background: linear-gradient(90deg, #999 70%, white 100%);
}

.content_left .jieshao {
  /* display: inline-block; */
  width: 47%;
  margin-left: 2%;
  float: left;

}

.content_left .jieshao .img {
  width: 100%;
  height: 200px;
}

.content_left .jieshao .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content_left .xuzhi {
  width: 92%;
  margin-left: 2%;
  margin-top: 20px;
  float: left;
}

.content_left .xuzhi .neirong_box p {
  font-size: 14px;
  text-align: justify;
}

.content_left .xuzhi .neirong_box p span {
  margin-right: 10px;
}

.content_left .tuijian {
  width: 96%;
  margin: 20px 2%;
  float: left;
}

.content_left .tuijian_box {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.content_left .tuijian_list {
  /* display: flex;
  flex-wrap: nowrap; */
  width: 100%;
  white-space: nowrap;
}

.content_left .tuijian_list .item {
  width: 25%;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  /* flex-shrink: 0; */
}

.content_left .tuijian_list .item img {
  display: block;
  margin: auto;
  width: 70%;
  height: 200px;
  object-fit: contain;
}

.content_left .tuijian_list .item p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.content_right {
  width: 274px;
  float: right;
  margin-left: 2px;
}

/* 鍙宠竟鍏敤title */
.content_right .right_title {
  background-color: white;
  border: 1px solid #ccc;
  margin-bottom: 2px;
}

.content_right .right_title .title {
  font-size: 18px;
  padding: 4px 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  color: #03a0d1;
}

.content_right .right_title .title_ {
  height: 2px;
  background-color: #6fdcfe;
}

.content_right .right_title .box {
  margin: 20px 0;
  padding: 0 20px;
  font-size: 14px;
}

.content_right .right_title .box a {
  display: block;
  color: black;
}

.content_right .right_title .box a:hover{
  color: red;
}

.content_right .gonggao .box {
  height: 300px;
  overflow: hidden;
}

.content_right .gonggao .box ul li {
  /* text-align: center; */
  margin-top: 10px;
  font-size: 12px;
}

.content_right .gonggao .box ul li p{
  /* display: flex;
  justify-content: space-between; */
}

.content_right .gonggao .box ul li p span:nth-of-type(1) {
  /* margin: 10px; */
  
}

.content_right .gonggao .box ul li p span:nth-of-type(2) {
  color: #f8313b;
 float: right;
}

.content_right .youqing .box {
  padding: 0 5px;
  margin: 5px 0;
   height: 272px; 
  overflow: hidden;
}

.content_right .youqing .box a {
  height: 50px;
}

.content_right .youqing .box a+a{
  margin-top: 5px;
  /* border-top: 1px solid #eee; */
}
.content_right .youqing .box a img {
  width: 100%;
  height: 50px;
  /* margin-top: 5px; */
  /* object-fit: contain; */
  border:1px solid #93bdff;
}

.foot {
  background-color: red;
  height: 260px;
  padding-top: 0.1px;
  margin-top: 10px;
  background: url(../image/foot.jpg) no-repeat bottom center;
  background-size: cover;
  float: left;
  width: 100%;
}

.foot .btns {
  width: 1000px;
  margin: 50px auto;
  /* display: flex;
  justify-content: space-around; */
}

.foot .btns a {
  width: 120px;
  display: inline-block;
  text-align: center;
  color: black;
  margin-left: 100px;
}

.foot .btns a img {
  width: 40px;
  height: 40px;
}

.foot .foot_bottom {
  text-align: center;
}

.part1{height:35px; line-height:35px; border-bottom:1px solid #12a8d9; padding:0 0 0 5px; font-size:14px; color:#000; font-weight:bold;}
.part1 i{float: left; margin-right: 8px; color: #12a8d9; font-weight: normal; font-size: 20px;}
/*.content_bk1{border:1px solid #cbcbcb; padding: 10px 10px 10px 10px;}*/
.list3{padding-top: 10px;}
.list3 li{margin-bottom: 10px;}
.list3 li span{font-size: 12px!important;}
.list3 li a{display: block; height: 43px; line-height: 43px; background: #12a8d9; font-size: 14px; font-weight: bold; border-radius: 4px; color: #fff;}
.list3 li a i{float: left; margin-left: 15px; margin-right: 10px; font-size: 22px; font-weight: normal;}