@import './reset.css';
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Microsoft Yahei", "Arial";
  min-width: 1360px;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1360px;
  margin: 0 auto;
}
.shortcuts {
  background: #043a81;
  z-index: 1;
  width: 100%;
}
.shortcuts .wrap {
  line-height: 47px;
  position: relative;
}
.shortcuts .wrap a {
  color: #fff;
  font-size: 14px;
}
.shortcuts .wrap a img {
  vertical-align: middle;
}
.shortcuts .wrap a:before {
  content: "|";
  margin: 0 12px;
  color: #fff;
}
.shortcuts .wrap a:first-child:before {
  content: "" !important;
}
.shortcuts .wrap a:hover {
  color: #9acdf6;
}
.shortcuts .wrap .right {
  text-align: right;
}
.header {
  position: relative;
}
.header .banner-slider {
  max-width: 100%;
}
.header .arrows {
  position: absolute;
  text-align: center;
  bottom: 50%;
  width: 100%;
}
.header .arrows a {
  position: absolute;
}
.header .arrows .next {
  top: 0;
  right: 7%;
}
.header .arrows .prev {
  top: 0;
  left: 7%;
}
.header .dots {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 100%;
}
.header .dots .slick-dots {
  margin: 0 auto;
}
.header .dots .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
}
.header .dots .slick-dots li button {
  display: none;
}
.header .dots .slick-dots li.slick-active {
  background: #fff;
}
.header .nav {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.18);
  width: 100%;
  z-index: 9;
  transition: backgroundColor 0.3s ease;
  box-shadow: 5px 0 5px rgba(0,0,0,0.518);
}
.header .nav .wrap {
  background: url("/img/logo.png") left center no-repeat;
  line-height: 111px;
  transition: all 0.3s ease;
}
.header .nav .wrap:after {
  content: '';
  display: block;
  clear: both;
}
.header .nav .wrap ul {
  float: right;
}
.header .nav .wrap ul:after {
  content: '';
  display: block;
  clear: both;
}
.header .nav .wrap ul li {
  float: left;
  position: relative;
}
.header .nav .wrap ul li:hover {
  background: #999;
}
.header .nav .wrap ul li:hover .sub {
  visibility: visible;
}
.header .nav .wrap ul li:first-child a {
  border-left: none;
  background: url("/img/home.png") 0% 50% no-repeat;
  padding: 0 16px 0 26px;
  margin-left: 10px;
}
.header .nav .wrap ul li>a {
  border-left: 1px solid #417fbc;
  color: #fff;
  font-size: 16px;
  padding: 0 16px;
}
.header .nav .wrap ul li .sub {
  visibility: hidden;
  position: absolute;
  top: 111px;
  left: 0;
  background: #999;
  display: flex;
  flex-wrap: wrap;
  width: 412px;
  line-height: 42px;
}
.header .nav .wrap ul li .sub dt {
  flex: 0 0 103px;
  text-align: center;
}
.header .nav .wrap ul li .sub dt:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.header .nav .wrap ul li .sub dt a {
  color: #fff;
  font-size: 16px;
}
.headtitle {
  line-height: 30px;
  position: relative;
  margin: 40px 0;
}
.headtitle h2 {
  font-size: 30px;
  color: #356595;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding-right: 30px;
}
.headtitle .line {
  border-bottom: 1px solid #356595;
  height: 16px;
}
.headtitle a {
  position: absolute;
  right: 0;
  top: 0;
  color: #043a81;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  padding-left: 30px;
}
.headtitle a.sub {
  color: #999;
}
.news .focus {
  display: inline-block;
  width: 612px;
  margin-bottom: 30px;
  padding-bottom: 34px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.149);
  position: relative;
}
.news .focus:hover {
  box-shadow: 12px 12px 10px rgba(0,0,0,0.149);
}
.news .focus .arrows {
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
.news .focus .arrows a {
  position: absolute;
}
.news .focus .arrows .next {
  top: 0;
  right: 0;
}
.news .focus .arrows .prev {
  top: 0;
  left: 0;
}
.news .focus .dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.news .focus .dots .slick-dots {
  margin: 0 auto;
}
.news .focus .dots .slick-dots li {
  display: inline-block;
  border-radius: 50%;
  margin-left: 12px;
  padding: 4px;
}
.news .focus .dots .slick-dots li button {
  background: #d6b079;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  color: #d6b079;
}
.news .focus .dots .slick-dots li.slick-active {
  border: 1px solid #d6b079;
}
.news .focus .item {
  display: block;
}
.news .focus .item img {
  width: 612px;
  height: 346px;
}
.news .focus .item .info {
  color: #fff;
  position: relative;
}
.news .focus .item .info .date {
  background: #356595;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  position: absolute;
  top: -51px;
  left: 28px;
}
.news .focus .item .info .date .day {
  font-size: 30px;
}
.news .focus .item .info .date .mon {
  font-size: 14px;
}
.news .focus .item .info h2 {
  color: #000;
  font-size: 16px;
  margin-left: 125px;
  margin-top: 14px;
  line-height: 26px;
  max-width: 410px;
}
.news .texts {
  display: inline-block;
  width: 712px;
  float: right;
}
.news .texts .first {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
}
.news .texts .first .date {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 34px;
}
.news .texts .first .date .day {
  font-size: 32px;
  color: #043a81;
}
.news .texts .first .date .mon {
  font-size: 16px;
  color: #666;
}
.news .texts .first .text {
  margin-left: 100px;
  display: block;
}
.news .texts .first .text:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.news .texts .first .text:hover h2 {
  color: #043a81;
}
.news .texts .first .text h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.news .texts .first .text .intro {
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  margin-top: 12px;
}
.news .texts ul {
  margin-top: 20px;
}
.news .texts ul li {
  position: relative;
  padding-left: 24px;
  line-height: 50px;
  height:50px;
}
.news .texts ul li:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
}
.news .texts ul li a {
  font-size: 16px;
  color: #000;
  display: block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .texts ul li a:hover {
  transition: all 0.3s ease;
  transform: translateX(10px);
}
.news .texts ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
}
.bulltetin {
  height: 462px;
  background: url("/img/img/bg.jpg") center no-repeat;
}
.bulltetin .head {
  text-align: center;
  padding: 38px 0;
}
.bulltetin .head .item {
  color: #043a81;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  margin-right: 16px;
}
.bulltetin .head .active,
.bulltetin .head .item:hover {
  color: #fff;
  background: #043a81;
}
.bulltetin .briefs .brief {
  display: flex;
  justify-content: space-between;
}
.bulltetin .briefs .brief .item {
  flex: 0 0 322px;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.bulltetin .briefs .brief .item.hover {
  background: #043a81;
}
.bulltetin .briefs .brief .item.hover * {
  color: #fff !important;
}
.bulltetin .briefs .brief .item:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.bulltetin .briefs .brief .item .date .day {
  font-size: 26px;
  color: #043a81;
}
.bulltetin .briefs .brief .item .date .mon {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.bulltetin .briefs .brief .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: left;
  line-height: 2em;
  margin: 24px 0;
}
.bulltetin .briefs .brief .item .an {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 2em;
}
.vvv {
  margin-top: 40px;
}
.vvv:after {
  content: "";
  display: block;
  clear: both;
}
.vvv .left {
  width: 730px;
  float: left;
  box-sizing: border-box;
  position: relative;
  background: #000 url("../img/img/vd.jpg");
}
.vvv .left .box {
  position: absolute;
  left: 30px;
  bottom: -102px;
  height: 138px;
  width: 165px;
  background: #043a81;
  padding-left: 20px;
  box-sizing: border-box;
}
.vvv .left .box h2 {
  font-size: 24px;
  color: #fff;
  line-height: 77px;
  border-bottom: 2px solid #718caf;
  display: inline-block;
}
.vvv .left .box a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.vvv .left video {
  width: 730px;
  height: 460px;
  background: #000;
}
.vvv .right {
  width: 630px;
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.vvv .right dt {
  flex: 0 0 315px;
  height: 188px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 117px;
  box-sizing: border-box;
}
.vvv .right dt a {
  color: #fff;
}
.vvv .right dt:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.vvv .right dt span {
  color: #043a81;
}
.vvv .right dt:nth-of-type(1) {
  background: #4896a9 url("../img/img/b1.png") center 33% no-repeat;
}
.vvv .right dt:nth-of-type(2) {
  background: #249667 url("../img/img/b2.png") center 33% no-repeat;
}
.vvv .right dt:nth-of-type(3) {
  background: #eee url("../img/img/b3.png") center 33% no-repeat;
  color: #666;
}
.vvv .right dt:nth-of-type(3) a {
  color: #666;
}
.vvv .right dt:nth-of-type(4) {
  background: #dc8d40 url("../img/img/b4.png") center 33% no-repeat;
}
.vvv .right dt:nth-of-type(5) {
  background: #2c86c5 url("../img/img/b5.png") center 33% no-repeat;
}
.vvv .right dt:nth-of-type(5) a {
  color: #fff;
}
.vvv .right dt:nth-of-type(6) {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
}
.vvv .right dt:nth-of-type(6) a {
  color: #000;
  font-size: 16px;
  line-height: 2.5em;
  display: block;
}
.report {
  margin-top: 40px;
}
.report .head {
  text-align: center;
  padding: 38px 0;
}
.report .head .item {
  color: #043a81;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  margin-right: 16px;
}
.report .head .active,
.report .head .item:hover {
  color: #fff;
  background: #043a81;
}
.report .sliders .slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.report .sliders .slider .item {
  flex: 0 0 330px;
  padding: 20px 20px;
  box-sizing: border-box;
  height: 130px;
  display: block;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #043a81;
  margin-bottom: 35px;
  line-height: 2em;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.149);
}
.report .sliders .slider .item:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
  background: #efefef;
}
.report .sliders .slider .item h2 {
  font-size: 16px;
  color: #000;
}
.report .sliders .slider .item .date {
  text-indent: 20px;
  background: url("/img/img/t.png") left center no-repeat;
  color: #999;
  font-size: 14px;
}
.show {
  height: 588px;
  background: url("/img/img/bg1.jpg") center no-repeat;
}
.show .head {
  text-align: center;
  padding: 38px 0;
}
.show .head .item {
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  margin-right: 16px;
}
.show .head .active,
.show .head .item:hover {
  color: #fff;
  background: #cb8014;
}
.show .sliders .slider {
  display: flex;
}
.show .sliders .item {
  flex: 0 0 380px;
  padding: 40px 32px;
  box-sizing: border-box;
  height: 400px;
  display: block;
}
.show .sliders .item:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.show .sliders .item img {
  width: 600px;
  height: 400px;
}
.show .sliders .item:nth-of-type(1) {
  padding: 0;
}
.show .sliders .item:nth-of-type(2) {
  background: #fff;
}
.show .sliders .item:nth-of-type(3) {
  background: #ededed;
}
.show .sliders .item p {
  color: #666;
  font-size: 14px;
  line-height: 2em;
  margin: 60px 0;
  height: 112px;
}
.show .sliders .item h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 2em;
  height: 64px;
}
.show .sliders .item .date {
  text-indent: 20px;
  background: url("/img/img/t.png") left center no-repeat;
  color: #999;
  font-size: 14px;
}
.topics .wrap {
  position: relative;
}
.topics .wrap .arrows {
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  z-index: 1;
}
.topics .wrap .arrows a {
  position: absolute;
}
.topics .wrap .arrows .next {
  top: 0;
  right: -20px;
}
.topics .wrap .arrows .prev {
  top: 0;
  left: -20px;
}
.topics .wrap .slider {
  padding-bottom: 50px;
}
.topics .wrap .slider:after {
  content: "";
  display: block;
  clear: both;
}
.topics .wrap .slider .item {
  float: left;
  position: relative;
  margin: 0 16px;
}
.topics .wrap .slider .item:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.topics .wrap .slider .item a {
  display: block;
}
.topics .wrap .slider .item a img {
  width: 320px;
  height: 111px;
}
.topics .wrap .slider .item .title {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  line-height: 40px;
}
.footer {
  height: 376px;
  background: #043a81 url("../img/bg3.jpg") bottom right no-repeat;
}
.footer .upper {
  height: 192px;
  padding-top: 25px;
  box-sizing: border-box;
  position: relative;
}
.footer .upper .links {
  width: 430px;
}
.footer .upper .links .head {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
}
.footer .upper .links select {
  width: 190px;
  font-size: 14px;
  color: #cbe2ff;
  background: #36619a;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 20px;
  border: 1px solid #cbe2ff;
  border-radius: 5px;
}
.footer .upper .functions {
  position: absolute;
  right: 60px;
  top: 84px;
  width: 684px;
  height: 90px;
}
.footer .upper .functions .arrows {
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  z-index: 1;
}
.footer .upper .functions .arrows a {
  position: absolute;
}
.footer .upper .functions .arrows .next {
  top: 0;
  right: -20px;
}
.footer .upper .functions .arrows .prev {
  top: 0;
  left: -20px;
}
.footer .upper .functions .items {
  display: inline-block;
  padding-top: 20px;
  margin: 0 18px;
}
.footer .upper .functions .items a {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 2.5em;
}
.footer .upper .functions .items img {
  width: 57px;
  height: 57px;
}
.footer .down {
  background: url("/img/logo.png") left center no-repeat;
  height: 187px;
  padding-left: 490px;
  padding-top: 60px;
  box-sizing: border-box;
}
.footer .down:after {
  content: "";
  display: block;
  clear: both;
}
.footer .down .addr {
  font-size: 14px;
  color: #fff;
  float: left;
}
.footer .down .addr p {
  line-height: 2em;
}
.footer .down .erma {
  float: right;
}
.footer .down .erma:after {
  content: "";
  display: block;
  clear: both;
}
.footer .down .erma .item {
  display: block;
  float: right;
  margin-left: 30px;
}
.copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #00306e;
}
.copyright span {
  margin-left: 50px;
  line-height: 50px;
}
.copyright span:first-child {
  margin-left: 0;
}
.copyright .an {
  padding-left: 20px;
  background: url("/img/an.png") left center no-repeat;
}
.sidetools {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 72px;
  padding-top: 30px;
}
.sidetools .shut {
  position: absolute;
  top: 0;
  right: 0;
}
.sidetools .a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-top: 48px;
  height: 72px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
}
.sidetools .a:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.sidetools .a1 {
  background: #dc5656 url("../img/img/g1.png") center 30% no-repeat;
}
.sidetools .a2 {
  background: #56a5dc url("../img/img/g2.png") center 30% no-repeat;
}
.sidetools .a3 {
  background: #567fdc url("../img/img/g3.png") center 30% no-repeat;
}
.sidetools .a4 {
  background: #56c391 url("../img/img/g4.png") center 30% no-repeat;
}
.sidetools .a5 {
  background: #c37a56;
  padding-top: 20px;
}
.searchlayer {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 101;
  display: none;
}
.searchlayer .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: url("/img/img/close.png") center center no-repeat;
  background-size: cover;
}
.searchlayer .so {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 45px;
  line-height: 45px;
  width: 550px;
  margin-top: -100px;
}
.searchlayer .so .inp {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  box-shadow: 3px 3px 3px #000 inset;
  padding: 0 12px;
  font-size: 16px;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  outline: 0px;
}
.searchlayer .so .btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #940783;
  color: #fff;
  width: 120px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0;
  border: none;
  transition: 0.3s;
}
.searchlayer .so .btn:hover {
  opacity: 0.8;
}
.header .inner-banner img {
  width: 100%;
  height:360px;
}
.header .tree {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.header .tree .wrap {
  position: relative;
}
.header .tree .wrap h2 {
  width: 300px;
  height: 110px;
  background: #043a81;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 110px;
}
.main .shake {
  float: left;
  width: 300px;
  border-left: 8px solid #043a81;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0;
}
.main .shake dt {
  padding-left: 60px;
}
.main .shake dt a {
  color: #000;
  font-size: 20px;
  padding-left: 30px;
  line-height: 60px;
  box-sizing: border-box;
}
.main .shake dt.current,
.main .shake dt:hover {
  border-bottom: 1px solid #eee;
}
.main .shake dt.current a,
.main .shake dt:hover a {
  color: #043a81;
}
.main .shake dt.current a:after,
.main .shake dt:hover a:after {
  content: ">";
  margin-left: 16px;
  font-size: 20px;
}
.main .mainbody {
  margin-left: 338px;
  min-height: 700px;
}
.main .mainbody .head {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.main .mainbody .head h2 {
  font-size: 30px;
  color: #043a81;
  line-height: 94px;
}
.main .mainbody .head .whereami {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: url("/img/pos.png") left center no-repeat;
  padding-left: 20px;
  line-height: 2em;
}
.main .mainbody .head .whereami span,
.main .mainbody .head .whereami a {
  color: #666;
  font-size: 14px;
}
.main .mainbody .head .whereami a:before {
  content: " > ";
}
.main .mainbody .head .whereami a:nth-of-type(1) {
  padding-left: 24px;
  background: url("/img/home1.png") left center no-repeat;
}
.main .mainbody .head .whereami a:nth-of-type(1):before {
  content: "";
}
.main .mainbody .list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 30px 0;
  position: relative;
}
.main .mainbody .list li:hover {
  background: rgba(0,0,0,0.012);
}
.main .mainbody .list li:hover a {
  padding-left: 5px;
}
.main .mainbody .list li p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
  display: block;
  width: 90%;
  min-height: 60px;
}
.main .mainbody .list li a {
  font-size: 20px;
  color: #000;
  line-height: 60px;
  display: block;
  width: 85%;
}
.main .mainbody .list li .date {
  position: absolute;
  right: 0;
  top: 65px;
  text-align: center;
  line-height: 40px;
}
.main .mainbody .list li .date .day {
  font-size: 36px;
  color: #043a81;
}
.main .mainbody .list li .date .mon {
  font-size: 14px;
  color: #666;
}
.main .mainbody .zhuanye li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 30px 230px;
  position: relative;
}
.main .mainbody .zhuanye li:hover {
  background: rgba(0,0,0,0.012);
}
.main .mainbody .zhuanye li:hover a {
  padding-left: 5px;
}
.main .mainbody .zhuanye li p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
  display: block;
  min-height: 60px;
}
.main .mainbody .zhuanye li a {
  font-size: 20px;
  color: #000;
  line-height: 60px;
  display: block;
}
.main .mainbody .zhuanye li .img {
  position: absolute;
  left: 0;
  top: 42px;
  width: 200px;
  height: 125px;
}
.article h1 {
  color: #043a81;
  font-size: 20px;
  text-align: center;
  line-height: 3em;
  margin-top: 30px;
  font-weight: bold;
}
.article .date {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.article article {
  margin: 30px 0;
  font-size: 16px;
  color: #000;
  line-height: 2em;
}
.article article img {
  max-width: 100%;
}
.article .shift {
  color: #000;
  font-size: 16px;
  padding-bottom: 60px;
}
.article .shift a {
  color: #000;
  font-size: 16px;
  line-height: 2em;
}
.bslist {
  margin: 50px 0;
}
.bslist h2 {
  font-size: 20px;
  color: #000;
  float: left;
  width: 124px;
  height: 40px;
  border-right: 1px solid #ccc;
  line-height: 2em;
}
.bslist p {
  font-size: 16px;
  color: #000;
  line-height: 3em;
  text-align: center;
}
.bslist .line {
  height: 228px;
}
.bslist .line:after {
  content: "";
  display: block;
  clear: both;
}
.bslist .line .box {
  width: 200px;
  display: inline-block;
  margin-left: 38px;
}
.bslist .line .item {
  width: 384px;
  float: left;
}
.bslist .line .item:after {
  content: "";
  display: block;
  clear: both;
}
.bslist .line .item2 {
  width: 610px;
  float: right;
}
.bslist .line .item2:after {
  content: "";
  display: block;
  clear: both;
}
.jlist {
  padding: 50px 0 80px;
}
.jlist:after {
  content: "";
  display: block;
  clear: both;
}
.jlist a {
  display: block;
  float: left;
  background: url("/img/jj.png") left center no-repeat;
  padding-left: 50px;
  font-size: 18px;
  color: #333;
  width: 21%;
  line-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jlist a:nth-of-type(5n) {
  float: right;
  width: 15%;
}