* {
  font-family: "Microsoft YaHei,Arial";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-size: 12px;
  color: #333;
  line-height: 25px;
  background: #ebebeb;
}

ol,
ul,
li,
dl,
dd {
  list-style: none;
}

img {
  border: none;
}

a {
  font-size: 12px;
  color: #333;
  line-height: 25px;
  text-decoration: none;
  transition: 0.5s all ease;
}

button {
  transition: 0.5s all ease;
}

.head {
  display: inline-block;
  width: 100%;
}

.head .head_t {
  overflow: hidden;
  background: url(../images/img/head_bg.jpg) center center no-repeat;
  background-size: cover;
}

.head .head_t .logo {
  overflow: hidden;
  float: left;
  margin: 20px auto;
}

.head .head_t .logo img {
  display: block;
  height: 50px;
  transition: 0.5s all ease;
}

.head .head_t .operate {
  display: flex;
  align-items: center;
  float: right;
  margin-top: 7px;
}

.head .head_t .operate .search {
  float: left;
  margin-right: 20px;
}

.head .head_t .operate .search input {
  display: block;
  float: left;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  margin-right: 10px;
  transition: 0.5s all ease;
}

.head .head_t .operate .search input:focus {
  box-shadow: 0 0 10px #cccccc;
}

.head .head_t .operate .search .btn {
  display: block;
  float: left;
  font-size: 16px;
  padding: 0 15px;
  line-height: 38px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  cursor: pointer;
}

.head .head_t .operate .search .btn:hover {
  color: #fff;
  background: #0e3ee0;
  border-color: #0e3ee0;
  box-shadow: 0 0 10px #0e3ee0;
}

.head .head_t .operate .code {
  overflow: hidden;
  float: left;
  width: 75px;
}

.head .head_t .operate .code img {
  display: block;
  width: 100%;
}

.head .head_b {
  background: #0b67e3;
}

.head .head_b .menu ul {
  display: flex;
  align-items: center;
}

.head .head_b .menu ul li {
  flex: 1;
  position: relative;
  transition: 0.5s all ease;
}

.head .head_b .menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head .head_b .menu ul li a img {
  display: block;
  width: 7px;
  height: 6px;
  margin: 4px 0 0 5px;
  transition: 0.5s all ease;
}

.head .head_b .menu ul li div {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #0b67e3;
  box-shadow: 0 0 10px #0e3ee0;
  z-index: 2;
}

.head .head_b .menu ul li div dl {
  overflow: hidden;
  text-align: center;
}

.head .head_b .menu ul li div dl dd {
  overflow: hidden;
}

.head .head_b .menu ul li div dl dd a {
  font-size: 14px;
  line-height: 45px;
}

.head .head_b .menu ul li div dl dd a:hover {
  background: #0e3ee0;
}

.head .head_b .menu ul li.cur .a1 {
  background: #0e3ee0;
}

.head .head_b .menu ul li:hover .a1 {
  background: #0e3ee0;
}

.head .head_b .menu ul li:hover .a1 img {
  transform: rotate(-180deg);
}

.head .head_b .search {
  overflow: hidden;
  display: none;
  align-items: center;
  padding: 10px;
}

.head .head_b .search input {
  display: block;
  flex: 1;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.5s all ease;
}

.head .head_b .search input:focus {
  box-shadow: 0 0 10px #cccccc;
}

.head .head_b .search .btn {
  display: block;
  float: left;
  font-size: 15px;
  padding: 0 15px;
  line-height: 38px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  cursor: pointer;
}

.head .head_b .search .btn:hover {
  color: #fff;
  background: #0e3ee0;
  border-color: #0e3ee0;
  box-shadow: 0 0 10px #0e3ee0;
}

.head .head_b.mobile_search {
  box-shadow: 0 0 10px #0b67e3;
}

.pro_list {
  height: 230px;
  padding-bottom: 20px;
}

.pro_list .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  height: calc((100% - 20px) / 2);
}

.pro_list .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
}

.pro_list .swiper-wrapper .swiper-slide a:hover {
  background: #f2f8fd;
  border-radius: 20px;
}

.pro_list .swiper-wrapper .swiper-slide .pic {
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}

.pro_list .swiper-wrapper .swiper-slide .pic img {
  display: block;
  width: 100%;
}

.pro_list .swiper-wrapper .swiper-slide .text {
  flex: 1;
  width: calc(100% - 90px);
}

.pro_list .swiper-wrapper .swiper-slide .text p {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro_list .swiper-wrapper .swiper-slide .text p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  margin-bottom: 3px;
}

.pro_list .swiper-pagination-bullets,
.pro_list .swiper-pagination-custom,
.pro_list .swiper-pagination-fraction {
  bottom: 0 !important;
}

.pro_list .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #a1a1a1;
  opacity: 1;
  transition: 0.5s all ease;
}

.pro_list .swiper-pagination span.swiper-pagination-bullet-active {
  background: #108dd6;
}

.head .nav_xl_con {
  display: none;
}

.head .nav_xl_a {
  position: absolute;
  top: 0;
  right: -10px;
  width: 60px;
  height: 50px;
  cursor: pointer;
}

.head .nav_xl_a:before,
.head .nav_xl_a:after {
  position: absolute;
  content: "";
  left: 51%;
  top: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.5s all ease;
}

.head.cur .nav_xl_a:before,
.head.cur .nav_xl_a:after {
  background: #fff;
}

