body {
  font-size: 16px;
}
a {
  font-size: 16px;
}
.f30 {
  font-size: 0.3rem;
}
.f50 {
  font-size: 0.5rem;
}
#header {
  width: 100%;
}
#header .top {
  background-color: #fff;
  height: 70px;
    line-height: 70px;
}
#header .top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .top .logo {
  height: 56px;
}
#header .login {
  display: flex;
  align-items: center;
}
#header .login .search {
  width: 230px;
  height: 33px;
  position: relative;
  margin-right: 18px;
}

#header .login .search input {
  -webkit-appearance: none;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333333;
  background-color: #e2e4e3;
  display: inline-block;
  font-size: inherit;
  height: 33px;
  line-height: 33px;
  outline: none;
  padding: 0 15px;
  padding-right: 30px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: absolute;
}
#header .login .search > span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 36px;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 15px;
}
#header .login .search > span::after {
  content: "";
  display: block;
  background: url(../images/search.svg) no-repeat;
  width: 22px;
  height: 24px;
}
#header .login .btn {
  color: #333;
  display: flex;
}
#header .login .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-left: 12px;
  font-size: 16px;
  cursor: pointer;
  border-left: 1px solid #ffffff;
}
#header .login .btn .reg-btn::before {
  content: "";
  background: url(../images/index_icon2.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#header .login .btn .login-btn::before {
  content: "";
  background: url(../images/index_icon3.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#header .nav {
  background-color: #1582e9;
  text-align: center;
  height: 63px;
  line-height: 63px;
}

#header .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#header .nav ul li {
  height: 43px;
  line-height: 43px;
  margin: 10px 0;
  box-sizing: border-box;
  flex: 1;
}
#header .nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#header .nav ul li.active {
  background-color: #fff;
  border-radius: 20px;
  color: #1582e9;
}
#header .nav ul li.active a {
  color: #1582e9;
}
.wrap {
  position: relative;
  width: 12rem;
  margin: 0 auto;
}
.pointer {
  cursor: pointer;
}
/* 通用样式 */
.wrap .header {
  width: 100%;
  text-align: center;
}
.wrap .header h3 {
  font-size: 25px;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: "微软雅黑";
  font-weight: bold;
}
.wrap .header h3 a {
  color: #fff;
  font-size: 0.3rem;
}
.wrap .header h3:before,
.wrap .header h3:after {
  content: "";
  display: block;
  background-color: #ccc;
  width: 180px;
  height: 1px;
}
.wrap .header h3:before {
  margin-right: 20px;
}
.wrap .header h3:after {
  margin-left: 20px;
}

.wrap .header h3 a::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.wrap .header h3 a:hover::after {
  width: 100px;
}
.wrap .header p {
  color: #ccc;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*  */
#banner {
  height: 600px;
  min-width: 12rem;
  max-width: 1980px;
}
#banner .slideBox {
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#banner .slideBox .hd li {
  float: left;
}

#banner .bd ul li {
  height: 600px;
  width: 100%;
  float: left;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*政策法规*/
#zcfg {
  width: 100%;
  height: 6.1rem;
  background-color: #f2f2f2;
}
#zcfg .wrap .header {
  width: 100%;
  text-align: center;
}
/* 政策法规开始 */
#zcfg .pointer {
  /* color: #2ca4f0; */
  color: #333;
}
#zcfg .wrap .header h3 a::after {
  background: #2ca4f0;
}
#zcfg .wrap .body {
  height: 4rem;
  position: relative;
}
#zcfg .wrap .body .prev,
#zcfg .wrap .body .next {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  top: 50%;
  margin-top: -0.3rem;
  border-radius: 50%;
}
#zcfg .wrap .body .f50 {
  font-size: 0.5rem;
  color: #2c70f0;
}
#zcfg .wrap .body .prev:hover,
#zcfg .wrap .body .next:hover {
  background-color: #2c70f0;
}
#zcfg .wrap .body .prev {
  left: -0.7rem;
}
#zcfg .wrap .body .prev:hover .f50,
#zcfg .wrap .body .next:hover .f50 {
  color: #fff;
}
#zcfg .wrap .body .next {
  right: -0.7rem;
}

#zcfg .wrap .body .content {
  width: 100%;
  height: 4rem;

  overflow: hidden;
}

#zcfg .wrap .body .content ul li {
  height: 4rem;
  width: 2.74rem;
  float: left;
  margin-right: 0.34rem;
  box-sizing: border-box;
  background-color: #2c70f0;
  position: relative;
}

