.layui-laydate .layui-laydate-main .layui-this {
  background-color: #1361cb !important;
}
@media (max-width: 600px) {
  .layui-laydate-range {
    width: 272px !important;
  }
}
/* 检索布局和通用设置 */
body {
  font: 16px '微软雅黑';
  font-family: '微软雅黑';
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.search_results .flex1 {
  flex: 1;
}
.search_results .overhidden {
  overflow: hidden;
}
.search_results a,
.search_results button,
.search_results .anio {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.search_results a:hover,
.search_results button:hover,
.search_results .anio:hover {
  opacity: 0.7;
}
.search_results_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .search_results_row .search_results_left {
    width: 100% !important;
  }
  .search_results_row .search_results_right {
    width: 100% !important;
    margin-top: 30px;
  }
}
.search_results_column {
  padding: 20px 0;
}
.search_results_column .column_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-left: 3px solid #1881eb;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
/* 检索选项 */
.search_results_options {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 600px) {
  .search_results_options {
    font-size: 14px;
  }
}
.search_results_options button,
.search_results_options input {
  outline: none;
  border: none;
}
.search_results_options button {
  cursor: pointer;
}
.search_results_options .search_results_option + .search_results_option {
  margin-left: 20px;
}
.search_results_options .search_results_option {
  display: flex;
  justify-content: start;
  align-items: center;
}
.search_results_options .option_title {
  color: #494949;
  margin-right: 5px;
}
.search_results_options .option_btn {
  width: 90px;
  height: 33px;
  border-radius: 15px;
  background-color: #ebebeb;
  color: #000000;
}
.search_results_options .option_btn.cur {
  background-color: #1361cb;
  color: #fff;
}
.search_results_options .option_btn:not(:last-child) {
  margin-right: 10px;
}
.search_results_options .option_datarange {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #dcdfe6;
  line-height: 40px;
  padding: 0 20px;
}
.search_results_options .option_datarange:not(:last-child) {
  margin-right: 10px;
}
.search_results_options .option_datarange .option_datarange_input,
.search_results_options .option_datarange .option_datarange_mid {
  height: 100%;
  text-align: center;
}
.search_results_options .option_datarange .option_datarange_input {
  width: 49%;
}
.search_results_options .option_datarange .option_datarange_mid {
  width: 2%;
}
@media (max-width: 992px) {
  .search_results_options {
    flex-wrap: wrap;
  }
  .search_results_options .search_results_option {
    width: 100%;
  }
  .search_results_options .search_results_option + .search_results_option {
    margin: 0;
    margin-top: 10px;
  }
}
/* 检索结果个数 */
.search_results_total {
  padding: 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}
.search_results_total .total_keyword,
.search_results_total .total_num {
  color: #e1211f;
  padding: 0 5px;
}
.search_results_total .total_keyword {
  font-weight: bold;
}
/* 检索结果 */
.search_results_list em,
.search_results_list .red {
  color: #e1211f !important;
}
.search_results_list .green {
  color: #14bd54 !important;
}
.search_results_list .blue {
  color: #1361cb !important;
}
.search_results_list .gray_box {
  padding: 10px 20px;
  background-color: #f7f9fc;
}
.search_results_list li {
  padding: 20px 0;
}
.search_results_list li:not(:last-child) {
  border-bottom: 2px dashed #eeeeee;
}
.search_results_list .result_common_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 33px;
  margin-bottom: 20px;
}
.search_results_list .result_tag,
.search_results_list .result_btn {
  height: 33px;
  border-radius: 20px;
  text-align: center;
}
.search_results_list .result_tag {
  flex-shrink: 0;
  padding: 0 13px;
  background-color: #1361cb;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 600px) {
  .search_results_list .result_tag {
    max-width: 150px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.search_results_list .result_title {
  flex: 1;
  overflow: hidden;
}
.search_results_list .result_title:not(:first-child) {
  padding-left: 1em;
}
.search_results_list .result_title:not(:last-child) {
  padding-right: 1em;
}
.search_results_list .result_title a {
  font-size: 18px;
  font-weight: bold;
  color: #1361cb;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .search_results_list .result_title {
    align-items: start;
    padding: 0 5px !important;
  }
  .search_results_list .result_title a {
    font-size: 16px;
    white-space: normal;
    overflow: visible;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.search_results_list .result_date {
  flex-shrink: 0;
  padding: 0 10px;
  height: 33px;
  border-radius: 20px;
  background-color: #ddd;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 600px) {
  .search_results_list .result_date {
    display: none;
  }
}
.search_results_list .result_btn {
  width: 100px;
  background-color: #ecf6ff;
  border: solid 1px #4680ce;
  font-size: 15px;
  font-weight: normal;
  color: #235fb0;
}
.search_results_list .result_text {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 2;
}
.search_results_list .result_img {
  margin-right: 15px;
  object-fit: contain;
  flex-shrink: 0;
}
.search_results_list .result_img img {
  width: 100%;
  height: 100%;
}
.search_results_list .result_leader_name a {
  width: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: justify;
  text-align-last: justify;
}
.search_results_list .result_leader_info {
  flex: 1;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 2;
}
.search_results_list .result_leader_info:not(:first-child) {
  padding-left: 1em;
}
.search_results_list .result_leader_info:not(:last-child) {
  padding-right: 1em;
}
.search_results_list .result_table {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #e5f3ff;
  border-left: solid 1px #e5f3ff;
  background-color: #fff;
}
.search_results_list .result_table .fth span {
  width: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-align: justify;
  text-align-last: justify;
}
.search_results_list .result_table .frow {
  display: flex;
  justify-content: start;
}
.search_results_list .result_table .fth,
.search_results_list .result_table .ftd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e5f3ff;
  border-right: solid 1px #e5f3ff;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.search_results_list .result_table .fth {
  width: 120px;
  background-color: #f4faff;
  justify-content: center;
}
@media (max-width: 600px) {
  .search_results_list .result_table .fth {
    width: 120px;
  }
}
.search_results_list .result_table .ftd {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .search_results_list .result_table {
    width: 100%;
  }
  .search_results_list .result_table .frow {
    width: 100% !important;
  }
}
.search_results_list .result_list_t {
  margin-top: -15px;
  margin-bottom: -15px;
}
.search_results_list .result_list_t li {
  line-height: 1;
  position: relative;
  padding: 15px 0px 15px 20px;
}
.search_results_list .result_list_t li:not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
.search_results_list .result_list_t li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #1361cb;
  border-radius: 50%;
}
.search_results_list .result_list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.search_results_list .result_list_t li a:hover {
  color: #1361cb;
}
.search_results_list .result_list_t li .date {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
@media (max-width: 600px) {
  .search_results_list .result_list_t li a {
    width: 100% !important;
  }
  .search_results_list .result_list_t li .date {
    display: none;
  }
}
.search_results_list .result_article .result_img {
  width: 178px;
  height: 110px;
}
.search_results_list .result_article .result_text {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.search_results_list .result_leader .result_common_header,
.search_results_list .result_interview .result_common_header {
  margin-bottom: 10px;
}
.search_results_list .result_leader .result_img,
.search_results_list .result_interview .result_img {
  width: 138px;
  height: 200px;
}
.search_results_list .result_leader .result_text,
.search_results_list .result_interview .result_text {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_results_list .result_table .result_text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search_results_list .result_ztzl .result_img {
  width: 300px;
  height: 170px;
}
.search_results_list .result_flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .search_results_list .result_flex_box {
    flex-wrap: wrap;
  }
  .search_results_list .result_flex_box > * {
    flex: none !important;
    width: 100% !important;
    margin: 0;
  }
  .search_results_list .result_flex_box > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .search_results_list .result_article .result_img {
    height: 180px;
  }
  .search_results_list .result_leader .result_img,
  .search_results_list .result_interview .result_img {
    text-align: center;
    height: auto;
  }
  .search_results_list .result_leader .result_img img,
  .search_results_list .result_interview .result_img img {
    width: 100px !important;
  }
}
/* 相关人物 */
.togglt_btn {
  font-size: 15px;
  font-weight: normal;
  color: #235fb0;
  padding-right: 27px;
  transition: none;
  position: relative;
}
.togglt_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/top-bottom.png);
  background-size: 30px;
  background-position: center -12px;
}
.togglt_btn.open::after {
  background-position: center 3px;
}
.person_list {
  box-sizing: border-box;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.person_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.person_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.person_list > li:nth-child(n) {
  margin-top: 0;
}
.person_list > li:nth-child(n + 3) {
  margin-top: 15px;
}
.person_list > li:nth-child(3) {
  margin-top: 0;
}
.person_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .person_list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .person_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .person_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.666%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .person_list > li:nth-child(n) {
    margin-top: 0;
  }
  .person_list > li:nth-child(n + 6) {
    margin-top: 15px;
  }
  .person_list > li:nth-child(6) {
    margin-top: 0;
  }
  .person_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .person_list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .person_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .person_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .person_list > li:nth-child(n) {
    margin-top: 0;
  }
  .person_list > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .person_list > li:nth-child(3) {
    margin-top: 0;
  }
  .person_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.person_list li a {
  display: block;
  box-sizing: border-box;
}
.person_list li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
}
@media (max-width: 600px) {
  .person_list li a .img {
    height: auto;
  }
}
.person_list li a img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.person_list li a h6 {
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  text-align: center;
}
.person_list li:hover a {
  opacity: 1;
}
.person_list li:hover h6 {
  color: #1361cb;
}
/* 相关机构 */
.organization_list {
  margin-top: -8px;
  margin-bottom: -8px;
}
.organization_list li {
  line-height: 1;
  position: relative;
  padding: 8px 0px 8px 15px;
}
.organization_list li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
}
.organization_list li a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.organization_list li:hover::before {
  background-color: #1361cb;
}
.organization_list li:hover a {
  color: #1361cb;
}
/* 智能推荐 */
.recommend_list {
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}
.recommend_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.recommend_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.recommend_list > li:nth-child(n) {
  margin-top: 0;
}
.recommend_list > li:nth-child(n + 2) {
  margin-top: 10px;
}
.recommend_list > li:nth-child(2) {
  margin-top: 0;
}
.recommend_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .recommend_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .recommend_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .recommend_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .recommend_list > li:nth-child(n) {
    margin-top: 0;
  }
  .recommend_list > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .recommend_list > li:nth-child(2) {
    margin-top: 0;
  }
  .recommend_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.recommend_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: #f7f9fc;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.recommend_list li:hover a {
  background-color: #1361cb;
  color: #fff;
}
/* 相关搜索 */
.related_list {
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}
.related_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.related_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.related_list > li:nth-child(n) {
  margin-top: 0;
}
.related_list > li:nth-child(n + 2) {
  margin-top: 10px;
}
.related_list > li:nth-child(2) {
  margin-top: 0;
}
.related_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .related_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .related_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .related_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .related_list > li:nth-child(n) {
    margin-top: 0;
  }
  .related_list > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .related_list > li:nth-child(2) {
    margin-top: 0;
  }
  .related_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.related_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: #f7f9fc;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.related_list li:hover a {
  background-color: #1361cb;
  color: #fff;
}
/* 热搜资源 */
.hot_list {
  margin-top: -8px;
  margin-bottom: -8px;
}
.hot_list li {
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 1;
  padding: 8px 0px;
}
.hot_list li .hot_rank {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #91cdf9;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin-right: 10px;
}
.hot_list li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.hot_list li:nth-child(1) .hot_rank {
  background-color: #3777cd;
}
.hot_list li:nth-child(2) .hot_rank {
  background-color: #69a9ff;
}
/* 搜索历史 */
.history_list {
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}
.history_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.history_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.history_list > li:nth-child(n) {
  margin-top: 0;
}
.history_list > li:nth-child(n + 2) {
  margin-top: 10px;
}
.history_list > li:nth-child(2) {
  margin-top: 0;
}
.history_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .history_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .history_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .history_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .history_list > li:nth-child(n) {
    margin-top: 0;
  }
  .history_list > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .history_list > li:nth-child(2) {
    margin-top: 0;
  }
  .history_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.history_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: #f7f9fc;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.history_list li:hover a {
  background-color: #1361cb;
  color: #fff;
}