.head .nav_xl_a:before {
  transform: translate3d(0, -10px, 0);
}

.head .nav_xl_a:after {
  transform: translate3d(0, 10px, 0);
}

.head .nav_xl_a span {
  position: absolute;
  opacity: 1;
  left: 51%;
  top: 50%;
  margin-left: -14.5px;
  width: 23px;
  height: 2px;
  background: #fff;
  transition: 0.5s all ease;
}

.head.cur .nav_xl_a span {
  background: #fff;
}

.head .a1:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.head .a1:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.head .a1 span {
  opacity: 0;
}

.head .nav_xl {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: 0.5s all ease;
}

.head .nav_xl ul {
  overflow: hidden;
  padding: 4% 4% 0;
}

.head .nav_xl ul li {
  overflow: hidden;
  line-height: 45px;
  background: rgba(67, 146, 235, 0.7);
  margin-left: 100px;
  margin-bottom: 2.5%;
  transition: 0.5s all ease;
}

.head .nav_xl ul li:nth-child(2n) {
  margin-left: 0;
  margin-right: 100px;
}

.head .nav_xl ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  line-height: inherit;
}

.head .nav_xl ul li:hover {
  background: rgb(67, 146, 235);
}

.head .nav_xl ul li.cur {
  background: rgb(67, 146, 235);
}

.head .nav_xl .l1 li {
  margin-left: 0;
}

.head .nav_xl .l1 li:nth-child(2n) {
  margin-right: 0;
}

.head .nav_xl .ceng {
  width: 100%;
  height: 100%;
}

.page_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page_banner img {
  display: block;
  width: 100%;
}

.page_banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  color: #0c3282;
  font-weight: bold;
}

.main {
  overflow: hidden;
}

.framecenter {
  overflow: hidden;
  padding: 2% 0;
}

.page_view {
  overflow: hidden;
  padding: 3% 0 5%;
}

.con_view {
  width: 1390px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
}

.con_view img {
  max-width: 100%;
}

.container {
  display: flex;
  padding: 1.5%;
  margin: 0 auto 1.5%;
  background: #fff;
}

.container .title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.container .title p {
  flex: 1;
  font-size: 24px;
  margin-right: 3%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container .title .operate .more {
  font-size: 18px;
  color: #999999;
}

.container .title .operate .more:hover {
  color: #2478f7;
}

.container .title .operate .search {
  display: flex;
  align-items: center;
}

.container .title .operate .search input {
  display: block;
  margin-right: 10px;
  border: none;
  width: 40px;
  line-height: 30px;
  background-image: url(../images/img/search_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: 0.5s all ease;
}

.container .title .operate .search input:focus {
  width: 200px;
  padding: 0 15px 0 40px;
  box-shadow: 0 0 10px #bc4442;
  background-position: 10px center;
}

.container .title .operate .search .btn {
  display: block;
  border: none;
  font-size: 18px;
  color: #bc4442;
  padding: 0 15px;
  line-height: 32px;
  background: none;
  cursor: pointer;
}

.container .title .operate .search .btn:hover {
  border-radius: 5px;
  color: #fff;
  background: #bc4442;
}

.news_list {
  overflow: hidden;
  flex: 1;
  margin-right: 2%;
}

.news_list ul {
  overflow: hidden;
  margin-bottom: 3%;
}

.news_list ul li {
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  transition: 0.5s all ease;
}

.news_list ul li:hover {
  background: #f5f5f5;
}

.news_list ul li div {
  overflow: hidden;
  display: flex;
  flex: 1;
  align-items: center;
  margin-right: 10px;
}

.news_list ul li div a {
  display: block;
  flex: 1;
  font-size: 18px;
  color: #666;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list ul li div a:hover {
  color: #2478f7;
  text-decoration: underline;
}

.news_list ul li div dl {
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: initial;
}

.news_list ul li div dl dd {
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  padding: 3px 10px 4px 10px;
  background: #fe920f;
  margin-right: 5px;
}

.news_list ul li div dl dd:nth-last-child(1) {
  margin-right: 0;
}

.news_list ul li p {
  font-size: 18px;
  color: #777;
}

.news_list .link {
  overflow: hidden;
}

.news_list .link dd {
  overflow: hidden;
  position: relative;
  float: left;
  padding-right: 12px;
  margin-right: 10px;
}

.news_list .link dd::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #999999;
}

.news_list .link dd a {
  font-size: 18px;
  color: #999999;
}

.news_list .link dd a:hover {
  color: #2478f7;
}

.news_list .link dd:nth-last-child(1)::after {
  display: none;
}

.news_view {
  overflow: hidden;
  flex: 1;
  margin-right: 2%;
}

.news_view .con {
  overflow: hidden;
  padding: 2% 2% 0 0;
  font-size: 18px;
  line-height: 32px;
}

.news_view .con p {
  font-size: 18px;
  line-height: 32px;
}

.news_view .con a {
  font-size: 18px;
  line-height: 32px;
}

.news_view .con img {
  max-width: 100%;
}

.notes {
  overflow: hidden;
  font-size: 18px;
  line-height: 32px;
  border-top: 1px solid #ccc;
  padding-top: 3%;
  margin-top: 3%;
}

.notes p {
  font-size: 18px;
  line-height: 32px;
}

.pic_list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
}

.pic_list ul {
  overflow: hidden;
  margin-bottom: 5%;
}

.pic_list ul li {
  overflow: hidden;
  padding-bottom: 13.9px;
  margin-bottom: 13.9px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}

