.main section {
  padding-top: 20px;
  padding-bottom: 40px;
}
.main .tab > .tab-bar {
  border-bottom: 1px solid #e8e8e8;
}
.main .tab > .tab-bar > b {
  padding-left: 5px;
  padding-right: 5px;
}
.main .tab > .tab-bar > span {
  display: inline-block;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.main .tab > .tab-bar > span a {
  color: #333;
}
.main .tab > .tab-bar > span.active {
  color: #0d5ab4;
  font-weight: 600;
  border-bottom: 3px solid #0d5ab4;
}
.main .tab > .tab-bar > span.active a {
  color: #0d5ab4;
}
.main .tab > .tab-container > .tab-content {
  display: none;
}
.main .tab > .tab-container > .tab-content.active {
  display: block;
}
.main .article-list {
  list-style: none;
  padding-top: 10px;
}
.main .article-list .item {
  height: 50px;
  line-height: 50px;
}
.main .article-list .item:before {
  content: '•';
  float: left;
  color: #c0c0c0;
  margin-right: 5px;
}
.main .article-list .item .title {
  float: left;
  width: 255px;
  color: #616161;
}
.main .article-list .item .title a {
  color: #616161;
}
.main .article-list .item .time {
  float: right;
  color: #c0c0c0;
  padding-right: 5px;
}
.main .f_1 .swiper-container {
  float: left;
  width: 640px;
  height: 368px;
}
.main .f_1 .swiper-container .swiper-slide {
  background-color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .f_1 .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.main .f_1 .swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.main .f_1 .swiper-container .swiper-pagination.swiper-pagination-custom {
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: right;
  padding-right: 5px;
  bottom: 0!important;
}
.main .f_1 .swiper-container .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.main .f_1 .swiper-container .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fe3600;
}
.main .f_1 .article-container {
  float: right;
  height: 368px;
  width: 460px;
}
.main .f_1 .article-container .title-box {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.main .f_1 .article-container .title-box .icon {
  float: left;
  margin-right: 10px;
}
.main .f_1 .article-container .title-box .icon img {
  width: 31px;
  height: 30px;
}
.main .f_1 .article-container .title-box .title {
  float: left;
  line-height: 30px;
  color: #0d5ab4;
  font-weight: 600;
}
.main .f_1 .article-container > .article-list .item {
  height: 60px;
  line-height: 60px;
}
.main .f_1 .article-container > .article-list .item .title {
  width: 340px;
}
.main .f_2 .left {
  float: left;
  width: 540px;
}
.main .f_2 .right {
  float: right;
  width: 540px;
}
.main .f_2 .article-list {
  height: 260px;
}
.main .f_2 .article-list .item {
  height: 50px;
  line-height: 50px;
}
.main .f_2 .article-list .item .title {
  width: 400px;
}
.main .f_3 .part-title {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.main .f_3 .part-title .t {
  display: inline-block;
}
.main .f_3 .part-title .t .icon {
  float: left;
}
.main .f_3 .part-title .t .icon img {
  margin-top: 5px;
  width: 29px;
  height: 23px;
}
.main .f_3 .part-title .t a {
  float: left;
  margin-left: 15px;
  color: #0d5ab4;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.main .f_3 .cate-list {
  margin: 30px 0;
}
.main .f_3 .cate-list .item {
  float: left;
  text-align: center;
  width: 257px;
  margin-right: 30px;
}
.main .f_3 .cate-list .item:last-child {
  margin-right: 0;
}
.main .f_3 .cate-list .item:hover .img img {
  transition: transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -webkit-transition: -webkit-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -moz-transform: scale(1.2, 1.2);
  /* Firefox */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2, 1.2);
  /* Opera */
}
.main .f_3 .cate-list .item .img {
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.main .f_3 .cate-list .item .img img {
  width: 100%;
  height: 163px;
  transition: transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -webkit-transition: -webkit-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
}
.main .f_3 .cate-list .item .title {
  line-height: 40px;
  background-color: #2A8CC9;
  color: #fff;
}
.main .f_4 {
  background-color: #f6f6f6;
  padding: 20px 0;
}
.main .f_4 .left {
  width: 830px;
  float: left;
}
.main .f_4 .left .part:first-child {
  margin-bottom: 60px;
}
.main .f_4 .left .part .title-box {
  border-left: 3px solid #0d5ab4;
  padding-left: 10px;
}
.main .f_4 .left .part .title-box a {
  color: #0d5ab4;
  font-size: 20px;
  font-weight: 600;
}
.main .f_4 .left .part .part-l {
  background-color: #fff;
  float: left;
  width: 390px;
  padding: 10px;
}
.main .f_4 .left .part .part-r {
  background-color: #fff;
  float: right;
  width: 390px;
  padding: 10px;
}
.main .f_4 .left .part .article-list {
  height: 260px;
}
.main .f_4 .left .part .article-list .item {
  height: 50px;
  line-height: 50px;
}
.main .f_4 .left .part .article-list .item .title {
  width: 245px;
}
.main .f_4 .right {
  float: right;
  width: 245px;
}
.main .f_4 .right .member-search {
  background-color: #fff;
  padding: 10px;
}
.main .f_4 .right .member-search .title-box {
  border-left: 3px solid #0d5ab4;
  padding-left: 10px;
  color: #0d5ab4;
  font-size: 20px;
  font-weight: 600;
}
.main .f_4 .right .member-search .form {
  margin-top: 30px;
}
.main .f_4 .right .member-search .form .select-form {
  margin-bottom: 10px;
}
.main .f_4 .right .member-search .form .select-form select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  color: #616161;
  border-color: #c0c0c0;
  border-radius: 4px;
}
.main .f_4 .right .member-search .form button {
  height: 35px;
  line-height: 35px;
  width: 100%;
  background-color: #2A8CC9;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.main .f_4 .right .quick_menu {
  margin-top: 35px;
}
.main .f_4 .right .quick_menu ul {
  list-style: none;
}
.main .f_4 .right .quick_menu ul .item {
  background-color: #fff;
  float: left;
  text-align: center;
  width: 115px;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.main .f_4 .right .quick_menu ul .item:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.main .f_4 .right .quick_menu ul .item .pic {
  padding: 15px 0 10px 0;
}
.main .f_4 .right .quick_menu ul .item .pic img {
  width: 40px;
  height: 35px;
}
.main .f_4 .right .quick_menu ul .item .title {
  line-height: 30px;
  color: #333;
}
.main .f_5 {
  background-color: #f6f6f6;
  padding: 20px 0;
}
.main .f_5 .left {
  background-color: #fff;
  float: left;
  width: 390px;
  padding: 10px;
}
.main .f_5 .left .title-box {
  border-left: 3px solid #0d5ab4;
  padding-left: 10px;
}
.main .f_5 .left .title-box a {
  color: #0d5ab4;
  font-size: 20px;
  font-weight: 600;
}
.main .f_5 .left .article-list {
  height: 260px;
}
.main .f_5 .left .article-list .item {
  height: 50px;
  line-height: 50px;
}
.main .f_5 .left .article-list .item .title {
  width: 245px;
}
.main .f_5 .right {
  padding: 10px;
  float: right;
  width: 680px;
}
.main .f_5 .right .part-list .item {
  float: left;
  width: 210px;
  height: 210px;
  padding: 5px;
  margin-right: 15px;
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
  display: block;
}
.main .f_5 .right .part-list .item:nth-child(3n) {
  margin-right: 0;
}
.main .f_5 .right .part-list .item img {
  max-width: 100%;
  max-height: 100%;
}
.main .f_5 .right .expert-list a {
  color: #616161;
}
.main .f_5 .right .expert-list .item {
  display: block;
  float: left;
  width: calc((100% - 60px)/4);
  line-height: 30px;
  text-align: center;
  padding: 5px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #fff;
}
.main .f_5 .right .expert-list .item:nth-child(4n) {
  margin-right: 0;
}
.main .f_6 .part-title {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.main .f_6 .part-title .t {
  display: inline-block;
}
.main .f_6 .part-title .t .icon {
  float: left;
}
.main .f_6 .part-title .t .icon img {
  margin-top: 5px;
  width: 29px;
  height: 23px;
}
.main .f_6 .part-title .t a {
  float: left;
  margin-left: 15px;
  color: #0d5ab4;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.main .f_6 #baseSwiper {
  padding: 0 35px;
  position: relative;
}
.main .f_6 #baseSwiper .swiper-container {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}
.main .f_6 #baseSwiper .swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .f_6 #baseSwiper .swiper-container .swiper-slide a {
  display: block;
}
.main .f_6 #baseSwiper .swiper-container .swiper-slide a img {
  width: 100%;
  height: 132px;
  display: block;
}
.main .f_6 #baseSwiper .swiper-container .swiper-slide a .title {
  line-height: 40px;
  color: #333;
  width: 186px;
}
.main .f_6 #baseSwiper .prev-btn,
.main .f_6 #baseSwiper .next-btn {
  position: absolute;
  float: left;
  box-sizing: border-box;
  left: 0;
  top: 0;
  line-height: 172px;
  height: 172px;
  cursor: pointer;
  padding-right: 5px;
  text-align: left;
  border: 2px solid #fff;
  color: #c0c0c0;
  font-weight: 600;
}
.main .f_6 #baseSwiper .prev-btn:hover,
.main .f_6 #baseSwiper .next-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.main .f_6 #baseSwiper .next-btn {
  right: 0;
  left: auto;
  float: right;
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
}
.main .f_7 .section-title {
  color: #0d5ab4;
  border-left: 2px solid #0d5ab4;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}
.main .f_7 .links-wrap {
  list-style: none;
  margin-top: 30px;
}
.main .f_7 .links-wrap .links-item {
  position: relative;
  float: left;
  width: calc((100% - 180px)/3);
  margin-right: 90px;
  cursor: pointer;
}
.main .f_7 .links-wrap .links-item:nth-child(3n) {
  margin-right: 0;
}
.main .f_7 .links-wrap .links-item .title {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}
.main .f_7 .links-wrap .links-item .title:after {
  content: '>';
  float: right;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  color: #616161;
  font-weight: 600;
}
.main .f_7 .links-wrap .links-item:hover .links-list {
  display: block;
}
.main .f_7 .links-wrap .links-item .links-list {
  display: none;
  position: absolute;
  list-style: none;
  left: 0;
  bottom: 40px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  z-index: 9999;
  height: 50vh;
  overflow-y: auto;
}
.main .f_7 .links-wrap .links-item .links-list li {
  padding: 0 10px;
}
.main .f_7 .links-wrap .links-item .links-list li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.main .f_7 .links-wrap .links-item .links-list li:hover a {
  color: #333;
}
.main .f_7 .links-wrap .links-item .links-list li:hover a:before {
  content: '>';
  margin-right: 5px;
}
.main .f_7 .links-wrap .links-item .links-list li a {
  line-height: 30px;
  display: block;
  color: #616161;
}
/*# sourceMappingURL=index.css.map */