/*@media all and (min-width: 960px) and (max-width: 1200px) {*/
/*  .profile_title h2 {*/
/*    font-size: 18px !important;*/
/*  }*/
/*  .profile_title span {*/
/*    font-size: 18px !important;*/
/*  }*/
/*}*/
/*@media all and (max-width: 960px) {*/
/*  .profile_title h2 {*/
/*    font-size: 15px !important;*/
/*  }*/
/*  .profile_title span {*/
/*    font-size: 15px !important;*/
/*  }*/
/*  .since h2 {*/
/*    font-size: 35px !important;*/
/*  }*/
/*  .since span {*/
/*    font-size: 15px !important;*/
/*  }*/
/*  .since p {*/
/*    font-size: 16px !important;*/
/*  }*/
/*  .since li {*/
/*    font-size: 11px !important;*/
/*  }*/
/*}*/
.content {
  width: 100%;
}
.content .banner {
  position: relative;
  width: 100%;
}
.content .banner img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.content .banner .profile_title {
  position: absolute;
  bottom: 0;
  left: 13.54%;
  width: 18.18%;
  height: 22.24%;
  padding-left: 2%;
  box-sizing: border-box;
  background-color: rgba(35, 86, 164, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content .banner .profile_title h2 {
  font-size: 22px;
  color: #FFFFFF;
}
.content .banner .profile_title i {
  width: 12.29%;
  height: 2px;
  background-color: #FFFFFF;
}
.content .banner .profile_title span {
  font-size: 22px;
  color: #FFFFFF;
  margin-top: -4%;
}
.content .sub_nav {
  width: 100%;
  height: 69px;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .sub_nav ul {
  width: 72.92%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_box{
  width:72.96%;
  display:none;
  justify-content:center;
}
.nav_box select{
  width:95%;
  background: url(../img/ico_jt4.png) no-repeat 97% center #EDEDED;
  background-size: 20px;
  border: 1px solid #D4D4D4;
  height: 40px;
  padding: 0 8px;
  outline: none;
  -webkit-appearance: none;
}
.content .sub_nav ul li {
  flex: 1;
  width: 100%;
  height: 100%;
}
.content .sub_nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 69px;
  text-align: center;
  color: #333333;
  font-size: 17px;
  box-sizing: border-box;
}
.content .sub_nav ul li .active {
  background-color: #FFFFFF;
  border-bottom: 3px solid #10479d;
  color: #10479d;
}
.content .sub_nav ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #10469d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.content .sub_nav ul li:hover a:after {
  width: 100%;
}
.content .sub_nav ul li:hover a{
  background-color: #FFFFFF;
  color: #10479d;
}

.content .tab_content {
   width: 100%;
  margin-top: 52px;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.content .tab_content .tab_mod {
  width: 72.92%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
<!--  align-items: center;-->
}
.content .tab_content .tab_mod .mod_infrom {
  width: 100%;
  margin-top: 3%;
}
.content .tab_content .tab_mod .mod_infrom li {
  width: 100%;
  height: 192px;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content .tab_content .tab_mod .mod_infrom li .infrom_time {
  margin-left: 2.14%;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  width: 5.21%;
  height: 53.12%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.content .tab_content .tab_mod .mod_infrom li .infrom_time span {
  font-size: 37px;
  color: #666666;
}
.content .tab_content .tab_mod .mod_infrom li .infrom_time i {
  font-size: 8px;
  color: #858585;
}
.content .tab_content .tab_mod .mod_infrom li a {
  width: 69.43%;
  height: 59.9%;
  margin-left: 2.14%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.content .tab_content .tab_mod .mod_infrom li a h3 {
  font-size: 19px;
  color: #5d5d5d;
}
.content .tab_content .tab_mod .mod_infrom li a span {
  font-size: 14px;
  color: #8f8f8f;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .tab_content .tab_mod .mod_infrom li a p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content .tab_content .tab_mod .mod_infrom li a p span:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  height: 10px;
  width: 18px;
  background: url(../img/party_more_04_03.png) no-repeat;
  background-size: 100% 100%;
}
.content .tab_content .tab_mod .mod_infrom li a p span {
  font-size: 11px;
  color: #a9a9a9;
}
.content .tab_content .tab_mod .mod_infrom li a p i:before {
  content: '';
  margin-left: 35px;
  margin-right: 10px;
  display: inline-block;
  height: 10px;
  width: 13px;
  background: url(../img/party_more_03.png) no-repeat;
  background-size: 100% 100%;
}
.content .tab_content .tab_mod .mod_infrom li a p i {
  font-size: 11px;
  color: #a9a9a9;
}
.content .tab_content .tab_mod .mod_infrom li #infrom_img {
  margin-left: 2.14%;
  width: 28%;
  height:90%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.content .tab_content .tab_mod .mod_infrom li #infrom_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  cursor: pointer;
  transition: all 1s;
}
.content .tab_content .tab_mod .mod_infrom li:hover {
  background-color: #f6f6f6;
}
.content .tab_content .tab_mod .mod_infrom li:hover .infrom_time {
  background-color: #0e408e;
}
.content .tab_content .tab_mod .mod_infrom li:hover .infrom_time span {
  color: #FFFFFF;
}
.content .tab_content .tab_mod .mod_infrom li:hover .infrom_time i {
  color: #FFFFFF;
}
.content .tab_content .tab_mod .mod_infrom li:hover #infrom_img img {
  transform: scale(1.2);
}
.content .tab_content .paging {
  width: 43.85%;
  height: 43px;
  margin-top: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.content .tab_content .paging a{
    cursor: pointer;
    padding: 0 3%;
    margin-right: 2%;
    border: 1px solid #C9C9C9;
    color: #555;
    text-align: center;
    background-color: #FFFFFF;
    line-height: 43px;
    font-size: 14px;
    border-radius: 5%;
}
.content .tab_content .paging a:hover{
    background-color: #10479d;
    color: #FFFFFF;
}

