* {
  margin: 0;
  padding: 0;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  background: #e3f5fc;
}
.headerContent {
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #4aa8de 0%, #f4fcff 100%);
}
.headerContent .header {
  height: 104px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.headerContent .header .banner_bg {
  width: 324px;
  height: 80px;
  margin-top: 27px;
}
.headerContent .header .header_r {
  display: flex;
  align-items: center;
  margin-top: 46px;
  height: 22px;
}
.headerContent .header .header_r .welcome {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 12px;
  color: #002960;
}
.headerContent .header .header_r .login_btn {
  margin-left: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 30px;
  opacity: 1;
  border-radius: 2px;
  background: linear-gradient(180deg, #f55600 0%, #f7883e 100%);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 12px;
  color: #ffffff;
  cursor: pointer;
}
.tip_info {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #8abace;
}
.zhanweiLine {
  width: 100%;
  height: 8px;
  opacity: 1;
  background: linear-gradient(180deg, #2c8ebd 0%, #2690c0 100%);
  border-bottom: 1px solid #96deff;
  display: flex;
}
.main_info {
  height: 34px;
  opacity: 1;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  color: #333333;
}
.main_info .main_info_content {
  display: flex;
  align-items: center;
}
.main_info .main_info_content .info_l {
  display: flex;
}
.main_info .main_info_content .info_m {
  width: 1px;
  height: 22px;
  opacity: 1;
  background: #cccccc;
  margin: 0 13px 0px 15px;
}
.main_info img {
  width: 16px;
  height: 14px;
  margin-right: 4px;
}
.main_info .mark_yellow {
  color: #ff6d33;
  font-weight: 700;
}
.contentmain {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  background: #e3f5fc;
}
.contentmain .content_l {
  width: 230px;
  height: 886px;
  opacity: 1;
  border-radius: 2px;
  background: #ffffff;
  padding: 9px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentmain .content_l .l_btn {
  width: 214px;
  height: 40px;
  opacity: 1;
  border-radius: 2px;
  background: linear-gradient(180deg, #26a3d1 0%, #2cb0e1 100%);
  border: 1px solid #2892bf;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentmain .content_l .search_l {
  width: 214px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #111111;
}
.contentmain .content_l .search_l:hover {
  color: #2892bf;
}
.contentmain .content_l .search_l img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.contentmain .content_l .search_l span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 12px;
}
.contentmain .content_l .zw_search_l {
  width: 214px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111111;
}
.contentmain .content_l .zw_search_l:hover {
  color: #2892bf;
}
.contentmain .content_l .zw_search_l img {
  width: 14px;
  height: 12px;
  margin-right: 8px;
}
.contentmain .content_l .zw_search_l span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 12px;
}
.contentmain .content_l .zw_search_l .l_1 {
  display: flex;
  align-items: center;
  height: 100%;
}
.contentmain .content_l .zw_search_l .img_xia {
  width: 6px;
  height: 4px;
}
.contentmain .content_l .ul_mark_li .li_item {
  width: 214px;
  display: flex;
  height: 32px;
  align-items: center;
  padding-left: 15px;
}
.contentmain .content_l .ul_mark_li .li_item .mark {
  width: 4px;
  height: 4px;
  opacity: 1;
  background: #cccccc;
}
.contentmain .content_l .ul_mark_li .li_item .li_content {
  margin-left: 13px;
  width: 181px;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  color: #111111;
  border-bottom: 1px dashed #eeeeee;
}
.contentmain .content_l .ul_mark_li .li_item .li_content:hover {
  color: #2892bf;
  cursor: pointer;
}
.contentmain .content_r {
  width: 960px;
  height: 886px;
  opacity: 1;
  border-radius: 2px;
  background: #ffffff;
  padding: 8px;
  box-sizing: border-box;
}
.contentmain .content_r .r_search {
  display: flex;
  justify-content: space-between;
}
.contentmain .content_r .r_l {
  display: flex;
}
.contentmain .content_r .r_l .prev,
.contentmain .content_r .r_l .next {
  width: 30px;
  height: 26px;
  opacity: 1;
  border-radius: 4px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.contentmain .content_r .r_l .prev img,
.contentmain .content_r .r_l .next img {
  width: 32px;
  height: 32px;
  scale: 0.7;
}
.contentmain .content_r .r_l .home {
  width: 30px;
  height: 26px;
  opacity: 1;
  border-radius: 4px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentmain .content_r .r_l .home img {
  scale: 0.7;
  width: 24px;
  height: 24px;
}
.contentmain .content_r .r_r {
  display: flex;
  align-items: center;
}
.contentmain .content_r .r_r input {
  width: 200px;
  height: 30px;
  opacity: 1;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.contentmain .content_r .r_r input:focus {
  outline: none;
}
.contentmain .content_r .r_r .search_btn_content {
  width: 80px;
  height: 30px;
  opacity: 1;
  border-radius: 2px;
  background: linear-gradient(180deg, #26a3d1 0%, #2cb0e1 100%);
  border: 1px solid #2892bf;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer;
}
.contentmain .content_r .r_table {
  margin-top: 12px;
}
.contentmain .content_r .r_table .tr {
  width: 944px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  color: #111111;
  cursor: pointer;
}
.contentmain .content_r .r_table .tr:hover {
  color: #2892bf;
}
.contentmain .content_r .r_table .tr:nth-child(odd) {
  background: #fafafa;
}
.contentmain .content_r .r_table .tr .xiazai {
  color: #2892bf;
}
.contentmain .content_r .r_table .tr .td {
  height: 52px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  width: 80px;
  display: flex;
  align-items: center;
}
.contentmain .content_r .r_table .tr .td .content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentmain .content_r .r_table .tr .td:nth-child(1) {
  width: 250px;
}
.contentmain .content_r .r_table .tr .td:nth-child(6) {
  width: 100px;
}
.contentmain .content_r .r_table .table_header {
  height: 28px;
  opacity: 1;
  border-radius: 2px 2px, 0px, 0px;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  width: 944px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contentmain .content_r .r_table .table_header .th {
  width: 80px;
  font-size: 12px;
  color: #333333;
}
.contentmain .content_r .r_table .table_header .th:nth-child(1) {
  width: 250px;
}
.contentmain .content_r .r_table .table_header .th:nth-child(6) {
  width: 100px;
}
.contentmain .content_r .page_body {
  margin-top: 8px;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
}
.contentmain .content_r .page_body .page_content {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contentmain .content_r .page_body .page_content .prev,
.contentmain .content_r .page_body .page_content .next,
.contentmain .content_r .page_body .page_content .page {
  border: 1px solid #ccc;
  border-right: none;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #111111;
}
.contentmain .content_r .page_body .page_content .prev,
.contentmain .content_r .page_body .page_content .next {
  padding: 0px 5px;
  display: flex;
  align-items: center;
}
.contentmain .content_r .page_body .page_content .prev img,
.contentmain .content_r .page_body .page_content .next img {
  width: 14px;
  height: 14px;
}
.contentmain .content_r .page_body .page_content .next {
  border-right: 1px solid #ccc;
}
.contentmain .content_r .page_body .page_content .page {
  width: 30px;
}
.contentmain .content_r .page_body .page_content .skip {
  width: 60px;
}
.footer {
  width: 100%;
  height: 100px;
  background: #e3f5fc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 13.26px;
  color: #3e8cab;
}
.footer .footer_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer .footer_text {
  text-align: center;
}
.footer .footer_img {
  margin-top: 9px;
}
.footer .footer_img img {
  width: 74px;
  height: 19px;
}