#zcfg .wrap .body .content ul li .title {
  height: 0.75rem;
  width: 100%;
  position: absolute;
  background-color: #2ca4f0;
  bottom: 0;
  left: 0;
  padding: 0.15rem 0.3rem;
  color: #fff;
  font-size: 14px;
}

#zcfg .icon-bg {
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  margin: 0.15rem auto;
  color: #2c70f0;
}
#zcfg .wrap .body .content ul li:hover {
  background-color: #fff;
}
#zcfg .wrap .body .content ul li:hover .icon-bg {
  color: #fff;
  background-color: #2c70f0;
}
#zcfg li:hover .desc,
#zcfg li:hover .date {
  color: #2c70f0;
}

#zcfg .icon-zcfg {
  font-size: 20px;
}
#zcfg .date {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.15rem;
}
#zcfg .date .day {
  font-size: 0.35rem;
}
#zcfg .desc {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0 30px;
  height: 1.4rem;
  padding-bottom: 0.15rem;
  overflow: hidden;
     text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 4;
       -webkit-box-orient: vertical;
       word-break: break-word;
       word-wrap: break-word;
       white-space: -o-pre-wrap;
       white-space: -moz-pre-wrap;
       white-space: pre;
       white-space: pre-wrap;
       white-space:pre-lines
}
/* 政策法规结束 */
/* 动态信息 */
#dtxx {
  width: 100%;
  height: 6.3rem;
  background-color: #2962d4;
}
#dtxx .wrap .header {
  width: 100%;
  text-align: center;
}
/* 政策法规开始 */
#dtxx .body {
  display: flex;
  justify-content: space-between;
}
#dtxx .left {
  width: 6.56rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
  margin-right: 0.34rem;
}
#dtxx .left ul li {
  width: 6.56rem;
  height: 4rem;
  float: left;
  background-image: url(../images/test.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#dtxx .left .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.5rem;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
}
#dtxx .right {
  flex: 1;

  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
#dtxx .right li {
  position: relative;
  height: 1rem;
  width: 100%;
  background-color: #2962d4;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem 0.1rem 0.3rem;
}
#dtxx .right li:hover {
  background-color: #fff;
}
#dtxx .right li:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: -10px;
}
#dtxx .right li a {
  display: flex;
  justify-content: flex-start;
  line-height: 2;
  font-size: 16px;
  color: #fff;
}
#dtxx .right li a .jt {
  width: 20px;
  height: 100%;
  margin-top: 3px;
  font-size: 12px;
}
#dtxx .right .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 2px 6px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
}
#dtxx .right li:hover p,
#dtxx .right li:hover .jt {
  color: #1482e9;
}
#dtxx .right li:hover .date {
  color: #1482e9;
  border: 1px solid #1482e9;
}

/* 项目信息开始 */
#xmxx {
  background: url(../images/xmxx_bg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 6.4rem;
}
#xmxx .pt {
  padding-top: 0.2rem;
  display: flex;
}
#xmxx .left {
  background: url(../images/xmxx.jpg) no-repeat 10px 0 #5aab5e;
  background-size: contain;
  width: 2.36rem;
  /* margin-right: 0.4rem; */
  height: 5rem;
}
#xmxx .right {
  flex: 1;
  height: 5rem;
  padding-left: 0.34rem;
  background-color: #fff;
}
#xmxx .right .tab {
  width: 100%;
  height: 0.6rem;
}
#xmxx .right .tab ul {
  height: 0.6rem;
}
#xmxx .right .tab ul li {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #2962d4;
  border-radius: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  float: left;
}
#xmxx .right .tab ul li:hover{
  cursor:pointer
}
#xmxx .right .tab ul li.active {
  background-color: #7bb970;
  border: 1px solid #7bb970;
  color: #fff;
}
#xmxx .right .content ul {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: none;
}
#xmxx .right .content ul li {
  width: 4.65rem;
  height: 1.17rem;
  margin-bottom: 0.34rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #e9f0fd;
  padding-left: 0.34rem;
  float: left;
}

#xmxx .right ul li .icon-wrap {
  width: 0.26rem;
  margin-top: 10px;
  color: #ccc;
}
#xmxx .right ul li .icon-wrap .icon {
  font-size: 0.26rem;
  color: #2c70f0;
}
#xmxx .right ul li .date {
  height: 100%;
  width: 1.15rem;
  background: #2c70f0;
  color: #fff;
  position: relative;
}

#xmxx .right ul li .date .day {
  position: absolute;
  font-size: 40px;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}
#xmxx .right ul li .year {
  position: absolute;
  font-size: 14px;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