.pic_list ul li div {
  overflow: hidden;
}

.pic_list ul li div img {
  display: block;
  width: 100%;
}

.pic_list ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.pic_list .more {
  font-size: 20px;
  color: #999999;
}

.pic_list .more:hover {
  color: #2478f7;
}

.menu_list {
  overflow: hidden;
  flex: 1;
  padding: 0 2% 0 0;
}

.menu_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3%;
}

.menu_list ul li {
  overflow: hidden;
  position: relative;
  top: 0;
  flex: 0 0 32%;
  margin: 0 2% 2% 0;
  transition: 0.5s all ease;
}

.menu_list ul li:nth-child(3n) {
  margin: 0 0 2% 0;
}

.menu_list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
}

.menu_list ul li a:hover {
  background: #f2f8fd;
  border-radius: 20px;
}

.menu_list ul li .pic {
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}

.menu_list ul li .pic img {
  display: block;
  width: 100%;
}

.menu_list ul li .text {
  flex: 1;
  width: calc(100% - 90px);
}

.menu_list ul li .text p {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu_list ul li .text p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  margin-bottom: 3px;
}

.code_list {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-top: 3%;
}

.code_list ul {
  overflow: hidden;
  margin-top: 3%;
}

.code_list ul li {
  flex: initial;
  float: left;
  margin: 0 2% 2% 0;
}

.code_list ul li:hover {
  top: initial;
  border-radius: initial;
  box-shadow: initial;
}

.code_list ul li div {
  overflow: hidden;
  width: 120px;
  margin-bottom: 2%;
}

.code_list ul li div img {
  display: block;
  width: 100%;
}

.code_list ul li p {
  font-size: 18px;
  text-align: center;
  line-height: initial;
}

.link_list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  width: 340px;
}

.link_list .title {
  padding-left: 20px;
}

.link_list ul {
  overflow: hidden;
}

.link_list ul li {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}

.link_list ul li:nth-last-child(1) {
  border-bottom: none;
}

.link_list ul li a {
  display: block;
  font-size: 18px;
  color: #555555;
  padding: 0 20px;
  line-height: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link_list ul li a:hover {
  color: #2478f7;
  background: #f5f5f5;
}

.link_list .more {
  font-size: 20px;
  color: #999999;
  padding: 0 15px;
  line-height: 50px;
}

.link_list .more:hover {
  color: #2478f7;
}

.keyword_list {
  overflow: hidden;
  flex: 1;
  margin-right: 2%;
}

.keyword_list ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2% auto 1.5%;
}

.keyword_list ul li {
  overflow: hidden;
  flex: 0 0 16.25%;
  margin: 0 0.5% 0.5% 0;
  background: #f6f6f6;
  transition: 0.5s all ease;
}

.keyword_list ul li:nth-child(6n) {
  margin: 0 0 0.5% 0;
}

.keyword_list ul li:nth-last-child(1) a {
  color: #b73333;
}

.keyword_list ul li:nth-last-child(1):hover a {
  color: red;
}

.keyword_list ul li a {
  display: block;
  font-size: 16px;
  color: #2478f7;
  padding: 10px 20px;
  line-height: 25px;
  text-align: center;
}

.keyword_list ul li:hover {
  background: #dddddd;
}

.keyword_list ul li:hover a {
  color: #0055d5;
}

.label_list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 340px;
}

.label_list ul li {
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.label_list ul li:nth-last-child(1) {
  border-bottom: none;
}

.label_list ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  line-height: 65px;
  background: #71b9fd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.label_list ul li a:hover {
  background: #0e3ee0;
  box-shadow: 0 0 10px #0e3ee0;
}

.label_list .more {
  font-size: 20px;
  color: #999999;
}

.label_list .more:hover {
  color: #2478f7;
}

.policy_menu {
  overflow: hidden;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  width: 340px;
}

.policy_menu .title {
  padding-left: 20px;
  text-align: center;
}

.policy_menu .menu div {
  padding: 0 20px;
  background: #fcf8e3;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.policy_menu .menu div a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #8a6d3b;
  line-height: 70px;
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.policy_menu .menu div a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/img/policy_menu_icon.png) center center no-repeat;
  transition: 0.5s all ease;
}

.policy_menu .menu div.on a::before {
  transform: rotate(-180deg);
}

.policy_menu .menu ul {
  overflow: hidden;
  display: none;
}

.policy_menu .menu ul li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.policy_menu .menu ul li a {
  display: block;
  font-size: 20px;
  color: #666;
  padding: 0 25px;
  line-height: 55px;
}

.policy_menu .menu ul li a.red {
  color: #a63f40;
  background: #fff;
}

.policy_menu .menu ul li a:hover {
  color: #2478f7;
  background: #f5f5f5;
}

.keyword_view {
  overflow: hidden;
  flex: 1;
  margin-right: 2%;
}

.keyword_view .search {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-width: 70%;
  padding-bottom: 15px;
}

.keyword_view .search select {
  height: 40px;
  padding: 0 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 10px;
}

.keyword_view .search input {
  display: block;
  flex: 1;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.5s all ease;
}

.keyword_view .search input:focus {
  border-color: #0e3ee0;
}

.keyword_view .search .btn {
  display: block;
  font-size: 18px;
  color: #666666;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: none;
  transition: 0.5s all ease;
  cursor: pointer;
}

