<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 整站灰度 */
.web-gray {
  -webkit-filter: grayscale(100%);
  /* webkit */
  -moz-filter: grayscale(100%);
  /*firefox*/
  -ms-filter: grayscale(100%);
  /*ie9*/
  -o-filter: grayscale(100%);
  /*opera*/
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: gray;
  /*ie9- */ }

body {
  background: url(../images/backimg.jpg) bottom no-repeat; }

div,
p,
span,
input,
li,
select {
  box-sizing: border-box; }

a,
a:link {
  color: #06c; }

a:visited {
  color: gray; }

.link {
  color: #06c;
  cursor: pointer; }

a:hover {
  color: #f60; }

li {
  line-height: 35px; }

.flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap; }
.flex .pic{border: 1px solid rgba(0, 0, 0, 0.1); position: relative; overflow: hidden;}
.flex .pic img{width:100%;display: block; transition:0.4s ease; }
.flex .pic a:hover img{ transform:scale(1.05,1.05);}
.flex .right-content.flex1{margin: 0px 40px;}
.flex-start {
  justify-content: flex-start; }

.flex-center {
  justify-content: center; }

.flex-around {
  justify-content: space-around; }

.flex-between {
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-column {
  flex-direction: column; }

.flex-flex {
  flex: 1; }

.flex1 {  flex: 1; margin: 0 0 0 25px; }
.flex1 h2 a{font-weight: bold; color: #333; line-height: 2.2;font-size: 1.2rem;}
.flex1 div{ color: #666; line-height: 2.2;font-size: 0.95rem;}
.flex1 div span{margin: 0 15px 0 0; display: inline-block;}
.flex strong {  font-size: 1rem; }
.paihang{display: flex; justify-content: space-between; align-items: center; margin: 20px 0;}
.paihang strong{font-size: 1.05rem;}
.webkit_box1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.webkit_box2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.webkit_box3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.webkit_box5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

.webkit_box7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7; }

.webkit_box8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; }

.text-center {
  text-align: center;margin:45px 0 0 0;  }

.grid2 {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, 1fr) !important; }

.grid5 {
  grid-template-columns: repeat(5, 1fr) !important; }

.grid6 {
  grid-template-columns: repeat(6, 1fr) !important; }

/* 顶部导航条 */
.top_box {
  width: 100%;
  min-width: 1200px;
  background: #eee;
  background-image: linear-gradient(#fff, #f1f1f1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px; }
  .top_box .top_bar {
    width: 1200px;
    margin: 0 auto; }

#collect_to_desktop {
  cursor: pointer; }

#collect_to_desktop:hover {
  color: red; }

.kefu_tel {
  display: inline-block;
  border-left: solid 1px #fff; }
  .kefu_tel span {
    display: inline-block;
    border-left: solid 1px #ddd;
    padding-left: 5px; }

/* 顶部logo+搜索 */
.head_div {
  height: 382px;
  width: 1200px;
  margin: 0 auto; }
  .head_div .logo {
    height: 220px;
    width: 100%;
    text-align: center;
    padding-top: 60px; }
  .head_div .search-box {
    width: 600px;
    height: 100px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4); }

.container {
  width: 82%;max-width: 1300px;
  margin:45px auto 55px auto; }

.nav_bar {
  width: 1200px;
  margin: 0 auto; }
  .nav_bar .layui-nav {
    padding: 0;
    border-radius: 5px;
    height: 52px;
    line-height: 52px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    letter-spacing: 4px; }
    .nav_bar .layui-nav .layui-nav-item {
      height: auto;
      line-height: 52px; }
      .nav_bar .layui-nav .layui-nav-item:first-child {
        background-color: #2999d9; }
    .nav_bar .layui-nav &gt; .layui-nav-item:first-child {
      border-radius: 5px; }
    .nav_bar .layui-nav &gt; .layui-nav-item:last-child {
      border-radius: 5px; }
    .nav_bar .layui-nav &gt; a {
      color: #fff; }
      .nav_bar .layui-nav &gt; a:hover {
        color: rgba(255, 255, 255, 0.7); }

.ad_box {
  margin-top: 20px; }

.ad_div {
  margin-top: 10px;
  position: relative; }
  .ad_div &gt; a &gt; img {
    width: 100%;
    height: auto; }
  .ad_div::after {
    content: '广告';
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center; }

/* 新闻部分 */
#news_banner,
#famous_banner {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  #news_banner .layui-carousel-ind,
  #famous_banner .layui-carousel-ind {
    position: absolute;
    right: 10px;
    max-width: 80px;
    top: auto;
    bottom: 10px; }
  #news_banner .layui-carousel-ind li,
  #famous_banner .layui-carousel-ind li {
    width: 7px;
    height: 7px; }
  #news_banner .banner_intro,
  #famous_banner .banner_intro {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 100px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
  #news_banner img,
  #famous_banner img {
    width: 100%;
    height: 100%; }