#xmxx .right ul li .content {
  flex: 1;
  padding: 15px;
  font-size: 16px;

  box-sizing: border-box;
  width: 100%;
  height: 0.9rem;
  overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;


}
/* 项目信息结束*/
/*成果展示开始 */
#cgzs {
  /* background-color: #2962d4; */
  background: url(../images/cgzs_bg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 8.2rem;
  margin-bottom: 0.5rem;
}
#zcfg .wrap .header h3 a::after {
  background: #2ca4f0;
}
#cgzs .wrap .body {
  height: 5rem;
  position: relative;
}
#cgzs .wrap .body .prev,
#cgzs .wrap .body .next {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  top: 50%;
  margin-top: 0.2rem;
  border-radius: 50%;
}
#cgzs .wrap .body .f50 {
  font-size: 0.5rem;
  color: #fff;
}
#cgzs .wrap .body .prev:hover,
#cgzs .wrap .body .next:hover {
  background-color: #fff;
}
#cgzs .wrap .body .prev {
  left: -0.7rem;
}
#cgzs .wrap .body .prev:hover .f50,
#cgzs .wrap .body .next:hover .f50 {
  color: #2c70f0;
}
#cgzs .wrap .body .next {
  right: -0.7rem;
}

#cgzs .wrap .body .content {
  height: 6rem;
  width: 100%;
  overflow: hidden;
}

#cgzs .wrap .body .content ul {
}
#cgzs .wrap .body .content ul li {
  box-sizing: border-box;
  width: 3.7rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin-right: 0.34rem;

  float: left;
}
#cgzs .top,
#cgzs .btm {

  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
#cgzs .top {
  margin-bottom: 0.34rem;
}
#cgzs .icd {
  padding: 10px;
   width: 3.7rem;
   height:2.83rem;
    box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
#cgzs .icd:hover {
  box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.5);
}
#cgzs .icd .img {
  width: 100%;
  height: 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s;
}
#cgzs .icd .img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#cgzs .icd p {
  padding: 0.1rem 0;
  box-sizing: border-box;
  font-size: 16px;
  height: 0.6rem;
  width: 100%;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre;
    white-space: pre-wrap;
    white-space:pre-lines
}
#cgzs .icd .art:hover {
  flex: 1;
  background-color: #48ab3e;
  margin: 0 -10px -10px;
}

#cgzs .icd .art:hover p {
  padding: 0.1rem;
  color: #fff;
}
#cgzs .icd .date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 16px;
}