.keyword_view .search .btn:hover {
  color: #fff;
  border-color: #0e3ee0;
  background: #0e3ee0;
}

.keyword_view .keyword_list {
  margin: 3% auto;
  padding-bottom: 1.5%;
  border-bottom: 1px solid #ddd;
}

.keyword_view .keyword_list .title {
  padding-left: 20px;
  background: #eeeeee;
  border-bottom: none;
}

.keyword_view .keyword_list .title p {
  font-size: 20px;
  padding-left: 30px;
  background: url(../images/img/keyword_list_icon.png) left center no-repeat;
}

.keyword_view .con {
  overflow: hidden;
  font-size: 18px;
  color: #666666;
  line-height: 27px;
  margin-bottom: 3%;
}

.keyword_view .con div {
  overflow: hidden;
  margin-bottom: 2%;
}

.keyword_view .con div:nth-last-child(1) {
  margin-bottom: 0;
}

.keyword_view .con div p:nth-child(1) {
  font-size: 20px;
  color: #333;
  margin-bottom: 1%;
}

.keyword_view .con p {
  font-size: 18px;
  color: #666666;
}

.keyword_menu {
  overflow: hidden;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  width: 340px;
}

.keyword_menu .title {
  padding-left: 20px;
  text-align: center;
}

.keyword_menu ul {
  overflow: hidden;
}

.keyword_menu ul li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.keyword_menu ul li a {
  display: block;
  font-size: 20px;
  color: #666;
  padding: 0 20px;
  line-height: 55px;
  cursor: pointer;
}

.keyword_menu ul li a.red {
  color: #a63f40;
  background: #fff;
}

.keyword_menu ul li a:hover {
  color: #2478f7;
  background: #f5f5f5;
}

.submitTool_view {
  flex: 1;
  margin: 2% 3%;
}

.submitTool_view .title {
  display: block;
  border-bottom: none;
  line-height: 30px;
}

.submitTool_view .title p {
  font-size: 14px;
  color: #b5b5b5;
}

.submitTool_view .title p:nth-child(1) {
  font-size: 26px;
  color: #333333;
}

.submitTool_view .title p span {
  font-size: 16px;
  color: #b5b5b5;
}

.submitTool_view .con {
  margin-top: 2%;
}

.submitTool_view .con ul {
  display: flex;
  flex-wrap: wrap;
}

.submitTool_view .con ul li {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
  margin: 0 4% 3% 0;
}

.submitTool_view .con ul li p {
  font-size: 16px;
  margin-bottom: 2%;
}

.submitTool_view .con ul li input {
  display: block;
  flex: 1;
  padding: 0 15px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: 0.5s all ease;
}

.submitTool_view .con ul li input:focus {
  border-color: #0e3ee0;
}

.submitTool_view .con ul li textarea {
  display: block;
  resize: none;
  padding: 15px;
  min-height: 190px;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: 0.5s all ease;
}

.submitTool_view .con ul li textarea:focus {
  border-color: #0e3ee0;
}

.submitTool_view .con ul li .btn {
  float: left;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  background: #108dd6;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all ease;
}

.submitTool_view .con ul li .btn:hover {
  box-shadow: 0 0 10px #108dd6;
}

.submitTool_view .con ul li.full {
  flex: 0 0 100%;
}

.submitTool_view .con ul li:nth-child(2n) {
  margin: 0 0 3% 0;
}

.submitTool_view .con ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.submitTool_view .con ul li:nth-last-child(1).full {
  display: block;
}

.footer {
  overflow: hidden;
  padding: 2% 0;
  background: #4c8de5;
}

.footer .menu {
  overflow: hidden;
  margin-bottom: 1%;
}

.footer .menu ul {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.footer .menu ul li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-right: 20px;
}

.footer .menu ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-43%);
  width: 1px;
  height: 60%;
  border-right: 1px solid #fff;
}

.footer .menu ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.footer .menu ul li a:hover {
  color: #0055d5;
}

.footer .menu ul li:nth-last-child(1) {
  padding-right: 0;
  margin-right: 0;
}

.footer .menu ul li:nth-last-child(1)::after {
  display: none;
}

