/*移动端--首页*/
@media screen and (max-width: 767px) {
  html {
    width: 100%;
  }
  html body {
    width: 100%;
    height: 100%;
    background: #FFF;
  }
  html body #mains-content {
    width: 96%;
    margin: 15px auto 0;
  }

  html body #mains-content #bank-index {
    float: left;
    width: 100%;
  }
  html body #mains-content #bank-index .carousel {
    width: 100%;
    height: auto;
  }
  html body #mains-content #bank-index .carousel .first_switchover {
    width: 100%;
    height: auto;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div {
    position: relative;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a {
    width: 100%;
    /* height: 100%;*/
    padding-top: 50%;
    position: relative;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #062236;
    opacity: 0.7;
    -webkit-borde-rbottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
    -webkit-borde-rbottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px ;
    border-bottom-left-radius: 5px ;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h1 {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h1 a {
    color: #ffffff;
    padding-left: 10px;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h2 {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h2 a {
    color: #ffffff;
    padding-left: 10px;
  }
  html body #mains-content #bank-index .carousel .focus_right {
    display: none;
    width: 21.5%;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li {
    position: relative;
    height: 110px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a {
    color: #4d515e;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .carousel .focus_right ul li .focus_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    background: #062236;
    opacity: 0.7;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li .focus_bg a {
    color: #FFFFFF;
    font-size: 15px;
  }
  html body #mains-content #bank-index .left-content ul li {
    clear: both;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #99bede;
  }
  html body #mains-content #bank-index .left-content ul li .content_left {
    float: left;
    width: 36%;
    border-radius: 5px;
  }
  html body #mains-content #bank-index .left-content ul li .content_left a{
    width: 100%;
  }
  html body #mains-content #bank-index .left-content ul li .content_left img {
    border-radius: 5px;
    width: 100%;
    height: 21vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .left-content ul li .content_left img:hover {
    border-radius: 5px;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .left-content ul li .content_right {
    float: right;
    width: 61%;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1 {
    height: 14vw;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1:hover a {
    color: #0065cd;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2 {
    height: 14vw;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2:hover a {
    color: #0065cd;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .describe {
    display: none;
    font-size: 14px;
    line-height: 22px;
    text-indent: 2em;
    padding-top: 10px;
    color: #666666;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author {
    display: none;
    margin: 20px 0 0 0;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author-face {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author-face img {
    vertical-align: middle;
    width: 25px;
    height: 25px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author_name {
    color: #666666;
    font-size: 12px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .comfrom {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .time {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word {
    width: 100%;
    float: left;
    margin-top: 4px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .key {
    float: left;
    margin-top: 5px;
    width: 12px;
    height: 19px;
    background: url('../images/keyword.png') no-repeat;
    display: inline-block;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .intervalTime{
    display: inline-block;
    color: #666666;
    font-size: 13px;
    float: right;
    margin-top: 7px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word a .key_word {
    float: left;
    margin-left: 2px;
    color: #0065cd;
    line-height: 30px;
    font-size: 12px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word a .label_tag {
    display: none;
    float: right;
    margin-left: 10px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* padding: 4px 12px;*/
    background: red;
    color: #fff;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .day-timing {
    display: block;
    color: #666666;
    font-size: 12px;
    float: right;
    line-height: 30px;
  }
  html body #mains-content #bank-index .left-content #con li {
    display: none;
  }
  html body #mains-content #bank-index .left-content .load {
    height: 38px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    margin-top: 14px;
  }
  html body #mains-content #bank-index .left-content .load .load_click {
    line-height: 38px;
    text-align: center;
  }
  html body #mains-content #bank-index .left-content .load .load_click span {
    color: #000;
    font-size: 16px;
    cursor: pointer;
  }
  html body #mains-content #bank-index .left-content .load .load_click img {
    width: 15px;
    height: 14px;
  }
}
/*ipad--首页*/
@media screen and (min-width: 768px) {
  html {
    width: 100%;
  }
  html body {
    width: 100%;
    /* height: 100%; */
    background: #FFF;
  }
  html body #mains-content {
    width: 80%;
    margin: 15px auto 0;
  }
  html body #mains-content #bank-index {
    float: left;
    width: 100%;
  }
  html body #mains-content #bank-index .carousel {
    width: 100%;
    height: auto;
  }
  html body #mains-content #bank-index .carousel .first_switchover {
    width: 100%;
    height: auto;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div {
    position: relative;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a {
    width: 100%;
    /* height: 100%;*/
    padding-top: 50%;
    position: relative;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #062236;
    opacity: 0.7;
    -webkit-borde-rbottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
    -webkit-borde-rbottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px ;
    border-bottom-left-radius: 5px ;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h1 {
    line-height: 60px;
    font-size: 22px;
    font-weight: 400;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h1 a {
    color: #ffffff;
    padding-left: 20px;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h2 {
    line-height: 60px;
    font-size: 22px;
    font-weight: 400;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h2 a {
    color: #ffffff;
    padding-left: 20px;
  }
  html body #mains-content #bank-index .carousel .focus_right {
    display: none;
    width: 21.5%;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li {
    position: relative;
    height: 110px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a {
    color: #4d515e;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .carousel .focus_right ul li .focus_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    background: #062236;
    opacity: 0.7;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li .focus_bg a {
    color: #FFFFFF;
    font-size: 15px;
  }
  html body #mains-content #bank-index .left-content ul li {
    clear: both;
    overflow: hidden;
    margin-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #99bede;
  }
  html body #mains-content #bank-index .left-content ul li .content_left {
    float: left;
    width: 36%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  html body #mains-content #bank-index .left-content ul li .content_left a{
    width: 100%;

  }
  html body #mains-content #bank-index .left-content ul li .content_left img {
    border-radius: 5px;
    width: 100%;
    height: 18vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .left-content ul li .content_left img:hover {
    border-radius: 5px;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .left-content ul li .content_right {
    float: right;
    width: 61%;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1:hover a {
    color: #0065cd;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2:hover a {
    color: #0065cd;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .describe {
    display: none;
    font-size: 14px;
    line-height: 22px;
    text-indent: 2em;
    padding-top: 10px;
    color: #666666;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author {
    display: none;
    margin: 20px 0 0 0;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author-face {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author-face img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author_name {
    color: #666666;
    font-size: 12px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .comfrom {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .time {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word {
    width: 100%;
    float: left;
    margin-top: 46px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .key {
    float: left;
    margin-top: 5px;
    width: 12px;
    height: 19px;
    background: url('../images/keyword.png') no-repeat;
    display: inline-block;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .intervalTime{
    display: inline-block;
    color: #666666;
    font-size: 16px;
    float: right;
    margin-top: 8px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word a .key_word {
    float: left;
    margin-left: 10px;
    color: #0065cd;
    line-height: 30px;
    font-size: 16px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word a .label_tag {
    display: none;
    float: right;
    margin-left: 10px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* padding: 4px 12px;*/
    background: red;
    color: #fff;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .day-timing {
    display: block;
    color: #666666;
    font-size: 16px;
    float: right;
    line-height: 30px;
  }
  html body #mains-content #bank-index .left-content #con li {
    display: none;
  }
  html body #mains-content #bank-index .left-content .load {
    height: 38px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    margin-top: 28px;
  }
  html body #mains-content #bank-index .left-content .load .load_click {
    line-height: 38px;
    text-align: center;
  }
  html body #mains-content #bank-index .left-content .load .load_click span {
    color: #000;
    font-size: 18px;
    cursor: pointer;
  }
  html body #mains-content #bank-index .left-content .load .load_click img {
    width: 15px;
    height: 14px;
  }
}
/*pc--首页*/
@media screen and (min-width: 1200px) {
  html {
    width: 100%;
  }
  html body {
    width: 100%;
    /* height: 100%; */
    background: #FFF;
  }
  html body #mains-content {
    width: 1200px;
    margin: 15px auto 0;
  }
  html body #mains-content #bank-index {
    float: left;
    width: 70%;
  }
  html body #mains-content #bank-index .carousel {
    width: 100%;
    height: 360px;
  }
  html body #mains-content #bank-index .carousel .first_switchover {
    width: 76%;
    height: 360px;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 360px;
    overflow: hidden;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div {
    height: 360px;
    position: relative;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a {
    position: initial;
    width: 100%;
    height: 360px;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 360px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .baaner-a img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #062236;
    opacity: 0.7;
    -webkit-borde-rbottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
    -webkit-borde-rbottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px ;
    border-bottom-left-radius: 5px ;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h1 {
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h1 a {
    color: #ffffff;
    padding-left: 20px;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h2 {
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
  }
  html body #mains-content #bank-index .carousel .first_switchover .slick div .bd_bj h2 a {
    color: #ffffff;
    padding-left: 20px;
  }
  html body #mains-content #bank-index .carousel .focus_right {
    display: block;
    width: 22%;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li {
    position: relative;
    height: 110px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a {
    color: #4d515e;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li a img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .carousel .focus_right ul li .focus_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    background: #062236;
    opacity: 0.7;
  }
  html body #mains-content #bank-index .carousel .focus_right ul li .focus_bg a {
    color: #FFFFFF;
    font-size: 15px;
  }
  html body #mains-content #bank-index .left-content ul li {
    clear: both;
    overflow: hidden;
    margin-top: 35px;
    padding-bottom: 29px;
    border-bottom: 1px solid #99bede;
  }
  html body #mains-content #bank-index .left-content ul li .content_left {
    float: left;
    /* width: 38%;*/
    width: 300px;
    height: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  html body #mains-content #bank-index .left-content ul li .content_left a {
    height: 100%;
  }
  html body #mains-content #bank-index .left-content ul li .content_left a img {
    border-radius: 5px;
    width: 300px;
    height: 180px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html body #mains-content #bank-index .left-content ul li .content_left a img:hover {
    border-radius: 5px;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  html body #mains-content #bank-index .left-content ul li .content_right {
    float: right;
    width: 61%;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h1:hover a {
    color: #0065cd;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
  }
  html body #mains-content #bank-index .left-content ul li .content_right h2:hover a {
    color: #0065cd;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .describe {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-indent: 2em;
    padding-top: 10px;
    color: #666666;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author {
    display: block;
    margin: 20px 0 0 0;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author-face {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author-face img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .author_name {
    color: #666666;
    font-size: 12px;
    /* wushi add 2020-7-14 */
    margin-right: 20px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .comfrom {
    color: #666666;
    font-size: 12px;
    /* margin-left: 20px; wushi fix 2020-7-14*/
    margin: 0 20px 0 0 !important;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .mob-author .time {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word {
    width: auto;
    float: right;
    margin-top: 10px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .intervalTime{
    display: none;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .key {
    float: left;
    margin-top: 5px;
    width: 12px;
    height: 19px;
    background: url('../images/keyword.png') no-repeat;
    display: inline-block;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word a .key_word {
    float: left;
    margin-left: 10px;
    color: #0065cd;
    line-height: 30px;
    font-size: 14px;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word a .label_tag {
    display: block;
    float: right;
    margin-left: 10px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* padding: 4px 12px;*/
    background: red;
    color: #fff;
  }
  html body #mains-content #bank-index .left-content ul li .content_right .gj_word .day-timing {
    display: none;
    color: #666666;
    font-size: 13px;
    float: right;
    line-height: 30px;
  }
  html body #mains-content #bank-index .left-content #con li {
    display: none;
  }
  html body #mains-content #bank-index .left-content .load {
    height: 38px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    margin-top: 28px;
  }
  html body #mains-content #bank-index .left-content .load .load_click {
    line-height: 38px;
    text-align: center;
  }
  html body #mains-content #bank-index .left-content .load .load_click span {
    color: #000;
    font-size: 18px;
    cursor: pointer;
  }
  html body #mains-content #bank-index .left-content .load .load_click img {
    width: 15px;
    height: 14px;
  }
  html body #mains-content .right_fudong {
    position: fixed;
    right: 10px;
    bottom: 275px;
  }
  html body #mains-content .right_fudong .go-top {
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #eee;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1;
  }
  html body #mains-content .right_fudong .go-top .icon-to-top {
    width: 100%;
    height: 55px;
    display: inline-block;
    background: url('../images/feedback_top.png') no-repeat 50% 50%;
  }
}
/*# sourceMappingURL=index.css.map */
/*专栏文章：在移动端增加轮播图*/
@media screen and (max-width: 767px) {
    #commonlist .first_switchover .slick {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      height: 100%;
      overflow: hidden;
    }
    #commonlist .first_switchover .slick div {
      position: relative;
    }
    #commonlist .first_switchover .slick div .baaner-a {
      width: 100%;
      /* height: 100%;*/
      padding-top: 50%;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }
    #commonlist .first_switchover .slick div .baaner-a img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    #commonlist .first_switchover .slick div .baaner-a img:hover {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -o-transform: scale(1.04);
      transform: scale(1.04);
    }
    #commonlist .first_switchover .slick div .bd_bj {
      position: absolute;
      bottom: 4px;
      left: 0;
      width: 100%;
      height: 40px;
      background: #062236;
      opacity: 0.7;
      -webkit-borde-rbottom-right-radius: 5px;
      -moz-border-bottom-right-radius: 5px ;
      border-bottom-right-radius: 5px ;
      -webkit-borde-rbottom-left-radius: 5px;
      -moz-border-bottom-left-radius: 5px ;
      border-bottom-left-radius: 5px ;
    }
    #commonlist .first_switchover .slick div .bd_bj h1 {
      line-height: 40px;
      font-size: 14px;
      font-weight: 400;
    }
    #commonlist .first_switchover .slick div .bd_bj h1 a {
      color: #ffffff;
      padding-left: 10px;
    }
  #commonlist .first_switchover .slick div .bd_bj h2 {
      line-height: 40px;
      font-size: 14px;
      font-weight: 400;
    }
    #commonlist .first_switchover .slick div .bd_bj h2 a {
      color: #ffffff;
      padding-left: 10px;
    }
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    #commonlist .first_switchover .slick {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      height: 100%;
      overflow: hidden;
    }
    #commonlist .first_switchover .slick div {
      position: relative;
    }
    #commonlist .first_switchover .slick div .baaner-a {
      width: 100%;
      /* height: 100%;*/
      padding-top: 50%;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }
    #commonlist .first_switchover .slick div .baaner-a img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    #commonlist .first_switchover .slick div .baaner-a img:hover {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -o-transform: scale(1.04);
      transform: scale(1.04);
    }
    #commonlist .first_switchover .slick div .bd_bj {
      position: absolute;
      bottom: 4px;
      left: 0;
      width: 100%;
      height: 60px;
      background: #062236;
      opacity: 0.7;
      -webkit-borde-rbottom-right-radius: 5px;
      -moz-border-bottom-right-radius: 5px ;
      border-bottom-right-radius: 5px ;
      -webkit-borde-rbottom-left-radius: 5px;
      -moz-border-bottom-left-radius: 5px ;
      border-bottom-left-radius: 5px ;
    }
    #commonlist .first_switchover .slick div .bd_bj h1 {
      line-height: 60px;
      font-size: 22px;
      font-weight: 400;
    }
    #commonlist .first_switchover .slick div .bd_bj h1 a {
      color: #ffffff;
      padding-left: 20px;
    }
    #commonlist .first_switchover .slick div .bd_bj h2 {
      line-height: 60px;
      font-size: 22px;
      font-weight: 400;
    }
    #commonlist .first_switchover .slick div .bd_bj h2 a {
      color: #ffffff;
      padding-left: 20px;
    }
  }
  @media screen and (min-width: 1200px){
    #commonlist .first_switchover{
      display: none;
    }
  }