#cgzs .icd .ico {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 40px;
}
#cgzs .icd .ico .icon {
  font-size: 30px;
}
#cgzs .icd .art:hover .date,
#cgzs .icd .art:hover .ico {
  color: #fff;
}
/* 成果展示结束 */
/*专家简介开始 */
#zjjj {
  background-image: url(../images/zjjj_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  width: 100%;
  height: 6rem;
  border-bottom: 0.3rem solid #caedfc;
}
#zjjj .pt {
  padding-top: 0.2rem;
  display: flex;
}
#zjjj .left {
  background-image: url(../images/zjjj.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fca82f;
  background-position: 10px 0;
  width: 2.36rem;
  margin-right: 0.34rem;
  height: 5rem;
  box-sizing: border-box;
  box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.5);
}
#zjjj .right {
  flex: 1;
}
#zjjj .right ul {
  width: 9.6rem;
  display: flex;

  justify-content: space-between;
}
#zjjj .right ul li {
  height: 5rem;
  width: 3.1rem;
  position: relative;
  background: #fff;
  padding: 0.15rem;
  border-radius: 10px;
  box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.5);
}
#zjjj li .avatar {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  margin: 0.2rem auto 0.1rem;
  background-color: #eaeaea;
  border-radius: 50%;
  box-shadow: 0px 8px 2px 1px #7bb970;
}
#zjjj li:nth-child(1) .avatar{
   box-shadow: 0px 8px 2px 1px #fba621;
}
#zjjj li:nth-child(2) .avatar{
   box-shadow: 0px 8px 2px 1px #2b70ef;
}
#zjjj li:nth-child(3) .avatar{
   box-shadow: 0px 8px 2px 1px #fba621;
}
#zjjj li .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#zjjj li .name {
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}
#zjjj li .school {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
#zjjj li .content {
 font-size: 16px;
   line-height: 30px;
   height: 170px;
   padding: 15px 0;
   overflow: hidden;
   text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 5;
     -webkit-box-orient: vertical;
     word-break: break-word;
     word-wrap: break-word;
     white-space: -o-pre-wrap;
     white-space: -moz-pre-wrap;
     white-space: pre;
     white-space: pre-wrap;
     white-space:pre-lines
}
#zjjj li .detail {
  position: absolute;
  bottom: 0.15rem;
  right: 0.15rem;
}
#zjjj li .college {
  color: #2962d4;
  font-weight: bold;
}
#zjjj li .major {
  color: #7bb970;
}
#zjjj li .detail a {
  color: #2962d4;
}
/*专家简介结束 */
/* 数据统计开始 */
#sjtj {
  background-color: #2962d4;
  width: 100%;
  height: 7rem;
}
#sjtj .left {

  width: 7rem;
  margin-right: 0.4rem;
  height: 4rem;
  padding: 1px 10px 5px;
}
#sjtj .content {
}
#sjtj .title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #266fdd, #1da6e0, #266fdd);
  box-shadow: 10px 5px 13px 1px rgba(41, 98, 212, 1);
}
#sjtj .right ul {
  width: 4.6rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sjtj .right ul li {
  width: 5.6rem;
  display: flex;
  justify-content: space-between;

  height: 1.2rem;
  background-color: #1da6e0;
  border: 1px solid #1da6e0;
  box-sizing: border-box;
  border-radius: 10px;
}
#sjtj .right ul li .icon-wrap {
  flex: 1;
  display: flex;
  height: 1.2rem;
  line-height: 1.2rem;
}
#sjtj .right ul li .icon-bg {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: yellow;
  border-radius: 50%;
  text-align: center;
  margin: auto 30px;
}
#sjtj .right ul li:nth-child(1) .icon-bg{
  background-color: #faba4c;
}
#sjtj .right ul li:nth-child(2) .icon-bg{
  background-color: #58d0f3;
}
#sjtj .right ul li:nth-child(3) .icon-bg{
  background-color: #74bd88;
}
#sjtj .right ul li .icon-bg .f50 {
  color: #fff;
}
#sjtj .right ul li .name {
  font-size: 24px;
  color: #fff;
}
#sjtj .right ul li .number {
  width: 100px;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  font-size: 30px;
}
#sjtj .right ul li:nth-child(1) .number{
  color: #d6758c
}
#sjtj .right ul li:nth-child(2) .number{
  color: #f7b84f;
}
#sjtj .right ul li:hover{
  background-color: #caedfc;
   box-shadow: 8px 5px 13px 1px rgba(0, 0, 0, 0.5);
}