.footer .copyright {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.footer .copyright p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.footer .copyright a {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.footer .copyright a:hover {
  color: #0055d5;
}

.suspension {
  position: fixed;
  right: 15px;
  top: 40%;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
}

.suspension ul li {
  position: relative;
  margin-bottom: 10px;
}

.suspension ul li a {
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.suspension ul li a div {
  overflow: hidden;
}

.suspension ul li a div img {
  display: block;
  margin: 0 auto;
}

.suspension ul li a p {
  color: #666666;
  text-align: center;
}

.suspension ul li a:hover {
  transform: scale(1.2);
}

.suspension ul li span {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  z-index: 10;
}

.suspension ul li span img {
  display: block;
  width: 100%;
}

.suspension ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.advertisement {
  position: fixed;
  left: 15px;
  top: 40%;
}

.advertisement .close {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 18px;
  color: #3d80b9;
  line-height: 30px;
  cursor: pointer;
}

.advertisement .con {
  overflow: hidden;
  max-width: 150px;
  box-shadow: 0 0 10px #ccc;
}

.advertisement .con img {
  display: block;
  width: 100%;
}

.page_view {
  overflow: hidden;
}

.page_view .page_location {
  overflow: hidden;
  margin-bottom: 3%;
}

.page_view .page_location div {
  overflow: hidden;
  float: right;
  font-size: 16px;
}

.page_view .page_location div a {
  font-size: 16px;
}

.page_view .page_location div a:hover {
  color: #4578c3;
}

.page_view .page_menu {
  overflow: hidden;
  margin-bottom: 3%;
}

.page_view .page_menu ul {
  overflow: hidden;
}

.page_view .page_menu ul li {
  overflow: hidden;
  float: left;
  margin-right: 3%;
}

.page_view .page_menu ul li a {
  display: block;
  font-size: 20px;
  color: #a4c1e5;
}

.page_view .page_menu ul li a:hover {
  color: #0c3282;
}

.page_view .page_menu ul li:nth-last-child(1) {
  margin-right: 0;
}

.page_view .page_con {
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  min-height: 360px;
}

.page_view .page_con img {
  max-width: 100%;
}

.page_view .page_menu_second {
  display: none;
  overflow: hidden;
}

.page_view .page_menu_second ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.page_view .page_menu_second ul li {
  overflow: hidden;
  flex: 0 0 32%;
  margin: 0 2% 2% 0;
}

.page_view .page_menu_second ul li a {
  display: block;
  font-size: 14px;
  padding: 0 7%;
  line-height: 30px;
  border: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page_view .page_menu_second ul li:hover a {
  color: #fff;
  border-color: rgb(21, 78, 159);
  background: rgb(21, 78, 159);
  border-radius: 5px;
}

.page_view .page_menu_second ul li:nth-child(3n) {
  margin: 0 0 2% 0;
}

.pages a {
  display: block;
  float: left;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 5px;
  font-size: 14px;
  color: #0b67e3;
  background: #fff;
  margin: 0 1% 2% 0;
}

.pages a:nth-last-child(1) {
  margin: 0 0 2% 0;
}

.pages a:hover, .pages .cur {
  color: #fff;
  background: #0b67e3;
  box-shadow: 0 0 10px #0b67e3;
}

.pages .disabled {
  color: #9b9b9b;
  pointer-events: none;
}

.pages a.current {
  color: #fff;
  background: #0b67e3;
  box-shadow: 0 0 10px #0b67e3;
}

.page_nav_menu {
  display: none;
  overflow: hidden;
}

.page_nav_xl {
  position: fixed;
  top: 56px;
  width: 100%;
  font-size: 15px;
  line-height: 46px;
  text-indent: 3%;
  color: #fff;
  background: rgba(21, 78, 159, 0.9);
  z-index: 2;
  cursor: pointer;
  transition: 0.5s all linear;
}

.page_nav_xl img {
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -3.5px;
  transition: 0.5s all ease;
}

.page_nav_xl ul {
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  margin: 0 auto;
  width: 100%;
  background: rgba(238, 238, 238, 0.95);
  z-index: 10;
}

.page_nav_xl ul li {
  overflow: hidden;
  text-align: left;
  text-indent: 4%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.page_nav_xl ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page_nav_xl ul li a:hover {
  color: #154e9f;
}

.page_nav_xl ul li.cur a {
  color: #154e9f;
}

.page_nav_hover img {
  transform: rotate(-180deg);
}

.page_nav_ceng {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media screen and (max-width: 1460px) {
  /*public*/
  .head .head_b .menu ul li a {
    font-size: 15px;
    line-height: 50px;
  }

  .head .head_b .menu ul li div {
    top: 50px;
  }

  .head .head_b .menu ul li div dl dd a {
    line-height: 40px;
  }

  .con_view {
    width: 95%;
  }

  /*page*/
  .container .title p {
    font-size: 22px;
  }

  .container .title .operate .more {
    font-size: 16px;
  }

  .pro_list {
    height: 200px;
  }

  .pro_list .swiper-wrapper .swiper-slide .text p {
    font-size: 13px;
  }

  .pro_list .swiper-wrapper .swiper-slide .text p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 0;
  }

  .news_list ul {
    margin-bottom: 2%;
  }

  .news_list ul li {
    line-height: 55px;
  }

  .news_list ul li div a {
    font-size: 17px;
  }

  .news_list ul li div dl dd {
    font-size: 14px;
  }

  .news_list ul li p {
    font-size: 16px;
  }

  .news_list .link dd a {
    font-size: 17px;
  }


  .pic_list {
    width: 270px;
  }

  .pic_list ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pic_list .more {
    font-size: 18px;
  }

  .link_list {
    width: 290px;
  }

  .link_list ul li a {
    font-size: 16px;
    line-height: 45px;
  }

  .link_list .more {
    font-size: 17px;
    line-height: 40px;
  }

  .keyword_list ul li a {
    font-size: 14px;
  }

  .footer .menu ul li a {
    font-size: 17px;
  }

  .footer .copyright p {
    font-size: 17px;
  }

  .footer .copyright a {
    font-size: 17px;
  }

  .label_list {
    width: 240px;
  }

  .label_list ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .label_list ul li a {
    font-size: 16px;
    line-height: 60px;
  }

  .label_list .more {
    font-size: 18px;
  }

  .code_list ul li p {
    font-size: 16px;
  }

  .policy_menu {
    width: 290px;
  }

  .policy_menu .menu div a {
    font-size: 18px;
    line-height: 60px;
  }

  .policy_menu .menu ul li a {
    font-size: 18px;
    line-height: 50px;
  }

  .news_view .con {
    font-size: 16px;
    line-height: 27px;
  }

  .news_view .con p {
    font-size: 16px;
    line-height: 27px;
  }

  .news_view .con a {
    font-size: 16px;
    line-height: 27px;
  }

  .notes {
    padding-top: 2%;
    margin-top: 2%;
  }

  .notes {
    font-size: 16px;
    line-height: 30px;
  }

  .notes p {
    font-size: 16px;
    line-height: 30px;
  }

  .code_list {
    margin-top: 2%;
  }

  .keyword_view .search .btn {
    font-size: 16px;
  }

  .keyword_view .keyword_list .title p {
    font-size: 18px;
  }

  .keyword_view .con {
    font-size: 16px;
  }

  .keyword_view .con p {
    font-size: 16px;
  }

  .keyword_menu {
    width: 290px;
  }

  .keyword_menu ul li a {
    font-size: 18px;
    line-height: 50px;
  }

  .keyword_view .con div p:nth-child(1) {
    font-size: 18px;
  }

  .submitTool_view {
    margin: 2% 3% 2% 1%;
  }

  .submitTool_view .title p {
    font-size: 14px;
  }

  .submitTool_view .title p:nth-child(1) {
    font-size: 24px;
  }

  .submitTool_view .con ul li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1060px) {
  /*public*/
  .head .head_t .logo img {
    height: 40px;
  }

  .head .head_t .operate {
    margin-top: 10px;
  }

  .head .head_t .operate .search input {
    line-height: 33px;
  }

  .head .head_t .operate .search .btn {
    line-height: 33px;
  }

  .head .head_t .operate .code {
    width: 60px;
  }

  .head .head_b .menu ul li a {
    font-size: 14px;
    line-height: 45px;
  }

  .head .head_b .menu ul li div {
    top: 45px;
  }

  .head .head_b .menu ul li div dl dd a {
    line-height: 35px;
  }

  .footer .menu ul li a {
    font-size: 15px;
  }

  .footer .copyright p {
    font-size: 15px;
  }

  .footer .copyright a {
    font-size: 15px;
  }

  /*page*/
  .container .title {
    line-height: 50px;
  }

  .container .title p {
    font-size: 20px;
  }

  .container .title .operate .more {
    font-size: 15px;
  }

  .news_list ul li {
    line-height: 50px;
  }

  .news_list ul li div a {
    font-size: 16px;
  }

  .news_list ul li div dl dd {
    font-size: 13px;
    margin-right: 3px;
  }

  .news_list ul li p {
    font-size: 15px;
  }

  .news_list .link dd a {
    font-size: 15px;
  }

  .pic_list {
    width: 220px;
  }

  .pic_list .more {
    font-size: 16px;
  }

  .link_list {
    width: 240px;
  }

  .link_list ul li a {
    font-size: 15px;
    line-height: 40px;
  }

  .link_list .more {
    font-size: 16px;
  }

  .keyword_list ul li a {
    font-size: 13px;
    padding: 7px 15px;
    line-height: 23px;
  }

  .label_list ul li a {
    font-size: 15px;
    line-height: 50px;
  }

  .label_list .more {
    font-size: 16px;
  }

  .code_list ul li p {
    font-size: 14px;
  }

  .policy_menu {
    width: 240px;
  }

  .policy_menu .menu div a {
    font-size: 16px;
    line-height: 50px;
  }

  .policy_menu .menu ul li a {
    font-size: 16px;
    line-height: 40px;
  }

  .news_view .con {
    font-size: 14px;
  }

  .news_view .con p {
    font-size: 14px;
  }

  .news_view .con a {
    font-size: 14px;
  }

  .notes {
    font-size: 15px;
    line-height: 27px;
  }

  .notes p {
    font-size: 15px;
    line-height: 27px;
  }

  .keyword_view .search select {
    height: 35px;
  }

  .keyword_view .search input {
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
  }

  .keyword_view .search .btn {
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
  }

  .keyword_view .keyword_list .title p {
    font-size: 16px;
  }

  .keyword_view .con {
    font-size: 14px;
    line-height: 25px;
  }

  .keyword_view .con p {
    font-size: 14px;
  }

  .keyword_view .con div p:nth-child(1) {
    font-size: 16px;
  }

  .keyword_menu {
    width: 240px;
  }

  .keyword_menu ul li a {
    font-size: 16px;
    line-height: 40px;
  }

  .submitTool_view .title {
    line-height: 30px;
  }

  .submitTool_view .title p {
    font-size: 14px;
  }

  .submitTool_view .title p:nth-child(1) {
    font-size: 22px;
  }

  .submitTool_view .title p span {
    font-size: 15px;
  }
}

@media screen and (max-width: 860px) {
  /*public*/
  .head .head_b .menu ul li a {
    padding: 0;
  }

  .pro_list .swiper-wrapper .swiper-slide .pic {
    margin-right: 10px;
  }

  .container .title .operate .search .btn {
    font-size: 15px;
  }

  .container .title .operate .search input {
    line-height: 27px;
  }

  .container .title .operate .search .btn {
    line-height: 27px;
  }

  /*page*/
  .container .title {
    line-height: 40px;
  }

  .container .title p {
    font-size: 17px;
  }

  .container .title .operate .more {
    font-size: 14px;
  }

  .news_list ul li div a {
    font-size: 14px;
  }

  .news_list ul li div dl dd {
    font-size: 12px;
    padding: 3px 7px 4px 7px;
  }

  .news_list ul li p {
    font-size: 13px;
  }

  .news_list .link dd a {
    font-size: 14px;
  }

  .pic_list {
    width: 180px;
  }

  .pic_list .more {
    font-size: 14px;
  }

  .link_list {
    width: 195px;
  }

  .link_list ul li a {
    font-size: 13px;
    line-height: 37px;
  }

  .link_list .more {
    font-size: 14px;
  }

  .keyword_list ul li a {
    font-size: 12px;
    line-height: 20px;
  }

  .label_list {
    width: 190px;
  }

  .label_list ul li a {
    font-size: 13px;
    line-height: 40px;
  }

  .label_list .more {
    font-size: 14px;
  }

  .code_list ul li p {
    font-size: 13px;
  }

  .policy_menu {
    width: 195px;
  }

  .policy_menu .menu div a {
    font-size: 14px;
    line-height: 40px;
    padding-left: 23px;
  }

  .policy_menu .menu ul li a {
    font-size: 14px;
    line-height: 35px;
  }

  .policy_menu .menu div a::before {
    background-size: 70%;
  }

  .news_view .con {
    font-size: 13px;
    line-height: 25px;
  }

  .news_view .con p {
    font-size: 13px;
    line-height: 25px;
  }

  .news_view .con a {
    font-size: 13px;
    line-height: 25px;
  }

  .notes {
    font-size: 14px;
    line-height: 23px;
  }

  .notes p {
    font-size: 14px;
    line-height: 23px;
  }

  .keyword_view .con {
    font-size: 13px;
    line-height: 23px;
  }

  .keyword_view .con p {
    font-size: 13px;
  }

  .keyword_view .con div p:nth-child(1) {
    font-size: 15px;
  }

  .keyword_menu {
    width: 190px;
  }

  .keyword_menu ul li a {
    font-size: 14px;
    line-height: 35px;
  }

  .submitTool_view .title {
    line-height: 30px;
  }

  .submitTool_view .title p {
    font-size: 13px;
  }

  .submitTool_view .title p:nth-child(1) {
    font-size: 20px;
  }

  .submitTool_view .title p span {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  /*public*/
  .head {
    position: fixed;
    top: 0;
    z-index: 2;
  }

  .head .head_t .logo {
    margin: 10px auto;
  }

  .head .head_t .logo img {
    height: 30px;
  }

  .head .head_t .operate {
    display: none;
  }

  .head .menu {
    display: none;
  }

  .container .news_list .title .search {
    display: none;
  }

  .head .head_b.mobile_search .search {
    display: flex;
  }

  .head .nav_xl_con {
    display: block;
  }

  .main {
    margin-top: 50px;
  }

  .main.mobile_search {
    margin-top: 110px;
  }

  .container {
    display: block;
    padding: 1.5% 3% !important;
    margin: 0 auto 3%;
  }

  .container .title {
    margin: 0 auto !important;
  }

  .advertisement {
    display: none;
  }

  .suspension {
    display: none;
  }

  .footer .menu ul li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .footer .menu ul li::after {
    height: 40%;
  }

  .footer .menu ul li a {
    font-size: 13px;
  }

  .footer .copyright p {
    font-size: 13px;
  }

  .footer .copyright a {
    font-size: 13px;
  }

  .pages a {
    font-size: 13px;
    padding: 0 13px;
  }

  /*page*/
  .news_list {
    margin-right: 0;
    margin-bottom: 3%;
  }

  .pic_list {
    width: 100%;
  }

  .pic_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
  }

  .pic_list ul li {
    flex: 0 0 49%;
    margin: 0 2% 2% 0;
    padding-bottom: 0;
    border: none;
  }

  .pic_list ul li:nth-child(2n) {
    margin: 0 0 2% 0;
  }

  .link_list {
    display: none;
  }

  .keyword_list ul li {
    flex: 0 0 24.25%;
    margin: 0 1% 1% 0;
  }

  .keyword_list ul li:nth-child(6n) {
    margin: 0 1% 1% 0;
  }

  .keyword_list ul li:nth-child(4n) {
    margin: 0 0 1% 0;
  }

  .keyword_list ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .label_list {
    display: none;
  }

  .menu_list {
    overflow: initial;
    padding: 0;
  }

  .menu_list ul li {
    flex: 0 0 49%;
    margin: 0 2% 3% 0;
  }

  .menu_list ul li:nth-child(3n) {
    margin: 0 2% 3% 0;
  }

  .menu_list ul li:nth-child(2n) {
    margin: 0 0 3% 0;
  }

  .code_list ul li {
    flex: initial;
  }

  .policy_menu {
    display: none;
  }

  .keyword_view {
    margin-right: 0;
  }

  .keyword_menu {
    display: none;
  }

  .keyword_view .search {
    min-width: initial;
    width: 100%;
  }

  .submitTool_view {
    margin: 0 auto;
  }

  .toolindex .mobile_search, .indexindex .mobile_search, .searchindex .mobile_search, .statutedetail .mobile_search, .newsdetail .mobile_search, .articledetail .mobile_search {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  /*public*/
  .head .nav_xl ul li {
    line-height: 40px;
  }

  .head .nav_xl ul li a {
    font-size: 15px;
  }

  .footer .menu ul li a {
    font-size: 12px;
  }

  .footer .copyright p {
    font-size: 12px;
  }

  .footer .copyright a {
    font-size: 12px;
  }

  .container .title {
    line-height: 35px;
  }

  .container .title p {
    font-size: 14px;
  }

  .container .title .operate .more {
    font-size: 13px;
  }

  /*page*/
  .pro_list {
    height: 150px;
  }

  .pro_list .swiper-wrapper .swiper-slide a {
    padding: 10px;
  }

  .pro_list .swiper-wrapper .swiper-slide .pic {
    width: 32px;
    height: 32px;
  }

  .pro_list .swiper-wrapper .swiper-slide .text p {
    font-size: 12px;
    line-height: 20px;
  }

  .pro_list .swiper-wrapper .swiper-slide .text p:nth-child(1) {
    font-size: 13px;
  }

  .pro_list .swiper-pagination span {
    width: 8px;
    height: 8px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .news_list {
    margin-bottom: 2%;
  }

  .news_list ul li {
    line-height: 40px;
    padding: 0 5px;
  }

  .news_list ul li div {
    margin-right: 6px;
  }

  .news_list ul li div a {
    font-size: 13px;
  }

  .news_list ul li div dl dd {
    padding: 3px 5px 4px 5px;
  }

  .news_list ul li p {
    font-size: 12px;
  }

  .news_list .link dd {
    padding-right: 10px;
    margin-right: 8px;
  }

  .news_list .link dd a {
    font-size: 13px;
  }

  .pic_list .more {
    font-size: 13px;
  }

  .keyword_list ul li a {
    font-size: 12px;
    padding: 7px 10px;
  }

  .submitTool_view .con ul li {
    flex: 0 0 100%;
    margin: 0 0 3% 0;
  }
}

.search_list {
  overflow: hidden;
  flex: 1;
  margin-top: 10px;
}

.search_list ul {
  overflow: hidden;
  margin-bottom: 3%;
}

.search_list ul li {
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  transition: 0.5s all ease;
}

.search_list ul li:hover {
  background: #f5f5f5;
}

.search_list ul li div {
  overflow: hidden;
  display: flex;
  flex: 1;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.search_list ul li div a {
  display: block;
  flex: 1;
  font-size: 18px;
  color: #666;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search_list ul li div a:hover {
  color: #2478f7;
  text-decoration: underline;
}

.search_list ul li div dl {
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: initial;
}

.search_list ul li div dl dd {
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  padding: 3px 10px 4px 10px;
  background: #fe920f;
  margin-right: 5px;
}

.search_list ul li div dl dd:nth-last-child(1) {
  margin-right: 0;
}

.search_list ul li p {
  font-size: 18px;
  color: #777;
}

.news_list .nav-tabs {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.news_list .nav-tabs li {
  float: left;
  margin-bottom: -1px;
  padding: 0;
  border: 0;
  margin-right: 10px;
}

.news_list .nav-tabs li a {
  font-size: 16px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
}

.news_list .nav-tabs .active a {
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff;
}

.join_url {
  position: relative;
  margin-bottom: 15px;
}

.join_url:hover a {
  display: block;
}

.join_url a {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 5px 20px;
  z-index: 3;
  background-color: rgb(255, 255, 0);
  color: #337ab7;
}

.error_page {
  padding: 50px;
  text-align: center;
  min-height: 100px;
}

#sidebar {
  position: fixed;
  z-index: 100;
  text-align: center;
  right: 10px;
  top: 50%;
  margin-top: -220px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#sidebar .hover-revert {
  color: #7a808f;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

#sidebar .hover-revert a {
  color: #7a808f !important;
}

#sidebar .hover-revert:hover a {
  color: #fff !important;
}

#sidebar .hover-revert:hover {
  background-color: #055fe6;
  color: #fff;
}

#sidebar .hover-revert:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#sidebar .hover-revert:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#sidebar .hover-revert .si {
  padding: 10px 10px 5px 10px;
  text-align: center;
  line-height: normal;
}

#sidebar .hover-revert .si i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/si.png);
  background-repeat: no-repeat;
}

#sidebar .hover-revert .si1 {
  background-position: 0 0;
}

#sidebar .hover-revert:hover .si1 {
  background-position: -24px 0;
}

#sidebar .hover-revert:hover .tooltip {
  display: block;
}

#sidebar .hover-revert .si2 {
  background-position: 0 -24px;
}

