.section_news {
  padding-top: 40px;
}
.section_news .news_body {
  height: 342px;
}
.section_news .news_body .news_body_img {
  float: left;
  width: 49%;
  height: 100%;
}
.section_news .news_body .news_body_img .swiper-container {
  height: 100%;
}
.section_news .news_body .news_body_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section_news .news_body .news_body_word {
  float: right;
  width: 49%;
  height: 100%;
}
.section_news .news_body .news_body_word .tab_hd {
  display: flex;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
}
.section_news .news_body .news_body_word .tab_hd .li {
  position: relative;
  padding: 0 17px 11px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #666666;
  transition: all 0.3s;
  cursor: pointer;
}
.section_news .news_body .news_body_word .tab_hd .li .icon {
  width: 28px;
  height: 28px;
  margin-right: 25px;
  background: url(../images/icon_work.png) no-repeat;
  background-position: center center;
  background-size: 80%;
}
.section_news .news_body .news_body_word .tab_hd .li:last-child .icon {
  background: url(../images/icon_notice.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.section_news .news_body .news_body_word .tab_hd .li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0073FF;
  opacity: 0;
  transition: all 0.3s;
}
.section_news .news_body .news_body_word .tab_hd .li.on {
  color: #0073FF;
}
.section_news .news_body .news_body_word .tab_hd .li.on::after {
  opacity: 1;
}
.section_news .news_body .news_body_word .tab_block {
  display: none;
}
.section_news .news_body .news_body_word .tab_block.show {
  display: block;
}
.work_list {
  padding: 18px 0 0;
}
.work_list .item {
  padding: 9px 0;
  font-size: 16px;
}
.work_list .item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  transition: all 0.3s;
}
.work_list .item a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0073FF;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.work_list .item a .text{
    width: 85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_title {
  position: relative;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 17px;
}
.index_title .titie_more{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #0073FF;
    color: #0073FF;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
}
.index_title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 4px;
  height: 18px;
  background: #0073FF;
}
.secton_system {
  padding-top: 30px;
}
.secton_system .system_body {
  margin-top: 30px;
}
.secton_system .system_body .ul {
  margin: 0 -10px;
}
.secton_system .system_body .ul .item {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.secton_system .system_body .ul .item .inbox {
  display: block;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #F3F3F6;
  overflow: hidden;
}
.secton_system .system_body .ul .item .inbox .img {
  /*height: 180px;*/
  overflow: hidden;
}
.secton_system .system_body .ul .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
  transition: all 0.3s;
}
.secton_system .system_body .ul .item .inbox .word {
  height: 80px;
  padding: 0 20px;
  line-height: 80px;
  font-size: 14px;
  transition: all 0.3s;
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*line-height: 24px;*/
  /*padding-top: 17px;*/
}
.section_subject {
  padding-top: 30px;
  margin-bottom: 50px;
}
.section_subject .subject_body {
  margin-top: 30px;
}
.section_subject .subject_body .ul {
  /*margin: 0 -15px;*/
}
.section_subject .subject_body .ul .item {
  /*padding: 0 15px;*/
  width: 32%;
  float: left;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 2%;
}
.section_subject .subject_body .ul .item:nth-child(3n){
    margin-right: 0;
}
.section_subject .subject_body .ul .item .img {
  height: 240px;
  overflow: hidden;
}
.section_subject .subject_body .ul .item .img img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_subject .subject_body .ul .item .word {
  padding: 26px 0 0;
  font-size: 16px;
}
.section_subject .subject_body .ul .item .word .tt {
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  transition: all 0.3s;
}
.section_subject .subject_body .ul .item .word .time {
  margin-top: 15px;
  line-height: 1.3;
  color: #999;
  /*border-top: 1px solid #ddd;*/
  /*padding-top: 15px;*/
}
.subject_block{
    padding-top: 0 !important;
}
.section_subject.subject_block .subject_body{
    margin-top: 0;
}
.section_subject.subject_block .subject_body .ul .item{
    margin-bottom: 20px;
}
.bread_block {
  padding: 30px 0;
}
.bread_block .bread_body {
  display: flex;
  align-items: center;
}
.bread_block .bread_body .icon-home {
  width: 20px;
  height: 20px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: 100%;
  margin-right: 15px;
}
.bread_block .bread_body em {
  margin: 0 6px;
}
.work_block {
  margin-bottom: 200px;
}
.work_block .work_body .item {
  margin-bottom: 24px;
  box-shadow: 0px 4px 16px 0px rgba(0, 82, 217, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFDFE 100%);
}
.work_block .work_body .item .inbox {
  display: flex;
  align-items: center;
  height: 190px;
}
.work_block .work_body .item .inbox .img {
  flex-basis: 270px;
  flex-shrink: 0;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.work_block .work_body .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.work_block .work_body .item .inbox .word {
  border: 4px solid #FFFFFF;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
.work_block .work_body .item .inbox .word .tt {
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.3s;
}
.work_block .work_body .item .inbox .word .p {
  color: #646A73;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 12px;
}
.work_detail {
  margin-bottom: 100px;
}
.work_detail .detail_body .tit_hd {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #0073FF;
  position: relative;
}
.work_detail .detail_body .tit_hd .tt {
  color: #0073FF;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.work_detail .detail_body .tit_hd .p {
  color: #666666;
  font-size: 16px;
  margin-top: 12px;
}
.work_detail .detail_body .tit_hd .p span {
  margin: 0 10px;
}
.work_detail .detail_body .tit_hd::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #0073FF;
  position: absolute;
  left: 0;
  bottom: 7px;
}
.work_detail .detail_body .detail_content {
  margin-top: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 2.5;
}
.work_detail .detail_body .detail_content p {
  margin-bottom: 30px;
}
.work_detail .detail_body .detail_content .imgp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work_detail .detail_body .detail_content .imgp img {
  max-width: 49%;
}
.work_detail .detail_body .detail_content .textr {
  text-align: right;
  margin-bottom: 0;
}
.work_detail .detail_body .detail_content .texti {
  text-indent: 2em;
}
.download_box {
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #0073FF;
  font-size: 16px;
  width: 580px;
  margin-bottom: 50px;
}
.download_box .icon-fj {
  width: 18px;
  height: 22px;
  background: url(../images/icon_fujian.png) no-repeat;
  background-size: 100%;
  margin-right: 14px;
}
.download_box .icon-file {
  width: 19px;
  height: 19px;
  background: url(../images/icon_word.png) no-repeat;
  background-size: 100%;
  margin-left: 25px;
  margin-right: 5px;
}
.download_box a {
  text-decoration: underline;
  color: #0073FF;
}
.notice_block .search_title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.notice_block .search_title .num {
  color: #F7AC0E;
  margin: 0 5px;
}
.notice_block .search_title .keyword {
  color: #0073FF;
  margin: 0 5px;
}
.notice_block .notice_body {
  margin-bottom: 100px;
}
.notice_block .work_list {
  padding: 0;
}
.notice_block .work_list .text em {
  color: #0073FF;
}
.notice_block .search_no {
  text-align: center;
  padding: 50px 0 150px;
}
.notice_block .search_no img {
  max-width: 240px;
}
.notice_block .search_no p {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.loadmore {
  text-align: center;
  color: #0073FF;
  font-size: 12px;
  margin-top: 40px;
  line-height: 1.5;
  font-weight: 400;
}
.loadmore img {
  width: 32px;
  margin-bottom: 10px;
}
.section_active {
  margin-bottom: 100px;
}
.section_active .active_body .active_left {
  float: left;
  width: 258px;
  background: #F4F4F4;
  border-radius: 8px;
}
.section_active .active_body .active_left .title {
  height: 74px;
  line-height: 74px;
  padding: 0 24px;
  background: linear-gradient(135deg, #1574BF 0%, #0097FF 100%);
  border-radius: 8px 8px 0px 0px;
  color: #FFFFFF;
  font-size: 24px;
}
.section_active .active_body .active_left .ul {
  padding: 0 24px;
}
.section_active .active_body .active_left .ul .item {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #BFBFBF;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  transition: all 0.3s;
}
.section_active .active_body .active_left .ul .item .icon {
  width: 16px;
  height: 16px;
  background: url(../images/icon_circle.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
  flex-grow: 0;
  display: none;
  transition: all 0.3s;
}
.section_active .active_body .active_left .ul .item p {
  max-width: calc(100% - 44px);
}
.section_active .active_body .active_left .ul .item:last-child {
  border-bottom: 0;
}
.section_active .active_body .active_left .ul .item.on {
  color: #0073FF;
}
.section_active .active_body .active_left .ul .item.on .icon {
  display: block;
}
.section_active .active_body .active_right {
  float: right;
  width: 922px;
}
.section_active .active_body .active_right .active_right_content {
  background: linear-gradient(135deg, #1574BF 0%, #0097FF 100%);
  border-radius: 8px;
  padding: 25px 34px;
  display: none;
}
.section_active .active_body .active_right .active_right_content .title_hd {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 26px;
  color: #FFFFFF;
  position: relative;
}
.section_active .active_body .active_right .active_right_content .title_hd .tt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.section_active .active_body .active_right .active_right_content .title_hd .tt:before {
  content: '';
  display: block;
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -17px;
  width: 10px;
  height: 35px;
  background: #F7AC0E;
}
.section_active .active_body .active_right .active_right_content .title_hd .p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
}
.section_active .active_body .active_right .active_right_content .title_hd .p span {
  margin-right: 20px;
}
.section_active .active_body .active_right .active_right_content .title_hd:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 6px;
  background: #FFFFFF;
}
.section_active .active_body .active_right .active_right_content .active_content {
  color: #FFFFFF;
  padding: 20px 0;
  font-size: 16px;
  line-height: 2.1;
}
.section_active .active_body .active_right .active_right_content .active_content p {
  margin-bottom: 30px;
}
.section_active .active_body .active_right .active_right_content .active_content .downloadex_box {
  width: 630px;
  height: 70px;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_active .active_body .active_right .active_right_content .active_content .downloadex_box .pp {
  display: flex;
  align-items: center;
}
.section_active .active_body .active_right .active_right_content .active_content .downloadex_box .pp .icon-fj {
  width: 18px;
  height: 22px;
  background: url(../images/icon_fujian_white.png) no-repeat;
  background-size: 100%;
  margin-right: 16px;
}
.section_active .active_body .active_right .active_right_content .active_content .downloadex_box .pp .icon-file {
  width: 19px;
  height: 19px;
  background: url(../images/icon-excel.png) no-repeat;
  background-size: 100%;
  margin-left: 25px;
  margin-right: 5px;
}
.section_active .active_body .active_right .active_right_content .active_content .downloadex_box .pp span {
  text-decoration: underline;
}
.section_active .active_body .active_right .active_right_content .active_content .downloadex_box a {
  display: block;
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #0073FF;
  background: #FFFFFF;
}
.section_active .active_body .active_right .active_right_content.show {
  display: block;
}
.section_active .active_body .active_right .active_right_learn .learn_block .info_box {
  margin: -10px -10px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .info_box .item {
  float: left;
  padding: 9px 10px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .info_box .item .tt {
  font-size: 16px;
  line-height: 1.3;
}
.section_active .active_body .active_right .active_right_learn .learn_block .info_box .item .input {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  border: 1px solid #CCCCCC;
  padding: 15px 10px;
  line-height: 1;
  border-radius: 4px;
  margin-top: 4px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .info_box .harf {
  width: 50%;
}
.section_active .active_body .active_right .active_right_learn .learn_block .info_box .smart {
  width: 25%;
}
.section_active .active_body .active_right .active_right_learn .learn_block .qustion_box {
  padding-top: 30px;
  /*border-top: 1px solid #F2F2F2;*/
  margin-top: 29px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .qustion_box .item {
  margin-bottom: 18px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .qustion_box .item .tt {
  font-size: 16px;
  line-height: 1.3;
}
.section_active .active_body .active_right .active_right_learn .learn_block .qustion_box .item .input {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  border: 1px solid #CCCCCC;
  padding: 15px 10px;
  line-height: 1;
  border-radius: 4px;
  margin-top: 4px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .submit_box {
  padding-top: 10px;
}
.section_active .active_body .active_right .active_right_learn .learn_block .submit_box .btn {
  display: block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  background: #0073FF;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  border: 0;
}
.section_active .active_body .active_right .active_right_learn .view_box .type_box .tt {
  color: #0073FF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.section_active .active_body .active_right .active_right_learn .view_box .type_box .select_input {
  height: 46px;
  border: 1px solid #CCCCCC;
  padding: 0 10px;
  border-radius: 4px;
  margin-top: 4px;
}
.section_active .active_body .active_right .active_right_learn .view_box .type_box .select_input select {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  border: 0;
  color: #666666;
}
.section_active .active_body .active_right .active_right_learn .view_box .answer_list .item {
  margin-top: 10px;
}
.section_active .active_body .active_right .active_right_learn .view_box .answer_list .item .title {
  height: 48px;
  line-height: 48px;
  padding: 0 22px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(270deg, #FFFFFF 0%, #F5F5F5 100%);
}
.section_active .active_body .active_right .active_right_learn .view_box .answer_list .item .title .word {
  padding-left: 37px;
  background: url(../images/icon_answer.png) no-repeat;
  background-position: 0 center;
  background-size: 26px 36px;
  font-size: 18px;
  font-weight: bold;
}
.section_active .active_body .active_right .active_right_learn .view_box .answer_list .item .title .time {
  font-size: 16px;
  color: #999999;
}
.section_active .active_body .active_right .active_right_learn .view_box .answer_list .item .text {
  padding: 20px 0;
  color: #666666;
  line-height: 2;
}
.train_tab {
  height: 64px;
  background: #FBFBFB;
  border: 1px solid #E5E5E5;
}
.train_tab .train_tab_body .item {
  display: block;
  float: left;
  width: 79px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #646A73;
  border-radius: 2px;
  position: relative;
  margin-top: 11px;
  margin-right: 80px;
  transition: all 0.3s;
}
.train_tab .train_tab_body .item::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #0073FF;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.train_tab .train_tab_body .item.on {
  background: #0073FF;
  color: #FFFFFF;
}
.train_tab .train_tab_body .item.on::before {
  opacity: 1;
}
.course_block {
  margin-bottom: 100px;
}
.course_block .course_body {
  margin: -15px -14px;
}
.course_block .course_body .item {
  float: left;
  width: 25%;
  padding: 15px 14px;
}
.course_block .course_body .item .inbox .img {
  overflow: hidden;
  height: 160px;
}
.course_block .course_body .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.course_block .course_body .item .inbox .word {
  margin-top: 22px;
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  transition: all 0.3s;
}
.section_contact {
  margin-bottom: 150px;
}
.section_contact .contact_body {
  background: url(../images/map_bg.jpg) no-repeat;
  background-size: 100% 100%;
  /* padding-bottom: 67px; */
  box-shadow: 0px 10px 33px 0px rgba(0, 82, 217, 0.07);
  padding: 50px;
}
.section_contact .contact_body .info_box {
  /* padding: 50px 20px; */
  margin-top: 30px;
}
.section_contact .contact_body .info_box .item {
  float: left;
  width: 33.333%;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
.section_contact .contact_body .info_box .item p:first-child {
  font-size: 22px;
  margin-bottom: 16px;
}
.section_contact .contact_body .address_box {
  padding: 0 80px;
}
.section_contact .contact_body .address_box .map {
  float: left;
  width: 66%;
  height: 312px;
}
.section_contact .contact_body .address_box .map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.section_contact .contact_body .address_box .map .icon-cir {
  height: 31px;
  width: 28px;
}
.section_contact .contact_body .address_box .map .icon-cir-red {
  background-position: -11px -5px;
}
.section_contact .contact_body .address_box .map .myinfowindow {
  width: 240px;
  min-height: 50px;
}
.section_contact .contact_body .address_box .map .myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.section_contact .contact_body .address_box .map .myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.section_contact .contact_body .address_box .map #mapContainer {
  width: 100%;
  height: 100%;
}
.section_contact .contact_body .address_box .wechat {
  float: right;
  width: 30%;
  border: 1px solid #CCCCCC;
  padding: 25px 50px;
}
.section_contact .contact_body .address_box .wechat .img {
  display: block;
  width: 100%;
}
.section_contact .contact_body .address_box .wechat p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 19px;
}

/* 首页banner */
.n-bg {
  width: 100%;
  overflow: hidden;
  margin-top: 22px;
}
.n-bg img {
  width: 100%;
}
/* 公众号弹窗 */
.account_popup {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 180px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 15px;
}
.account_popup img {
  width: 100%;
}
.account_popup p {
  text-align: center;
  font-size: 14px;
}
/* 消息筛选 */
.work_screen {
  margin-bottom: 10px;
}
.work_screen .work_screen_row {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-size: 16px;
}
.work_screen .work_screen_row p {
  margin-right: 20px;
  margin-bottom: 10px;
}
.work_screen .work_screen_row p:hover a {
  color: #0073FF;
}
.work_screen .work_screen_row a {
  transition-duration: 0.3s;
}
.about-content {
  margin-bottom: 30px;
}
.about-content .text-title {
  border-bottom: 1px solid #cdd3df;
  font-weight: 700;
  font-size: 20px;
  color: #0762cb;
}
.about-content .text-title .h {
  display: inline-block;
  height: 40.5px;
  border-bottom: 4px solid #0762cb;
}
.about-content .text-con {
  margin-top: 30px;
  font-size: 20px;
  line-height: 34px;
}

/* 书 */
.book .details-weekly {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.book .details-weekly .item.new .imgs::after {
  content: '';
  width: 80px;
  height: 81px;
  position: absolute;
  left: -1px;
  top: -1px;
  background: url(https://www.cacem.com.cn/statics/project/images/icon-weekly-new.png) no-repeat center / 100% 100%;
}
.book .details-weekly .item:hover {
  transform: translate(0, -20px);
}
.book .details-weekly .item .imgs {
  position: relative;
  overflow: hidden;
  height: 294px;
  width: 100%;
}
.book .details-weekly .item .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book .details-weekly .item .imgs .tips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.53);
  font-size: 16px;
}
.book .details-weekly .item .info {
  background: linear-gradient(to left, #FFFFFF 0%, #F5F5F5 100%);
  padding: 12px 20px;
}
.book .details-weekly .item .info .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.book .details-weekly .item .info .msg {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}