#sjtj .right ul li:hover .name,#sjtj .right ul li:hover .number{
  color: #000;
}
/* 数据统计结束 */
#footer {
  width: 100%;
  height: 200px;
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100%;
  color: #fff;
}
#footer p {
  line-height: 2;
  font-size: 16px;
}
#footer .wrap .top {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}
#footer .wrap .right {
  display: flex;
}
#footer .wrap .bottom {
  padding-top: 30px;
}
#footer .wrap .phone p {
  line-height: 1.3;
  padding-left: 5px;
}
.copyeright{width:1400px; margin:0px auto;text-align:center;}
.copyeright .f_left{ float:left; width:50%}
.copyeright .f_logo{ padding-top:20px;}
.copyeright  .p1{ text-align:center; padding-left:20px; line-height:30px; font-weight:600; color:#fff; margin-top:10px}
.copyeright  .p2{ text-align:center; padding-left:20px; line-height:30px; font-weight:600; color:#fff; margin-top:10px}
.copyeright .f_right{ float:right; width:30%;padding-top:123px;}
.copyeright .f_right p{ height:56px; background:url(../images/icon6.png) no-repeat center left;padding-left:70px; line-height:28px;color:#fff }

/*  列表开始*/
.main {
  padding: 0.2rem 0 0.7rem;
}

.main .pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.main .pic li {
  width: 32%;
  margin-bottom: 0.34rem;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 2%;
  position: relative;
}
.main .pic li:nth-child(3n) {
  margin-right: 0;
}
.main .pic li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0%;
  left: 0;
  background: #266fdd;
  bottom: -1px;
  height: 1px;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.main .pic li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.main .pic .img-bg {
  overflow: hidden;
  height: 3rem;
  width: 100%;
  position: relative;
}
.main .pic .img-bg .img {
  width: 100%;
  height: 100%;
  background-image: url(../images/default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main .pic .img-bg .dh {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.main .pic .img-bg .icon-lianjie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
  font-size: 35px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.main .pic .img-bg .dh img {
  width: auto;
  height: auto;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.main .pic li:hover .content .icon {
  color: #266fdd;
}
.main .pic .content {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem 0;
}

.main .pic li:hover .img-bg .img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  opacity: 1;
}
.main .pic li:hover .dh img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transform: rotate(360deg);
  animation: rotation 10s linear infinite;
  -moz-animation: rotation 10s linear infinite;
  -webkit-animation: rotation 10s linear infinite;
  -o-animation: rotation 10s linear infinite;
}
.main .pic li:hover .icon-lianjie {
  opacity: 1;
}
.main .pic li:hover .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}
.main .pic .content .title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.main .pic .content .icon {
  width: 30px;
  font-size: 30px;
  color: #ccc;
}
/*  列表结束*/
.main .news {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .news li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main .news li .left {
  display: flex;
}
.main .news li .left .date-wrap {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .8rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ccc;
  position: relative;


}
.main .news li .left .date-wrap:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0%;
  left: 0;
  height: 100%;
  top: 0;
  background: #266fdd;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.main .news li:hover .left .date-wrap:before {
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  width: 100%;
}

.main .news li .left .date{
  height: 1.2rem;
width: 100%;

color: #fff;
position: relative;
}
.main .news li .left .date-wrap h3 {
  position: absolute;
font-size: 40px;
top: 10%;
left: 0;
right: 0;
text-align: center;
}
.main .news li .left .date-wrap h4 {
 position: absolute;
font-size: 14px;
bottom: 10px;
left: 0;
right: 0;
text-align: center;
}
.main .news li .left .date-wrap span {
  color: #cccccc;
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main .news li .left .date-wrap span:before {
  content: "\e608";
  position: absolute;
  display: inline-block;
  width: 0%;
  left: 0;
  height: 100%;
  top: 0;
  background: #266fdd;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.main .news li .left {
  width:2rem;
}
.main .news li .img-bg {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  margin-left: 30px;
}
.main .news li .img-bg .img {
  width: 100%;
  height: 100%;
  background-image: url(../images/default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main .news li:hover .left .date-wrap span:before {
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  width: 100%;
}
.news li:hover .img-bg .img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.main .news li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0%;
  left: 0;
  background: #266fdd;
  bottom: -1px;
  height: 1px;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.main .news li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.news .body{
  flex: 1
}
.news .body h2 a {
  font-size: 18px;
  color: #333333;
  margin-bottom: 32px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.news .body h2 a:hover {
    cursor:pointer;
    color:#266fdd;
}
.news .body p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
/* 分页 */
.page {
  margin-top: 40px;
  text-align: center;
}
.page ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.page li.disabled{
   display:none;
}
.page li a {
  padding:0 20px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  background: #eeeeee;
  color: #333333;
  margin-right: 15px;
}
.page li.active a{
  background-color: #266fdd;
  color: #fff;
}
/* 详情开始 */
.page-bg {
  background-color: #fff;
}
.page {
  background: #fff;
  /* padding: 65px 75px; */
}
.page .wrap-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
}

.page .wrap-title h1 {
  font-size: .32rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.page .wrap-title p {
  font-size: 16px;
  color: #999999;
  height:16px;
  line-height:16px;
  font-weight:400;
  margin-right: 25px;
}
.page .wrap-title p span{
height:14px;
  line-height:16px;
  font-weight:400;
   margin-left:42px;
}
.page .wrap-title p span:nth-child(2n){
margin-left:5px;
}
.page .content {
  padding: 45px 0px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
    text-indent: 2em;
    text-align: left;
}

.page .content p {
  margin-bottom: 20px;
  text-indent: 2em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
}

.page .content img {
  max-width: 100%;
}

.page .nav {
  padding: 30px 0px;
  padding-bottom: 0px;
}
.page .nav p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-family: "微软雅黑";
  font-weight: 400;
}
.page .nav p a {
  font-size: 16px;
  color: #333333;
}
.page .nav p a:hover,.page .nav p:hover {

  color: #1582e9;
}
.breadcrumb{
 height: 40px;
     font-size: 14px;
     font-weight: 400;
     color: #999999;
     border-bottom:1px solid #ccc;
}
.breadcrumb a,.breadcrumb span{
 font-size: 14px;
     font-weight: 400;
     color: #999999;
     line-height: 12px
}
.breadcrumb .cur{
   color:#333
}


/* 详情结束 */

.empty{
   width:100%;
   height:400px;
   text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}
..file{
  text-align:left;
  margin:20px 0;
  }
  .file .list{
    text-align:left;
     margin:5px 0;
  }


 .file .list a{
    display:block;
  }
