* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}
a {
  color: #333333;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body {
  background-color: #F6F6F6;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#page #header {
  background-color: white;
}
#page #header .top_block {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#page #header .top_block .logo_block {
  width: 181px;
  height: 60px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
  height: 100%;
}
#page #header .top_block .search_block form .ss-wrap {
  height: 40px;
  line-height: 34px;
  padding: 3px;
  background: #f5f5f5ee;
  border-radius: 20px;
  text-align: right;
  position: absolute;
  bottom: 17px;
  right: 25px;
  font-size: 0;
  z-index: 9;
}
#page #header .top_block .search_block form .ss-wrap i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#page #header .top_block .search_block form .ss-wrap input[type=text] {
  width: 205px;
  height: 34px;
  line-height: 34px;
  background: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
}
#page #header .top_block .search_block form .ss-wrap input[type=submit] {
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 17px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: #205ebc url("../images/search_icon.png") no-repeat center;
}
#page #header .nav {
  height: 48px;
  background: #0050B3;
}
#page #header .nav ul {
  height: 48px;
  width: 1200px;
  margin: auto;
}
#page #header .nav ul li {
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
}
#page #header .nav ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#page #header .nav ul li:hover,
#page #header .nav ul li.active {
  background-image: url(../images/nav_li_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #004882;
}
#page #header .nav ul a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 4px;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 10px auto;
  position: relative;
}
#page .header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
.pub_ul {
  line-height: 39px;
}
.pub_ul li {
  height: 40px;
  line-height: 39px;
  padding-left: 2px;
  font-size: 0;
  position: relative;
}
.pub_ul li i {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 4px;
  background: #c7c7c7;
  vertical-align: middle;
  margin: 2px 0 0 0;
}
.pub_ul li a {
  height: 39px;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  right: 100px;
  top: 0;
}
.pub_ul li span {
  color: #999;
  float: right;
  font-size: 16px;
}
#article {
  overflow: hidden;
}
#article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
  color: #0c7ff2;
  margin-bottom: 20px;
}
#article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#article .breadcrumb a {
  color: #333333;
}
#article .top_b_wrap {
  background-color: #EAEAEA;
}
#article .top_b_wrap .top_b {
  width: 1200px;
  margin: 0 auto;
}
#article .top_b_wrap .top_b .t1 {
  line-height: 42px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font-size: 30px;
}
#article .top_b_wrap .top_b .t1 a {
  color: #333333;
}
#article .top_b_wrap .top_b .t1 a:hover {
  color: #205ebc;
}
#article .top_b_wrap .top_b .t2 {
  line-height: 28px;
  color: #333;
  text-align: center;
}
#article .top_b_wrap .top_b .t2 a {
  display: inline-block;
  width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .top_b_wrap .top_b .t2 span {
  margin: 0 8px;
}
#article .block_1_wrap .block_1 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 10px;
}
#article .block_1_wrap .block_1 .banner_b {
  width: 700px;
  height: 380px;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: #015293;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: left;
  line-height: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-size: 17px;
}
#article .block_1_wrap .block_1 .right_b {
  width: 480px;
  padding-left: 15px;
  background-color: white;
}
#article .block_1_wrap .block_1 .right_b .tabs_head {
  cursor: pointer;
  user-select: none;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -7px;
}
#article .block_1_wrap .block_1 .right_b .tabs_head li {
  margin-bottom: -1px;
  height: 45px;
  line-height: 41px;
  padding: 0 15px;
  float: left;
  display: block;
  font-size: 20px;
}
#article .block_1_wrap .block_1 .right_b .tabs_head li.active {
  color: #015293;
  font-weight: bold;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list {
  display: none;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 15px 0px 0px;
  position: relative;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list.active {
  display: block;
}
#article .block_tit {
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}
#article .block_tit .tab-wrap div {
  margin-bottom: -1px;
  height: 45px;
  line-height: 41px;
  padding: 0 15px;
  float: left;
  display: block;
  font-size: 20px;
}
#article .block_tit .tab-wrap div.active {
  color: #205ebc;
  font-weight: bold;
}
#article .block_tit .more {
  line-height: 34px;
  font-size: 14px;
  padding-top: 10px;
}
#article .block_tit .more a {
  color: #719ee2;
}
#article .block_2_wrap {
  background-color: white;
  padding: 20px 0;
  overflow: hidden;
}
#article .block_2_wrap .block_2 {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}
#article .block_2_wrap .block_2 .aside_part {
  width: 560px;
}
#article .block_2_wrap .block_2 .aside_part .pub_ul li i {
  width: 4px;
  height: 4px;
}
#article .block_2_wrap .block_2 .aside_part .tabs_body {
  display: none;
}
#article .block_2_wrap .block_2 .aside_part .tabs_body.active {
  display: block;
}
#article .block_2_wrap .block_2 .imgList {
  width: 100%;
  height: 120px;
}
#article .block_2_wrap .block_2 .imgList a {
  width: 48%;
  display: inline-block;
  margin-bottom: 20px;
  height: 100%;
  position: relative;
  float: left;
}
#article .block_2_wrap .block_2 .imgList a:nth-child(2n) {
  float: right;
}
#article .block_2_wrap .block_2 .imgList img {
  width: 100%;
  height: 100%;
}
#article .block_2_wrap .block_2 .imgList p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 14px;
}
#article .block_3 {
  overflow: hidden;
  width: 1200px;
  margin: 10px auto;
}
#article .block_3 .left_part {
  padding: 10px 18px;
  width: 800px;
  height: 369px;
  background-color: #fff;
}
#article .block_3 .left_part .top_img {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dashed #f5f5f5;
}
#article .block_3 .left_part .top_img .left_img {
  width: 230px;
  height: 135px;
}
#article .block_3 .left_part .top_img .left_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#article .block_3 .left_part .top_img .left_img a img {
  width: 100%;
  height: 100%;
}
#article .block_3 .left_part .top_img .right_text {
  width: 500px;
}
#article .block_3 .left_part .top_img .right_text .tit {
  margin-bottom: 10px;
  font-size: 20px;
}
#article .block_3 .left_part .top_img .right_text .tit a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_3 .left_part .top_img .right_text .con {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 25px;
}
#article .block_3 .left_part .top_img .right_text .meta {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
}
#article .block_3 .right_part {
  margin-left: 15px;
  padding: 15px 18px;
  width: 364px;
  height: 369px;
  background-color: #fff;
}
#article .block_3 .right_part .part_con .part_tit {
  position: relative;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 18.61px;
  font-weight: bold;
  color: #fff;
  background-color: #519bdd;
}
#article .block_3 .right_part .part_con .part_tit a {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 15px;
  width: 72px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #25679c;
  text-align: center;
  background-color: #daedfd;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