#sidebar .hover-revert:hover .si2 {
  background-position: -24px -24px;
}

#sidebar .hover-revert .si3 {
  background-position: 0 -48px;
}

#sidebar .hover-revert:hover .si3 {
  background-position: -24px -48px;
}

#sidebar .hover-revert .si4 {
  background-position: 0 -72px;
}

#sidebar .hover-revert:hover .si4 {
  background-position: -24px -72px;
}

#sidebar .hover-revert .si5 {
  background-position: 0 -96px;
}

#sidebar .hover-revert:hover .si5 {
  background-position: -24px -96px;
}

#sidebar .hover-revert .si6 {
  background-position: 0 -120px;
}

#sidebar .hover-revert:hover .si6 {
  background-position: -24px -120px;
}

#sidebar .hover-revert .text {
  font-size: 12px;
  line-height: 16px;
}


#sidebar .tooltip {
  position: absolute;
  left: -190px;
  top: -50px;
  background-color: #fff;
  font-size: 12px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: none;
}

#sidebar .tooltip .tooltip_content {
  padding: 12px 16px;
  color: #333;
  text-align: center;
  line-height: normal !important;
}

#sidebar .tooltip .tooltip_content img {
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}

#sidebar .tooltip .tooltip_arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -1px;
  border-color: #fff #fff transparent transparent;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
  box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
}
