/* CSS Document */
body {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  font-family: "微软雅黑", "宋体", "黑体", Verdana, Arial, Helvetica, sans-serif;
}

.bgf {
  background: #fff;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  border: 0;
}

ol,
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

form,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt.input {
  margin: 0px;
  padding: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #226eb3;
}

a {
  color: #333333;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

input::placeholder,
textarea::placeholder {
  color: #333;
  opacity: 1;
}

.center {
  text-align: center;
}

input {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fw {
  font-weight: bold;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #101f1c1a;
  border-radius: 2em;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #101f1c59;
  border-radius: 2em;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #101f1cd9;
}

.swiper-pagination-bullet-active {
  background: #226eb3;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.layui-laypage {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.layui-laypage a,
.layui-laypage span {
  height: 24px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 4px 5px 4px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #054683;
}

.header {
  width: 100%;
  background: #226eb3;
}

.logo-box {
  width: 1200px;
  margin: 0 auto;
}

.head-box {
  background: #054683;
}

.head-top {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
}

.head-top a {
  color: #fff;
  margin: 0 10px;
}

.logo-info {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 548px;
}

.logo img {
  max-width: none;
  display: block;
}

.search {
  width: 252px;
}

.search .so-box {
  width: 252px;
  height: 36px;
  background: #fff;
}

.search .so-cls {
  display: none;
}

.search .so-val {
  width: 200px;
  float: left;
  height: 36px;
  padding: 0 0 0 10px;
  border: 0;
  background: none;
  font-size: 14px;
  box-sizing: content-box;
  color: #666;
}

.search .so-val::placeholder {
  color: #666;
}

.search .so-btn {
  cursor: pointer;
  width: 42px;
  height: 36px;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  background: url(../images/icon-so.png) #fbc729 no-repeat center / 24px;
}

.mobile-btn {
  display: none;
  color: #fff;
}

.mobile-btn > span {
  font-size: 30px;
  padding: 10px;
}

.mobile-btn .sbtn {
  font-weight: 700;
}

.menu-box {
  height: 50px;
  width: 100%;
  margin: 0 auto;
  background: #e7e7e7;
}

.head-menu {
  width: 1200px;
  margin: 0 auto;
}

.menu-boxc {
  width: 1200px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.xues {
  width: 232px;
  height: 30px;
  margin-top: 10px;
}

.xues li {
  min-width: 50px;
  float: left;
  line-height: 30px;
  text-align: center;
}

.xues li a {
  color: #fff;
}

.banner-top {
  width: 100%;
  height: 553px;
}

.banner-box {
  width: 100%;
  height: 553px;
  position: relative;
  overflow: hidden;
}

.banner-box .item {
  width: 100%;
  height: 553px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-box .item a {
  display: block;
  background-size: auto;
}

.banner-btn {
  width: 1210px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -605px;
}

.banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.3s;
}

.banner-btn a:hover {
  opacity: 1;
}

.banner-btn a.prev {
  left: 20px;
  background: url(../images/prev.png) no-repeat;
}

.banner-btn a.next {
  right: 20px;
  background: url(../images/next.png) no-repeat;
}

.banner-box .hd {
  position: absolute;
  top: 210px;
  left: 537px;
}

.banner-box .hd ul li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
  margin-right: 20px;
  background: #ccc;
  float: left;
  cursor: pointer;
}

.banner-box .hd ul li.on {
  background: #da324d;
}

.news-top {
  width: 1120px;
  height: 160px;
  margin: 0 auto;
  background: url(../images/hot.png) no-repeat;
  position: relative;
  bottom: 90px;
  padding: 20px 30px 20px 50px;
  z-index: 2;
}

.news-top h3 {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  padding-left: 40px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-top .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  min-height: 90px;
}

.news-top .desc img {
  width: 160px;
  height: 90px;
  margin-right: 20px;
  object-fit: cover;
}

.news-top p {
  flex: 1;
  font-size: 14px;
  color: #984612;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 75px;
  line-height: 25px;
}

.top-banner {
  width: 100%;
}

.top-banner .img {
  width: 100%;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}

.top-banner .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-bg {
  background: url(../images/info-bg.jpg) #fff no-repeat center top;
  padding: 30px 0 50px 0;
}

.news-info {
  width: 1160px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  box-sizing: content-box;
  box-shadow: 2px 2px 6px #ccc;
}

.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.list-content {
  width: 100%;
  height: auto;
  position: relative;
}

.main {
  width: 1000px;
  min-height: 500px;
  margin-top: -40px;
}

.content .left {
  width: 240px;
  margin-right: 15px;
}

.content .right {
  width: 880px;
  background: #fcfcfc;
  margin-bottom: 25px;
  padding: 15px 15px;
  border-top: #054683 2px solid;
  border-left: #e5e5e5 1px solid;
  border-right: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.content.all .right {
  width: 100%;
  box-sizing: border-box;
}

.lmmc {
  width: 220px;
  height: 65px;
  color: #fff;
  font-size: 24px;
  line-height: 65px;
  padding-left: 20px;
  background: #226eb3;
  border-top: #054683 2px solid;
}

.left-list {
  width: 240px;
  margin-bottom: 8px;
  margin-top: 1px;
}

.left-list li {
  position: relative;
  border-bottom: #d6d6d6 1px solid;
}
.left-list .subs {
  display: none;
}
.left-action .subs{
  display: block;
}
.left-list .subs li {
  border-bottom: 0;
  border-top: #d6d6d6 1px solid;
}
.left-list .subs li a{
  text-indent: 1em;
}
.left-list li .after {
  cursor: pointer;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 46px;
  background: url(../images/list_sub.png) no-repeat center;
}
.left-list li a:hover + .after, a.left-current + .after {
  background-image: url(../images/list_sub_f.png);
}
.left-list li.left-action > .after {
  transform: rotate(90deg);
}

.left-list li a {
  color: #666;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  width: 100%;
  background: #f3f3f3;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
}

.left-list li a:hover,
.left-list li a.left-current {
  background-color: #226eb3;
  color: #fff;
}

.content .list-info {
  width: 900px;
  padding: 15px 0;
  border-top: 3px solid #edf3fb;
  min-height: 300px;
}

.content .list-img {
  width: 900px;
  padding: 15px 0;
  border-top: 3px solid #edf3fb;
  min-height: 300px;
}

.content .list-img ul {
  width: 1000px;
  overflow: hidden;
}

.content .list-img li {
  float: left;
  width: 440px;
  margin: 12px 20px 12px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.content .list-img li:hover {
  border-color: #0a82df;
  background: #f8fdff;
}

.content .list-img li a {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
}

.content .list-img li img {
  width: 90px;
  height: 120px;
  object-fit: cover;
}

.content .list-img li .marks {
  margin-left: 15px;
  flex: 1;
  min-width: 0;
}

.content .list-img li .marks h3 {
  font-size: 17px;
  line-height: 1;
  padding: 0 0 10px 0;
  margin: 0 0 6px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content .list-img li .marks p {
  min-height: 75px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  color: #666;
}

.content .list-head {
  width: 900px;
  padding: 15px 0;
  border-top: 3px solid #edf3fb;
  min-height: 300px;
}

.content .list-head ul {
  width: 1000px;
  overflow: hidden;
}

.content .list-head li {
  float: left;
  width: 287px;
  margin: 12px 20px 12px 0;
  background: #62b0ff;
  border: 3px solid #3d94d7;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.content .list-head li:hover {
  border-color: #0a82df;
}

.content .list-head li a {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.content .list-head li img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e36b86;
}

.content .list-head li .marks {
  margin-left: 15px;
  flex: 1;
  min-width: 0;
}

.content .list-head li .marks h3 {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 10px 0;
  margin: 0 0 6px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #5295d9;
  overflow: hidden;
}

.content .list-head li .marks p {
  font-size: 12px;
  white-space: pre;
  line-height: 1.8;
}

.content .list {
  width: 100%;
  padding: 10px 0 15px 0;
  border-top: 1px solid #ddd;
  min-height: 300px;
  box-sizing: border-box;
}

.content .list li {
  background: url(../images/point.png) no-repeat left center / 2px 3px;
  padding-left: 15px;
  height: 46px;
  line-height: 46px;
  border-bottom: #dcdcdc 1px dotted;
}

.content .list li a {
  color: #666;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  width: 750px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content .list li a:hover {
  color: #054683;
}

.content .list li i {
  display: block;
  float: right;
  width: 95px;
  text-align: right;
  color: #999;
  font-size: 15px;
  font-style: normal;
}

.all-item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.all-item li {
  width: 31.3333%;
  margin: 10px 1%;
  text-align: center;
  background-color: #eff5f8;
  line-height: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.all-item li a {
  display: block;
  border-left: 3px solid #054683;
  font-size: 14px;
  color: #333;
}

.dqlm {
  width: 100%;
  height: 40px;
  line-height: 36px;
  overflow: hidden;
}

.dqlm h3 {
  font-size: 18px;
}

.local {
  color: #888;
  font-size: 13px;
}

.local a {
  padding: 0 6px;
  color: #888;
  font-size: 13px;
}

.right_cont {
  margin-top: 50px;
  background: #fff;
  min-height: 300px;
  margin-bottom: 25px;
  padding: 20px;
}

.details {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.details p {
  text-indent: 28px;
  margin: 10px 0;
}

.details img {
  display: block;
  max-width: 90%;
  margin: 10px auto;
}

.details video,
.details .ql-video,
.details iframe {
  display: block;
  width: 90%;
  max-width: 800px;
  height: 500px;
  background: #000;
  margin: 10px auto;
}

.news-info .news-content {
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.news-info .name {
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  padding: 20px 0px;
}

.news-info .author {
  text-align: center;
  color: #999;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.banner-news {
  position: relative;
  width: 100%;
  height: 280px;
}

.banner-news .item {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-news .item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 36px;
  padding: 0 100px 0 15px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.banner-news .swiper-pagination {
  width: 100px !important;
  left: unset !important;
  right: 5px !important;
  bottom: 10px !important;
  text-align: right;
}

.empty {
  display: block;
  margin: 60px auto;
}

.footer {
  background: #226eb3;
  border-top: 5px solid #054683;
  overflow: hidden;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  line-height: 22px;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
}

.footer-info img {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.footer-info div {
  text-align: left;
}

.head-menu > ul {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0px;
  width: 1250px;
}

.head-menu > ul > li a {
  position: relative;
  text-decoration: none;
  color: #226eb3;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 18px;
  padding: 0 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.head-menu > ul > li:hover a {
  background: #226eb3;
  color: #fff;
}

.head-menu > ul > li {
  position: relative;
  float: left;
  margin: 0;
  flex: 1;
}

.head-menu > ul > li:last-of-type {
  margin: 0;
}

.head-menu ul > li ul {
  border: 0px solid #ccc;
  display: none;
}

.head-menu ul li ul li {
  text-decoration: none;
  font-size: 14px;
  float: none;
  margin: 0;
}

.head-menu ul li ul li a {
  width: 100%;
  height: 50px;
  text-align: center;
  background: rgba(15, 86, 155, 0.6);
  color: #ffffff;
  border-bottom: 1px solid rgba(15, 86, 155, 0.7);
  overflow: hidden;
}

.head-menu ul li ul li:last-of-type a {
  border: 0;
}

.head-menu ul li ul li a:hover {
  background: rgba(15, 86, 155, 0.9);
  color: #ffffff;
}

.head-menu ul li:hover ul {
  display: block;
  z-index: 9999999;
  position: absolute;
  min-width: 100%;
  left: 0;
}

.head-menu ul li.sfhover ul {
  display: block;
}

.m-title {
  height: 45px;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}

.m-title div {
  float: left;
  padding: 0 12px;
  position: relative;
  height: 100%;
}

.m-title div.active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #226eb3;
}

.m-title div > i {
  display: inline-block;
  width: 39px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: auto 25px;
  background-repeat: no-repeat;
}

.m-title div p {
  line-height: 43px;
  height: 100%;
}

.m-title div p span {
  font-size: 20px;
  color: #226eb3;
  font-weight: 500;
}

.m-title div p i {
  font-size: 14px;
  color: #999999;
}

.m-title > a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 2px;
  background: #01aed9;
  float: right;
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
}

.m-title > a:hover {
  background: #08aec3;
}

.with-shortcut-left {
  width: 140px;
  height: 140px;
  position: fixed;
  top: 40%;
  margin-top: 0;
  left: 20px;
  z-index: 200;
}

.with-shortcut {
  width: 140px;
  height: 140px;
  position: fixed;
  top: 40%;
  margin-top: 0;
  right: 20px;
  z-index: 200;
}

.with-shortcut .e-shade {
  width: 140px;
  height: 280px;
  position: absolute;
  top: 5px;
  left: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}

.with-shortcut-left .e-shade {
  width: 140px;
  height: 280px;
  position: absolute;
  top: 5px;
  left: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}

.with-shortcut .e-bg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.with-shortcut-left .e-bg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}


.with-shortcut .e-ks {
  width: 140px;
}

.with-shortcut-left .e-ks {
  width: 140px;
}

.with-shortcut .e-ks > li {
  width: 100%;
  position: relative;
}

.with-shortcut-left .e-ks > li {
  width: 100%;
  position: relative;
}

.with-shortcut .e-ikue {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  cursor: pointer;
}

.with-shortcut-left .e-ikue {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  cursor: pointer;
}

.with-shortcut .e-show {
  display: block;
}

.with-shortcut-left .e-show {
  display: block;
}

.with-shortcut .e-news {
  width: 200px;
  background-color: #226eb3;
  border-radius: 8px;
  position: absolute;
  top: -40px;
  right: 110%;
  overflow: hidden;
  display: none;
}

.with-shortcut-left .e-news {
  width: 200px;
  background-color: #226eb3;
  border-radius: 8px;
  position: absolute;
  top: -40px;
  right: 110%;
  overflow: hidden;
  display: none;
}

.with-shortcut .e-news:hover {
  display: block !important;
}

.with-shortcut-left .e-news:hover {
  display: block !important;
}

.with-shortcut .e-news li {
  border-bottom: 1px solid #eefafc;
  position: relative;
  padding: 10px 12px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}

.with-shortcut-left .e-news li {
  border-bottom: 1px solid #eefafc;
  position: relative;
  padding: 10px 12px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}

.with-shortcut .e-news li:last-of-type {
  border: 0;
}

.with-shortcut-left .e-news li:last-of-type {
  border: 0;
}

.with-shortcut .e-news li a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.with-shortcut-left .e-news li a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.with-shortcut .e-news li:hover,
.with-shortcut .e-news li:hover a {
  color: #34b3e5;
}

.with-shortcut-left .e-news li:hover,
.with-shortcut-left .e-news li:hover a {
  color: #34b3e5;
}
.with-shortcut .e-close {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  display: block;
  top: -36px;
  cursor: pointer;
  background-image: url(../images/coske.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.with-shortcut-left .e-close {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  display: block;
  top: -36px;
  cursor: pointer;
  background-image: url(../images/coske.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.with-shortcut-llb {
  width: 50px;
  height: 100px;
  position: fixed;
  z-index: 200;
  top: 50%;
  margin-top: -50px;
  right: 0px;
  overflow: hidden;
  cursor: pointer;
  display: none;
}

.with-shortcut-llb .e-circle {
  width: 100px;
  height: 98px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 10px;
  background-color: #e60044;
  border-radius: 100%;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.with-shortcut-llb:hover .e-circle {
  left: 4px;
}

.with-shortcut-llb .e-ico {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  left: 12px;
  line-height: 40px;
}

.with-shortcut-llb .e-ico i {
  font-size: 22px;
}

.e-show-pics {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
}

.e-show-pics img {
  width: 140px;
  height: 140px;
  margin: 5px;
}

.gotop {
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background: url(../images/gotop.png) no-repeat center / 100%;
  z-index: 99;
}

.list-itemcard {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.li-container {
  display: flex;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  flex-direction: row;
}

.li-content {
  flex: 1;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.li-title {
  font-size: 18px;
  font-weight: 600;
  color: #226eb3;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.li-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.li-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.li-link span{
  color: #333;
  font-size: 14px;
}
.li-more {
  font-size: 14px;
  color: #fff;
  background: #226eb3;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
}
a.li-more:hover {
  color: #fff;
}

.li-img-wrap {
  width: 360px;
  height: 230px;
  flex-shrink: 0;
  padding: 20px 20px 20px 10px;
  box-sizing: border-box;
}

.li-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 480px) {
  .li-container {
    flex-direction: column;
  }

  .li-img-wrap {
    width: 100%;
    height: auto;
    order: -1;
  }

  .li-title {
    font-size: 16px;
  }

  .li-desc {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .container,
  .menu-box,
  .logo-box,
  .head-menu > ul,
  .banner-box,
  .top-banner .img,
  .content,
  .news-top,
  .news-info,
  .footer-info {
    width: 100%;
    box-sizing: border-box;
  }

  .footer-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-box {
    padding: 0 20px;
  }

  .header {
    position: sticky;
    left: 0;
    top: 0;
    background-position: top;
    z-index: 99;
  }

  .header.active {
    padding-bottom: 60px;
  }

  .head-top {
    font-size: 12px;
  }

  .head-top {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .logo-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }

  .head-menu {
    position: absolute;
    top: 0;
    right: -270px;
    width: 260px;
    height: 100%;
    background: rgba(15, 86, 155, 0.9);
    box-shadow: 4px 0px 3px 4px rgba(0, 0, 0, 1);
    transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999!important;
  }

  .head-menu > ul {
    display: block;
  }

  .menu-box.active {
    right: 0;
  }

  .menu-box.active .head-menu {
    right: 0;
  }

  .menu-box::after {
    font-family: layui-icon !important;
    content: "\1006";
    position: absolute;
    top: 0;
    right: -260px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    transition: all 0.4s;
    z-index: 1;
  }

  .menu-box.active::after {
    right: 260px;
  }

  .head-menu > ul > li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(9, 61, 134, 0.5);
  }

  .head-menu > ul > li a {
    padding: 0 20px;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    height: 48px;
    box-sizing: border-box;
    justify-content: left;
  }

  .head-menu ul > li ul {
    display: block;
    padding-bottom: 10px;
  }

  .head-menu ul li ul li a,
  .head-menu ul li ul li:last-of-type a {
    position: relative;
    border: 0;
    text-align: left;
    padding-left: 36px;
  }

  .head-menu ul li ul li a::after {
    font-family: layui-icon !important;
    content: "\e602";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-indent: 0;
    font-size: 15px;
  }

  .head-menu ul li:hover ul,
  .head-menu ul li:hover,
  .head-menu ul li:hover a {
    position: relative;
    background: none;
  }

  .head-menu ul li ul li a:hover {
    background: none;
  }

  .logo {
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 0;
  }

  .logo img {
    display: block;
    max-width: 100%;
  }

  .search {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 11px;
    background: #226eb3;
    box-sizing: border-box;
  }

  .search form {
    display: flex;
  }

  .search .so-box {
    flex: 1;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
  }

  .search .so-cls {
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
  }

  .search .so-cls span {
    color: #fff;
    font-size: 38px;
  }

  .search .so-val {
    flex: 1;
  }

  .search .so-val {
    color: #fff;
  }

  .search .so-val::placeholder {
    color: #fff;
  }

  .mobile-btn {
    display: flex;
  }

  .content {
    display: flex;
  }

  .content .right {
    flex: 1;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
  }

  .content .list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .content .list-img {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .content .list-img ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .content .list-img li {
    width: 46%;
    margin: 15px 2% 15px 2%;
  }

  .content .list-head {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .content .list-head ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .content .list-head li {
    width: 46%;
    margin: 15px 2% 15px 2%;
  }

  .content .list-info {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .content .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .content .list li a {
    flex: 1;
  }

  .banner-top {
    height: auto;
    background: #fff;
    overflow: hidden;
  }

  .top-banner .img {
    height: 40vw;
  }

  .news-top {
    height: auto;
    bottom: 80px;
    margin-bottom: -85px;
    padding: 10px 20px 0 20px;
    background: url(../images/hot.png) no-repeat top left / auto 156px;
  }

  .details video,
  .details .ql-video,
  .details iframe {
    height: 42vw;
  }
}

@media screen and (max-width: 960px) {
  .footer-info {
    flex-direction: column-reverse;
  }

  .footer-info div {
    text-align: center;
    margin-top: 20px;
  }

  .banner-box,
  .banner-box .item {
    height: 60vw;
  }

  .news-top h3 {
    font-size: 4vw;
    line-height: 60px;
  }

  .news-top .desc {
    margin-top: 22px;
  }

  .content .list-head li {
    width: 97%;
    margin: 15px 1.5% 15px 1.5%;
  }

  .content .list-img li {
    width: 97%;
    margin: 15px 1.5% 15px 1.5%;
  }
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 768px) {
  .news-info {
    padding: 0 0 20px 0;
  }

  .details {
    padding: 10px;
  }

  .news-info .name {
    font-size: 26px;
    line-height: 1.5;
  }

  .with-shortcut {
    display: none;
    top: unset;
    margin: 0;
    bottom: 100px;
  }

  .gotop {
    right: 40px;
    bottom: 30px;
  }

  .with-shortcut-llb {
    display: block;
  }

  .list-2 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 720px) {
  .content {
    flex-direction: column;
  }

  .content .left {
    width: 100%;
    margin: 0;
    min-height: 0;
  }

  .lmmc {
    width: 100%;
    box-sizing: border-box;
  }

  .left-list {
    width: 100%;
  }

  .left-list li a {
    width: 100%;
    box-sizing: border-box;
  }

  .content .right {
    width: 100%;
    margin: 0 0 10px 0;
    margin-top: 10px;
    box-sizing: border-box;
  }

  .details video,
  .details .ql-video,
  .details iframe {
    width: 100%;
    height: 50vw;
  }
  .content .right {
    padding: 20px;
  }
  .all-item li {
    width: 48%;
  }
}

@media screen and (max-width: 520px) {
  .head-top {
    height: 32px;
  }

  .logo-info {
    padding: 10px 0;
  }

  .logo-box {
    padding: 0 15px 0 10px;
  }

  .mobile-btn > span {
    font-size: 24px;
    padding: 0 0 0 10px;
  }

  .news-top .desc img {
    width: 30vw;
    height: 20vw;
  }

  .all-item li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 460px) {
  .with-shortcut .e-news {
    top: unset;
    bottom: 0;
  }

  .m-title div p span {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .head-top a {
    margin: 0 5px;
  }

  .content .right {
    padding: 10px;
  }

  .content .list li i {
    width: auto;
    font-size: 12px;
    padding-left: 5px;
  }
}
