@charset "utf-8";
/**
 * base.css
 * https://www.yangqq.com/
 * Copyright 2020, design by yangqq
 */
@media screen and (min-width: 1120px) and (max-width: 1200px) {
  article, .topbar ul, .box {
    width: 1090px
  }
  .box_l {
    margin: 0 20px 20px;
    width: 620px;
  }
  .banner {
    height: auto
  }
  .box_r {
    width: 320px
  }
}
@media screen and (min-width: 1020px) and (max-width:1119px) {
  article, .topbar ul, .box {
    width: 990px
  }
  .wrapper {
    width: 100%;
  }
  .box_l {
    margin: 0 15px 20px;
  }
  .banner {
    height: auto
  }
  .box_r {
    width: 300px
  }
}
@media screen and (min-width: 960px) and (max-width:1019px) {
  article, .topbar ul, .box {
    width: 940px
  }
  .box_l {
    margin: 0 15px 20px;
  }
  .banner {
    height: auto
  }
  .box_r {
    width: 280px
  }
}
@media screen and (max-width: 959px) {
  .topbar ul, .box {
    width: 98%;
  }
  .wrapper {
    width: 100%;
  }
  article {
    width: 100%
  }
  .topbar {
    margin-bottom: 0;
    display: none;
  }
  #showtime {
    display: none;
  }
  .logo {
    display: inline-block;
    float: left;
    margin: 5px 20px 0;
  }
  .logo img {}
  nav {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px 1px rgba(144, 161, 180, 0.4);
    left: auto;
    position: relative;
    display: none
  }
  ul#starlist {
    height: 40px;
  }
  nav span {
    display: none
  }
  nav ul li {
    display: inline-block;
    margin: 0;
    height: auto;
    line-height: 38px;
  }
  nav ul li a {
    margin: 0 10px;
    text-align: center
  }
  nav ul li a#selected, nav ul li a:hover {
    color: #ed4040;
    background: none;
    position: relative;
  }
  nav ul li a#selected:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ed4040;
    bottom: 0px;
    left: 0;
  }
  .is-fixed {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 10px 1px rgba(205, 205, 205, 0.4);
    left: 0;
    top: 0;
  }
  .box_l {
    width: 62%;
    margin: 0 0 0 10px;
  }
  .banner {
    height: auto
  }
  .top-news-list-box .top-bd {
    flex-wrap: wrap;
  }
  .top-pic-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .top-pic-item:nth-child(3), .top-pic-item:nth-child(4) {
    margin-bottom: 0;
  }
  .top-pic-item:nth-child(2n) {
    margin-right: 0;
  }
  .home-submenu-tab {
    width: 1000px;
    overflow-x: auto;
  }
  .home-submenu-tab > a + a {
    margin-left: 10px;
  }
  .news_list > li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
  .box_r {
    width: 33%;
    margin-right: 10px
  }
  .search input.input_submit {
    background: url(../images/searchm.png) no-repeat left 2px center;
  }
}
@media screen and (max-width: 768px) {
  .icon-menu {
    display: none;
  }
  nav {
    overflow-x: auto;
  }
  .topnav {
    width: 640px;
    overflow-x: auto;
  }
  ul#starlist {}
}
@media screen and (max-width: 640px) {
  .box_l {
    width: 96%;
    margin: 20px auto auto;
    float: none
  }
  .box_r {
    width: 96%;
    margin: auto;
    float: none
  }
  .search {
    display: none
  }
  .box_r section {
    display: none
  }
  .box_r section:last-child {
    display: block
  }
  /*Header button*/
  .icon-menu {
    margin-left: 2.5%;
    top: 12px;
    position: absolute;
    height: 15px;
    width: 20px;
    cursor: pointer;
    left: 0;
    display: block;
  }
  .icon-menu .toggle-bar {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: opacity .2s ease, -webkit-transform .4s ease;
    -webkit-transition: opacity .2s ease, transform .4s ease;
    transition: opacity .2s ease, transform .4s ease;
  }
  .toggle-bar-1 {
    top: 1px
  }
  .toggle-bar-2, .toggle-bar-3 {
    top: 7px
  }
  .toggle-bar-4 {
    top: 13px
  }
  .icon-menu.active .toggle-bar-1, .icon-menu.active .toggle-bar-4 {
    opacity: 0
  }
  .icon-menu.active .toggle-bar-2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .icon-menu.active .toggle-bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header {
    margin-bottom: 0;
    padding: 7px 0;
    position: relative;
    z-index: 10;
  }
  .header .wrapper {
    justify-content: center;
  }
  .logo {
    margin: 0;
  }
  .logo img {
    height: 26px;
  }
  nav ul li a {
    margin: 0 10px;
  }
  .m-menu {
    display: none;
  }
  .m-menu ul {
    position: fixed;
    background: #fff;
    width: 65%;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 64px;
    transform: translate(-260px, 0);
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    box-shadow: 4px 0 10px rgb(0 0 0 / 10%);
    opacity: 0;
    z-index: 5;
  }
  .m-menu ul li {
    padding-left: 40px;
    display: block;
    height: 42px;
    line-height: 42px;
  }
  .m-menu ul li + li {
    border-top: 1px solid #ececec
  }
  .m-menu ul li a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    color: #2a2e2e;
    font-weight: normal;
  }
  .m-menu.active {
    display: block
  }
  .m-menu.active ul {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  .topbar img {
    right: 0;
    left: -25px;
  }
  .news_list li i {
    width: 118px;
    height: 76px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .news_list_info {
    display: none
  }
  .news_list li h2 {
    font-size: 15px;
    margin: 7px 0 0;
    white-space: initial;
  }
  .news_list_time {
    clear: both
  }
  .news_list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .copyright {
    text-align: center
  }
  .container h1 {
    font-size: 18px;
  }
  .content {
    margin: 0 8px
  }
  .content p {
    margin: 15px 0;
  }
  .container {
    font-size: 15px;
  }
  .footer {
    margin-bottom: 50px;
  }
  .f-box {
    display: block;
  }
  .c_con {
    background: #f5f5f5;
    margin: 24px auto;
    border-radius: 12px;
    padding: 12px
  }
  .c_con .item {
    background: #fff;
    cursor: default;
    clear: both;
    border-radius: 6px;
    padding: 12px;
    margin-top: 12px;
    transition: all ease .3s;
    position: relative;
    display: block
  }
  .c_con .item:hover {
    box-shadow: 0 0 0 2px #cd2525;
    z-index: 1
  }
  .c_con .wx {
    background: #fff url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M960 192H848c-8.8 0-16-7.2-16-16V64c0-35.4-28.7-64-64-64H64C28.7 0 0 28.6 0 64v704c0 35.3 28.7 64 64 64h112c8.8 0 16 7.2 16 16v112c0 35.3 28.7 64 64 64h704c35.3 0 64-28.7 64-64V256c0-35.4-28.7-64-64-64z m-768 64v496c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h672c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H256c-35.3 0-64 28.6-64 64z' style='fill:%23aaaaaa' %3E%3C/path%3E%3C/svg%3E") 95% center no-repeat;
    background-size: 20px auto
  }
  .c_con .c_tit {
    text-align: center;
    font-size: 15px;
    font-weight: bold
  }
  .c_con .i {
    float: left;
    width: 40px;
    height: 40px
  }
  .c_con .l {
    vertical-align: top;
    line-height: 1.8;
    margin-left: 12px
  }
  .c_con p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
    font-size: 15px
  }
  .c_con span {
    color: #cd2525;
    font-weight: bold
  }
  .c_con .wxImg, .c_con .wx:hover .wxImg {
    display: none
  }
}