﻿.tskf {
  width: 470px;
  height: 455px;
  float: left;
 }
 .sxzx{
  overflow: hidden;
 }
 .sxzx h2.title_header {
  margin-bottom: 15px;
 }
 
 h2.title_header span, h2.Com_tit span {
  font-size: 22px;
 }
 
 .about_doc h2.title_header span {
  border: 1px solid #999;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 0px;
  border-radius: 5px;
  color: #999;
 }
 h2.title_header span, h2.Com_tit span{
  margin-right: 0px;
 }

 .about_doc h2.title_header span.active {
  border: 1px solid #2A5FAF;
  color: #2A5FAF;
 }
 .about_doc h2.title_header span.span_title{
  margin-right: 20px;
  padding:1px 10px;
 }
 
 .sxzx h2.title_header span.active {
  color: #fff;
 }
 
 .tskf .list_ul li.Li_Odd, .tskf .list_ul li.Li_Even {
  float: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  background: none;
  color: #fff;
 }
 
 .kftd ul {
  overflow: hidden;
 }
 
 .tskf .list_ul li a {
  color: #fff;
  font-size: 14px;
 }
 
 .kftd .list_ul li {
  padding: 10px;
  margin-bottom: 8px;
  background: none;
  color: #fff;
 }
 
 .kftd .list_ul li a {
  font-size: 14px;
  color: #fff;
 }
 
 .kftd .list_ul li:hover a, .kftd .list_ul li:hover span, .tskf .list_ul li:hover a, .tskf .list_ul li:hover span {
  color: #F0BC6F;
 }
 

 .left-three {
  width: 730px;
  height: 455px;
  float: left;
 }
 
 .tskf, .kftd {
  padding: 20px;
  box-sizing: border-box;
 }
 
 .tskf {
  /* background: #3065B5; */
  background: #4479BD;
 }
 
 .kftd {
 
  background: #5285D3;
  /* background: #4479BD; */
 }
 
 .sxzxB {
  width: 100%;
  height: 285px;
 }
 
 .sxzxB a {
  float: left;
  width: 365px;
  height: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #fff;
 }
 
 .sxzxB a:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
 }
 
 @keyframes icon-bounce {
 
  0%,
  100% {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
 
  25% {
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  }
 
  50% {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  }
 
  75% {
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  }
 
  85% {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  }
 }
 
 .sxzxB a img {
  margin-bottom: 28px;
  transition: all .5s;
  margin-top: 70px;
 }
 
 .sxzxB a.kyjx {
  /* background: #5285D3; */
  background: #134c95;
 }
 
 .sxzxB a.jkkp {
  /* background: #3065B5; */
  background: #3065B5;
 }
 
 .spzx_list_ul {
  overflow: hidden;
 }
 
 .spzx_list_ul li.Li_Odd {
  float: left;
  padding-right: 30px;
  padding-left: 15px;
 }
 
 .spzx_list_ul li.Li_Even {
  float: right;
  padding-right: 30px;
  padding-left: 15px;
 }
 
 .spzx_list_ul li {
  width: 50%;
  padding: 34px 0;
  background: url(/Content/Areas/Common/images/common/tzgg.png)no-repeat;
  box-sizing: border-box;
 
 }
 
 .spzx_list_ul li a {
 display: inline-block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
 }
 
 .spzx_list_ul li .span_date {
  float: right;
  font-size: 16px;
  font-weight: bold;
 }
 
 @media only screen and (max-width:768px) {
 
  .sxzxT, .tskf, .left-three {
  width: 100%;
  padding: 0px;
  height: auto;
  }
 
  .kftd .list_ul li {
  width: 100%;
  float: none;
  }
 
  .sxzxB {
  width: 100%;
  height: auto;
  margin-top: 20px;
  }
 
  .sxzxB a {
  float: none;
  width: 100%;
  }
 
  .sxzxB a:nth-child(1) {
  margin-bottom: 20px;
 
  }

  h2.title_header{
 padding: 0px;
  }
  .about_doc h2.title_header span.span_title.active{
 margin-right: 10px;
 font-size: 16px;
  }
  .about_doc h2.title_header span.span_title{
 margin-right: 10px;
 font-size: 13px;
  }
  .spzx_list_ul li.Li_Odd, .spzx_list_ul li.Li_Even{
 float: none;
 width: 100%;
 box-sizing: border-box;
  }
  .spzx_list_ul li a {
 width: 68%;
  }
  .dep_scro_par{
 width: 100%;
  }
  .team_out{
 height: 221px;
  }
  .tskf, .mb40 {
 margin-bottom: 20px;
  }

 
  
 
 } 
  @media only screen and (max-width:375px) {
 .about_doc h2.title_header span.span_title.active{
   margin-right: 10px;
   font-size: 15px;
 }
 .about_doc h2.title_header span.span_title{
   margin-right: 10px;
   font-size: 12px;
 }
  }

  @media only screen and (max-width:360px) {
 .about_doc h2.title_header span.span_title.active{
   margin-right: 10px;
   font-size: 14px;
 }
 .about_doc h2.title_header span.span_title{
   margin-right: 10px;
   font-size: 12px;
 }
  } 