.news_box,
.famous_box {
  width: 1200px;
  margin-top: 10px;
  /*** 新闻列表页面样式 ***/ }
  .news_box .news_istop li,
  .famous_box .news_istop li {
    height: auto; }
  .news_box .utime,
  .famous_box .utime {
    white-space: nowrap; }
  .news_box.border,
  .famous_box.border {
    border: solid 1px #c6e3f5;
    border-radius: 4px; }
  .news_box .border,
  .famous_box .border {
    border: solid 1px #c6e3f5;
    border-radius: 4px; }
  .news_box ul,
  .famous_box ul {
    padding: 0 10px; }
  .news_box .layui-carousel-ind ul,
  .famous_box .layui-carousel-ind ul {
    padding: 5px; }
  .news_box ul li,
  .famous_box ul li {
    border-bottom: 1px dotted #eee; }
  .news_box .box_title,
  .famous_box .box_title {
    height: 35px;
    line-height: 35px;
    background-color: #e0f2ff;
    padding: 0 10px; }
  .news_box .news_left,
  .famous_box .news_left {
    width: 380px; }
    .news_box .news_left #news_banner,
    .famous_box .news_left #news_banner {
      width: 380px;
      height: 290px; }
    .news_box .news_left .news_comment,
    .famous_box .news_left .news_comment {
      border: solid 1px #c6e3f5;
      border-radius: 4px;
      margin-top: 10px; }
      .news_box .news_left .news_comment li,
      .famous_box .news_left .news_comment li {
        height: 35px;
        line-height: 35px; }
  .news_box .news_typelist,
  .famous_box .news_typelist {
    width: 390px;
    border: solid 1px #c6e3f5;
    border-radius: 4px;
    margin-top: 10px; }
    .news_box .news_typelist .typelist,
    .famous_box .news_typelist .typelist {
      padding: 10px; }
      .news_box .news_typelist .typelist span,
      .famous_box .news_typelist .typelist span {
        white-space: nowrap; }
    .news_box .news_typelist li,
    .famous_box .news_typelist li {
      height: 35px;
      line-height: 35px; }
      .news_box .news_typelist li.pic_text,
      .famous_box .news_typelist li.pic_text {
        height: auto;
        line-height: 20px; }
      .news_box .news_typelist li .left_pic,
      .famous_box .news_typelist li .left_pic {
        width: 115px;
        height: 87px;
        margin-right: 7px; }
        .news_box .news_typelist li .left_pic img,
        .famous_box .news_typelist li .left_pic img {
          width: 100%;
          height: 100%; }
      .news_box .news_typelist li .cont_title,
      .famous_box .news_typelist li .cont_title {
        font-size: 15px;
        height: 30px;
        line-height: 30px; }
      .news_box .news_typelist li .intro,
      .famous_box .news_typelist li .intro {
        font-size: 13px;
        color: #666;
        position: relative;
        padding-right: 20px; }
        .news_box .news_typelist li .intro span,
        .famous_box .news_typelist li .intro span {
          display: inline-block;
          position: absolute;
          right: 0;
          bottom: 0;
          cursor: pointer;
          height: 20px;
          line-height: 20px; }
  .news_box .news_middle,
  .famous_box .news_middle {
    width: 480px;
    max-width: 865px;
    border-radius: 4px;
    border: solid 1px #c6e3f5; }
    .news_box .news_middle.middle_nei,
    .famous_box .news_middle.middle_nei {
      width: 530px; }
    .news_box .news_middle .news_istop,
    .famous_box .news_middle .news_istop {
      padding: 8px 0; }
      .news_box .news_middle .news_istop .news_istop_title,
      .famous_box .news_middle .news_istop .news_istop_title {
        font-size: 22px; }
      .news_box .news_middle .news_istop .topnews_intro,
      .famous_box .news_middle .news_istop .topnews_intro {
        line-height: 25px;
        color: gray; }
    .news_box .news_middle .news_new,
    .famous_box .news_middle .news_new {
      background-color: #fff; }
      .news_box .news_middle .news_new li,
      .famous_box .news_middle .news_new li {
        height: 34px;
        line-height: 34px;
        padding-left: 15px;
        background: url(../images/arr4.gif) left no-repeat; }
  .news_box .news_right,
  .famous_box .news_right {
    width: 320px;
    border-radius: 4px;
    border: solid 1px #c6e3f5; }
  .news_box .pic_ul,
  .famous_box .pic_ul {
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr; }
    .news_box .pic_ul li,
    .famous_box .pic_ul li {
      position: relative;
      height: auto; }
      .news_box .pic_ul li img,
      .famous_box .pic_ul li img {
        width: 100%;
        height: auto; }
      .news_box .pic_ul li p,
      .famous_box .pic_ul li p {
        padding-left: 5px;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 35px;
        line-height: 35px;
        color: #fff;
        background: rgba(0, 0, 0, 0.4); }
  .news_box .bianmin_container,
  .famous_box .bianmin_container {
    padding: 15px;
    background: #fff; }
    .news_box .bianmin_container .ad_card,
    .famous_box .bianmin_container .ad_card {
      width: 130px;
      height: 58px;
      padding: 8px 7px;
      text-align: center;
      border-radius: 15px;
      box-shadow: 0 0 1px 1px white inset, 0 0 6px rgba(0, 0, 0, 0.2); }
      .news_box .bianmin_container .ad_card p,
      .famous_box .bianmin_container .ad_card p {
        height: 20px;
        line-height: 20px; }
      .news_box .bianmin_container .ad_card .tel,
      .famous_box .bianmin_container .ad_card .tel {
        color: #069; }
  .news_box .left_cont,
  .famous_box .left_cont {
    width: 940px; }
    .news_box .left_cont ul li:nth-child(5n),
    .famous_box .left_cont ul li:nth-child(5n) {
      border-bottom: 1px solid #ccc; }
  .news_box .right_ad_box,
  .famous_box .right_ad_box {
    width: 250px; }
    .news_box .right_ad_box &gt; div,
    .famous_box .right_ad_box &gt; div {
      margin-bottom: 10px; }
  .news_box .hot_pic .scroll_pic_list,
  .famous_box .hot_pic .scroll_pic_list {
    height: 360px;
    overflow: hidden; }
    .news_box .hot_pic .scroll_pic_list .pic_ul li,
    .famous_box .hot_pic .scroll_pic_list .pic_ul li {
      height: 83px; }

.renwu {
  height: 180px;
  overflow: hidden;
  white-space: nowrap; }

.renwu li {
  display: inline-block;
  width: 195px;
  height: 180px;
  background-color: white;
  cursor: pointer !important;
  float: left; }

.renwu li &gt; a {
  display: block;
  width: 100%;
  height: 100%; }

.renwu li &gt; a img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  margin: 15px 30px;
  object-fit: cover;
  object-position: center; }

.renwu li &gt; a p {
  text-align: center;
  color: #2b2b36; }

.box_title &gt; span:first-child {
  font-weight: bold;
  color: #06c; }

.famous_box &gt; .news_left {
  width: 400px !important;
  height: 377px !important; }
  .famous_box &gt; .news_left #famous_banner {
    width: 400px !important;
    height: 377px !important; }
    .famous_box &gt; .news_left #famous_banner img {
      width: 100%;
      height: 100%; }

.footer-link {
  margin: 20px auto !important; }
  .footer-link .link {
    padding-left: 15px;
    background-color: #fff; }
    .footer-link .link a {
      line-height: 40px;
      margin-right: 15px; }

.link-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.crumb {
  padding: 10px 0;
  font-size: 15px; }
  .crumb a:hover {
    color: red; }

.el-tabs--border-card &gt; .el-tabs__content {
  padding: 0 !important;
  min-height: 320px !important; }

.publish_card {
  position: relative;
  min-height: 320px; }
  .publish_card .pub_pic_abs .pic_ul {
    width: 350px;
    position: absolute;
    right: 0;
    top: 0;
    height: 320px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr; }
    .publish_card .pub_pic_abs .pic_ul li {
      position: relative;
      height: auto; }
      .publish_card .pub_pic_abs .pic_ul li img {
        width: 100%;
        height: auto; }
      .publish_card .pub_pic_abs .pic_ul li p {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 35px;
        line-height: 35px;
        color: #fff;
        background: rgba(51, 51, 51, 0.4); }

.border {
  border: solid 1px #c6e3f5;
  border-radius: 4px; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.header_div {
  background: url(../images/cloud.gif) repeat-x; }
  .header_div .se_ed_box {
    width: 570px;
    padding-top: 20px; }

.search_navs {
  padding: 10px;
  margin: 10px 0;
  background-color: #fff; }
  .search_navs:hover {
    background-color: #f2f7fb;
    box-shadow: 0 0 15px #b9b9b9; }
  .search_navs .f_navs .label,
  .search_navs .s_navs .label,
  .search_navs .t_navs .label {
    padding-top: 10px; }
  .search_navs .f_navs a,
  .search_navs .s_navs a,
  .search_navs .t_navs a {
    margin-bottom: 10px; }
  .search_navs .f_navs .layui-btn,
  .search_navs .s_navs .layui-btn,
  .search_navs .t_navs .layui-btn {
    margin: 0 7px; }
    .search_navs .f_navs .layui-btn.active,
    .search_navs .s_navs .layui-btn.active,
    .search_navs .t_navs .layui-btn.active {
      background-color: #ff9d00; }

.pub_nav_box {
  background-color: #1e9fff; }

.pub_box .pub_container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr); }
  .pub_box .pub_container .pub_card {
    width: 232px;
    height: 232px;
    position: relative;
    background-color: #e8f7ff;
    overflow: hidden; }
    .pub_box .pub_container .pub_card .card_title {
      height: 40px;
      line-height: 32px;
      text-align: center;
      padding: 5px;
      font-size: 15px;
      background-color: #8ed3ff; }
      .pub_box .pub_container .pub_card .card_title a {
        color: #666; }
        .pub_box .pub_container .pub_card .card_title a:hover {
          color: #ff692e; }
    .pub_box .pub_container .pub_card .card_footer {
      background-color: #d1edfa; }
    .pub_box .pub_container .pub_card:nth-child(10n-1) {
      background-color: #f2fff2; }
      .pub_box .pub_container .pub_card:nth-child(10n-1) .card_title {
        background-color: #8bce8b; }
      .pub_box .pub_container .pub_card:nth-child(10n-1) .card_footer {
        background-color: #d6f5d6; }
    .pub_box .pub_container .pub_card:nth-child(10n-2) {
      background-color: #f2fff2; }
      .pub_box .pub_container .pub_card:nth-child(10n-2) .card_title {
        background-color: #8bce8b; }
      .pub_box .pub_container .pub_card:nth-child(10n-2) .card_footer {
        background-color: #d6f5d6; }
    .pub_box .pub_container .pub_card:nth-child(10n-3) {
      background-color: #f2fff2; }
      .pub_box .pub_container .pub_card:nth-child(10n-3) .card_title {
        background-color: #8bce8b; }
      .pub_box .pub_container .pub_card:nth-child(10n-3) .card_footer {
        background-color: #d6f5d6; }
    .pub_box .pub_container .pub_card:nth-child(10n-4) {
      background-color: #f2fff2; }
      .pub_box .pub_container .pub_card:nth-child(10n-4) .card_title {
        background-color: #8bce8b; }
      .pub_box .pub_container .pub_card:nth-child(10n-4) .card_footer {
        background-color: #d6f5d6; }
    .pub_box .pub_container .pub_card:nth-child(10n) {
      background-color: #f2fff2; }
      .pub_box .pub_container .pub_card:nth-child(10n) .card_title {
        background-color: #8bce8b; }
      .pub_box .pub_container .pub_card:nth-child(10n) .card_footer {
        background-color: #d6f5d6; }
    .pub_box .pub_container .pub_card .card_footer {
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 40px;
      line-height: 38px;
      padding: 0 5px; }
    .pub_box .pub_container .pub_card .card_content {
      padding: 10px; }

.back_white {
  background-color: #fff; }

.list_box {
  padding: 10px 0;
  margin-top: 20px; }

.list_header {
  border-bottom: 1px solid #eee;
  padding: 0 10px;
  height: 40px;
  line-height: 39px; }
  .list_header .tit-btn {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #eee;
    border-bottom: none;
    margin-bottom: -1px;
    padding: 0 15px;
    margin-right: 10px; }
  .list_header .tit-intro {
    color: gray;
    font-size: 13px; }

.list_ul {
  background-color: #fff; }
  .list_ul .list_card {
    height: auto !important;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff; }
    .list_ul .list_card:nth-child(2n) {
      background-color: #eee; }
    .list_ul .list_card:hover {
      background-color: #e3f5fb; }
    .list_ul .list_card .list_img {
      width: 90px;
      height: 70px;
      overflow: hidden; }
      .list_ul .list_card .list_img img {
        width: 100%;
        height: 100%; }
    .list_ul .list_card .li_desc {
      margin-left: 7px;
      line-height: 20px; }
      .list_ul .list_card .li_desc .tip {
        font-size: 13px; }
    .list_ul .list_card .li_content {
      display: none; }

.info-intro {
  line-height: 40px; }

.infolist {
  margin-top: 25px; }
  .infolist .baseinfo {
    width: 600px;
    line-height: 30px;
    margin: 0 auto;
    background-color: #f4f39e;
    -moz-border-radius-bottomleft: 20px 500px;
    -moz-border-radius-bottomright: 500px 30px;
    -moz-border-radius-topright: 5px 100px;
    -webkit-border-bottom-left-radius: 20px 500px;
    -webkit-border-bottom-right-radius: 500px 30px;
    -webkit-border-top-right-radius: 5px 100px;
    border-bottom-left-radius: 20px 500px;
    border-bottom-right-radius: 500px 30px;
    border-top-right-radius: 5px 100px;
    background: -moz-repeating-linear-gradient(top, #fcf59b, #fcf59b 29px, #81cbbc 30px);
    background: -webkit-gradient(linear, left top, left bottom, from(#81cbbc), color-stop(2%, #fcf59b));
    background: repeating-linear-gradient(top, #fcf59b, #fcf59b 29px, #81cbbc 30px);
    -webkit-background-size: 100% 30px;
    -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 #f6ef97;
    position: relative; }
  .infolist .baseinfo:after {
    width: 180px;
    height: 30px;
    content: ' ';
    margin-left: -90px;
    border: 1px solid rgba(200, 200, 200, 0.8);
    background: rgba(254, 254, 254, 0.6);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    left: 50%;
    top: -15px; }
  .infolist .baseinfo p {
    padding: 0 2em; }
    .infolist .baseinfo p:first-child {
      margin-top: 30px; }
  .infolist .info-pic {
    width: 400px;
    height: auto;
    margin-left: 20px; }
    .infolist .info-pic img {
      width: 100%;
      height: 100%; }

.info-content {
  margin-top: 20px;
  padding: 15px;
  line-height: 30px;
  font-size: 16px !important;
  color: #000 !important; }
  .info-content p {
    font-size: 16px !important;
    border-bottom: 1px dotted #eee; }
  .info-content span {
    font-size: 16px !important; }
  .info-content li {
    font-size: 16px !important; }

.info-album img {
  max-width: 100%; }

.more-info {
  line-height: 40px; }

.page_search {
  margin-left: 10px; }

.doc-operate {
  margin: 15px 0; }
  .doc-operate button.border {
    border-color: #009688; }

h1 {
  padding: 11px 8px;
  font-weight: bold; }

h2 .intro {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  text-align: center;
  padding-top: 8px; }
  h2 .intro span {
    margin-right: 7px; }

.share_div {
  padding: 8px 0 10px; }

.summary {
  background-color: #f2f7fb;
  padding: 10px;
  margin: 10px 0; }

.read_content {
  font-size: 16px !important;
  line-height: 30px !important; }
  .read_content img {
    max-width: 100%;
    height: auto !important;
    margin: 15px 0; }

.comment_form form {
  margin: 10px; }

.comment_box .comment_li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee; }
  .comment_box .comment_li .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    margin-right: 15px; }

.about-container {
  width: 1200px;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 5px #ccc;
  margin: 15px auto; }
.shenqing{ padding:30px 0}

@media only screen and (max-width:1200px){ 
  .container{width:95%; margin: 25px auto 25px auto;}
  .flex{flex-direction: column;}
  .flex1{    margin: 0 0 0 0;}
  .flex1 div span{    margin: 0 0 0 0;}
  .shenqing{ padding:10px 20px; display: flex;justify-content: flex-start;}
  .flex1 div{line-height: 1.7;}
}</pre></body></html>