@charset "utf-8";

.news {
  padding-top: 0;
}

#news {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.news_btn {
  width: 100%;
  margin: 0 auto;
  padding-top: 18px;
  height: 56px;
  position: relative;
  display: none;
}

.news_btn h1 {
  font-size: 16px;
  line-height: 56px;
  float: left;
  display: block;
  font-weight: normal;
}

.news_btn ul {
  float: right;
  margin-top: 14px;
}

.news_btn ul li {
  height: 42px;
  float: left;
  cursor: pointer;
}

.news_btn ul li span {
  line-height: 30px;
  color: #424242;
  font-size: 14px;
  display: block;
  padding: 0 17px;
}

.news_btn ul li.btn_current {}

.news_btn ul li.btn_current span {
  color: white;
  background-color: #0158a7;
}

.news_company {
  margin: 0 0 60px 5px;
  width: 101.77%;
}

.news_company .item {
  background-color: white;
  overflow: hidden;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #CCC;
}

.news_company .item h1 {
  font-family: 'Conv_MyriadPro-Regular';
  font-size: 16px;
  color: #173c86;
  text-align: center;
  width: 96%;
  padding: 2%;
  margin-top: 10px;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: bold;
}

.news_company .item p {
  font-family: 'Conv_MyriadPro-Regular';
  font-size: 12px;
  color: #777;
  width: 92%;
  margin: 0 auto;
  line-height: 20px;
  padding: 0 2%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.news_company .item span {
  background-color: #fafafa;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 20px;
}

.news_company .item span p {
  font-size: 12px;
  color: #a4a4a4;
  line-height: 44px;
}

.news_company .item span p.news_p1 {
  text-align: left;
}

.news_company .item span p.news_p2 {
  font-family: 'Conv_MyriadPro-Regular';
  text-align: right;
  margin-top: -44px;
}

.news_company .item span a {
  font-family: 'Conv_MyriadPro-Regular';
  text-decoration: underline;
  color: #82b53f;
  font-size: 14px;
  margin: 0 auto 10px;
  width: 86%;
  display: block;
  outline: none;
}

.news_company .item span a:hover {
  color: #333;
  transition: 0.5s;
}

.news_product {
  display: none;
  margin: 60px auto 0;
  width: 102.33%;
}

.news_product .item {
  background-color: white;
  overflow: hidden;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.news_product .item h1 {
  font-size: 16px;
  color: #555;
  text-align: center;
  font-weight: normal;
  width: 84.8%;
  line-height: 26px;
  margin: 10px auto;
}

.news_product .item p {
  font-size: 13px;
  color: #a4a4a4;
  width: 86%;
  line-height: 20px;
  margin: 0 auto;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.news_product .item span {
  background-color: #fafafa;
  display: block;
  overflow: hidden;
  margin-top: 20px;
}

.news_product .item span p {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 44px;
}

.news_product .item span p.news_p1 {
  text-align: left;
}

.news_product .item span p.news_p2 {
  text-align: right;
  margin-top: -44px;
}

.news_product .item span a {
  text-decoration: underline;
  color: #0449a6;
  font-size: 14px;
  margin: 0 auto 10px;
  width: 86%;
  display: block;
}

.news_product .item span:hover {
  background-color: #c0d9ed;
}

#news.news {
  box-shadow: 0 6px 6px 6px rgba(0, 0, 0, 0.05);
}

.news_list {
  width: 84.33%;
  margin: 0 auto;
}

.news_list h1 {
  font-size: 28px;
  color: black;
  font-weight: normal;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 64px;
  letter-spacing: 2px;
  margin-top: 10px;
}

.news_list p {
  font-size: 12px;
  color: #818181;
  text-align: center;
}

.news_list img {
  width: 100%;
  margin: 0 auto 0;
}

.news_list_title {
  height: 42px;
}

.news_list_title h2 {
  font-size: 18px;
  color: white;
  line-height: 38px;
  height: 38px;
  background-color: #378ace;
  padding: 0 20px;
  display: inline-block;
}

.news_list h3 {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 26px;
  font-weight: normal;
  margin: 10px auto 10px;
  width: 90%;
}

.news_list h4 {
  margin: 24px auto 10px;
  width: 90%;
}

.news_list ul {
  width: 100%;
  margin-bottom: 70px;
}

.news_list ul li {
  width: 100%;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 28px;
  list-style: disc;
  margin-left: 20px;
}

.news_detail_title {
  font-family: 'Conv_MyriadPro-Regular';
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #173c86;
  font-weight: bold;
}

.news_detail_time {
  font-family: 'Conv_MyriadPro-Regular';
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #777;
  line-height: 3;
}

.news_detail_content {
  width: 96%;
  padding: 0 2% 2% 2%;
  line-height: 24px;
}

.news_detail_content img {
  margin: auto;
  max-width: 100%;
}

.img_one img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news_detail_content p {
  font-family: 'Conv_MyriadPro-Regular';
  font-size: 16px;
  color: #555;
  text-align: justify;
}

.news_img img {
  display: block;
  float: left;
  width: 40%;
  margin-left: 72px;
}

.news_detail_content p a {
  font-family: 'Conv_MyriadPro-Regular';
  color: #14408b;
}

.news_text1 {
  margin-left: 20px;
}

.img_three img {
  width: 60%;
  margin: auto;
  margin-top: 20px;
  display: block;
}

.img_four img {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  display: block;
}

.img_five img {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  display: block;
}

.img_six img {
  display: block;
  float: left;
  margin-left: 100px;
  margin-bottom: 30px;
}

.img_seven img {
  display: block;
  float: right;
  margin-right: 100px;
}

.img_nine img {
  display: block;
  float: left;
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.img_ten img {
  display: block;
  float: right;
  margin-right: 40px;
}

.img_nine,
.img_ten {
  overflow: hidden;
}

.news_detail_content table {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.news_detail_content table td span {
  padding-left: 5px;
}

.news_detail_content table td {
  border: 1px solid #ccc;
}

.profile_list {
  background: #fff;
}

.christ_wish {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.christ_wish img {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.christ_wish p span {
  color: #14408b;
  font-weight: bold;
  font-size: 14px;
}

.new_office h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.new_office h2 {
  font-size: 12px;
  color: #000;
}

.new_office p {
  font-size: 12px;
  color: #333;
  line-height: 24px;
}

.new_office1 h1 {
  font-size: 16px;
  color: #14408b;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.new_office_list {
  overflow: hidden;
  margin-bottom: 15px;
}

.new_office_left {
  float: left;
}

.new_office_right {
  float: left;
  margin-left: 5px;
}

.new_office_right a {
  color: #14408b;
}

.new_office p span {
  color: #14408b;
  font-weight: bold;
  font-size: 14px;
}

.new_office img {
  margin-top: 20px;
}

.news_product_table table {
  width: 100%;
  border-collapse: collapse;
}

.news_pro_des h1 {
  font-size: 20px;
  font-weight: bold;
  color: #173c86;
  margin-bottom: 5px;
  margin-top: 25px;
  font-family: 'Conv_MyriadPro-Regular';
}

.news_pro_des table {
  width: 100%;
  border-collapse: collapse;
}

.news_pro_des h2 {
  font-size: 16px;
  font-family: 'Conv_MyriadPro-Regular';
}

.news_pro_des h3 {
  font-size: 14px;
  font-family: 'Conv_MyriadPro-Regular';
}

@media screen and(max-width:1160px) {
  #news {
    width: 94%;
  }

  .news {
    padding-top: 13px;
  }
}

@media screen and(max-width:600px) {
  #news {
    width: 94%;
    margin-top: 20px;
    margin-left: 0;
  }

  .news {
    margin-left: 20px;
  }

  .news_pro_des h1 {
    margin-top: 0;
  }

  .news_detail_title {
    line-height: 20px;
  }
}