#article .block_3 .right_part .part_con .part_list {
  padding-top: 8px;
  background-color: #f6f6f6;
}
#article .block_3 .right_part .part_con .part_list ul li {
  padding-bottom: 11px;
}
#article .block_3 .right_part .part_con .part_list ul li a {
  display: block;
  padding: 0 15px;
  width: 334px;
  font-size: 14px;
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  background-color: white;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding-left: 15px;
  color: #707070;
  margin-bottom: 3px;
}
.list_container .breadcurmb a {
  color: #333333;
}
.list_container .left_part {
  background-color: #fff;
  padding: 20px;
  width: 860px;
}
.list_container .left_part .pub_ul li {
  height: 45px;
  line-height: 44px;
  padding-left: 20px;
  font-size: 0;
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
}
.list_container .left_part .pub_ul li a {
  right: 204px;
}
.list_container .left_part .pub_ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #c7c7c7;
  position: absolute;
  left: 2px;
  top: 17px;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .list_right_part {
  width: 320px;
  float: right;
  background-color: #FFFFFF;
  padding: 10px;
  overflow: hidden;
}
.list_container .ad1 {
  width: 300px;
  margin-bottom: 18px;
  overflow: hidden;
}
.list_container .ad1_text_con {
  overflow: hidden;
  margin-bottom: 10px;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.list_container .ad1_text_con img {
  float: left;
  width: 90px;
  height: 60px;
}
.list_container .ad1_text_con div {
  float: right;
}
.list_container .ad1_text_con div a {
  display: block;
  width: 196px;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  overflow: hidden;
  white-space: normal;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list_container .ad1_text_con div a:hover {
  color: #ff5702;
}
.list_container .ad1_text_con div span {
  display: block;
  font-size: 12px;
  color: #666666;
}
.list_container .ad1 ul li {
  line-height: 22px;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.list_container .ad_tit {
  margin-bottom: 10px;
}
.list_container .ad_tit h1 a {
  position: relative;
  padding-left: 10px;
}
.list_container .ad_tit h1 a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 4px;
  width: 3px;
  height: 11px;
  background-color: #0068B7;
}
.list_container .ad2 {
  margin-bottom: 0;
}
.list_container .ad2 ul li:nth-child(-n+3) {
  color: #ff5702;
}
.show_container .left_part .show_con {
  padding-top: 15px;
}
.show_container .left_part .show_con .show_tit {
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.show_container .left_part .show_con .meta {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  color: #9797a1;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.show_container .left_part .show_con .show_body {
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 32px;
  color: #333;
  font-size: 18px;
}
.show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: 10px auto;
}
.show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  margin-top: 10px;
}
.show_container .left_part .recommend_part {
  margin-top: 20px;
  padding: 10px;
}
.show_container .left_part .recommend_part .rec_tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .rec_tit a {
  color: inherit;
  position: relative;
  display: block;
  padding-left: 15px;
}
.show_container .left_part .recommend_part .rec_tit a:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 6px;
  height: 20px;
  background-color: #1C3F9D;
}
.show_container .left_part .recommend_part .tabs_ul {
  display: none;
}
.show_container .left_part .recommend_part .tabs_ul.active {
  display: block;
}
.show_container .left_part .recommend_part .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  height: auto;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-top: 10px;
}
.show_container .left_part .recommend_part .tabs_ul li.notImg h1 {
  width: 100%;
}
.show_container .left_part .recommend_part .tabs_ul li.notImg p {
  width: 100%;
}
.show_container .left_part .recommend_part .tabs_ul li a {
  color: #333333;
}
.show_container .left_part .recommend_part .tabs_ul li a img {
  width: 240px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
.show_container .left_part .recommend_part .tabs_ul li h1 {
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .recommend_part .tabs_ul li p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 27px;
}
.show_container .left_part .recommend_part .tabs_ul li .tabs_meta {
  font-size: 14px;
  color: #999;
  float: left;
}
.show_container .left_part .recommend_part .pub_ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.show_container .left_part .bd {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.show_container .left_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
.show_container .left_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 42px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
}
.show_container .left_part .bd ul li p {
  overflow: hidden;
  width: 90%;
  font-size: 16px;
}
.show_container .left_part .bd ul li p a {
  padding-left: 10px;
  position: relative;
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .bd ul li p a::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 10px;
  background-color: #1C3F9D;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #0050B3;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#footer .container .friends {
  border-top: 1px solid #333;
  position: relative;
}
#footer .container .friends a {
  color: white;
}
#footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 135px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: white;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
#footer .container .banquan a {
  color: white;
}
.tags {
  margin-top: 10px;
  color: white;
  font-size: 14px;
}
.tags a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: white;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.turn_Page p span a {
  color: #333333;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/top.jpg) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background: url(../images/top_active.png) 0 0 no-repeat;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #0050B3;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #0050B3;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 0 5px 0 0;
}
/*# sourceMappingURL=index.css.map */