@charset "UTF-8";
/****引入外部字体****/
/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.eot");
  src: url("./YouSheBiaoTiHei-2.eot?#iefix") format("embedded-opentype"),
    url("./YouSheBiaoTiHei-2.woff") format("woff"),
    url("./YouSheBiaoTiHei-2.ttf") format("truetype"),
    url("./YouSheBiaoTiHei-2.svg#webfont34M5alKg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*********公共样式***********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

.mores:hover{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#pc-wrap .container {
  background-image: url(./bottom-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

#pc-wrap .container .content {
  background-color: #fcfcfc;
  padding: 20px;
  margin: 20px 0;
}

#pc-wrap .container .content .top-item {
  height: 425px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

#pc-wrap .container .content .top-item .process {
  width: 55%;
  padding: 22px 0;
  overflow: hidden;
}

#pc-wrap .container .content .top-item .process .five_Box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#pc-wrap .container .content .top-item .process .five_Box .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 9999;
}

#pc-wrap .container .content .top-item .process .five_Box .hd ul {
  height: 44px;
  overflow: hidden;
  zoom: 1;
  float: left;
}

#pc-wrap .container .content .top-item .process .five_Box .hd ul li {
  float: left;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

#pc-wrap .container .content .top-item .process .five_Box .hd ul .on {
  background: #3198ed;
  color: #7fdcff;
}

#pc-wrap .container .content .top-item .process .five_Box .bd {
  height: 100%;
}

#pc-wrap .container .content .top-item .process .five_Box .bd ul {
  height: 385px;
}

#pc-wrap .container .content .top-item .process .five_Box .bd ul li {
  height: 100%;
}

#pc-wrap .container .content .top-item .process .five_Box .bd ul li a {
  display: block;
  height: 100%;
  position: relative;
}

#pc-wrap .container .content .top-item .process .five_Box .bd ul li a img {
  width: 100%;
  height: 100%;
}

#pc-wrap
  .container
  .content
  .top-item
  .process
  .five_Box
  .bd
  ul
  li
  a
  .five-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  background: #507698;
  box-shadow: 0px 5px 26px 3px rgba(0, 0, 0, 0.07);
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .top-item
  .process
  .five_Box
  .bd
  ul
  li
  a
  .five-txt
  div {
  width: 70%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap .container .content .top-item .news-list {
  width: 45%;
  padding: 22px 20px 22px 29px;
  background-color: #fff;
}

#pc-wrap .container .content .top-item .news-list .item-title {
  display: flex;
  padding-bottom: 19px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .container .content .top-item .news-list .item-title span {
  position: relative;
  cursor: pointer;
  width: 80%;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}



#pc-wrap .container .content .top-item .news-list .item-title span .line {
  position: absolute;
  height: 4px;
  width: 88px;
  opacity: 0.25;
  bottom: 0;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .container .content .top-item .news-list .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .top-item .news-list .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .container .content .top-item .news-list .showitem {
  height: 100px;
  margin-top: 10px;
  text-align: center;
  background:url(./cs4.png) no-repeat center;
  background-size: 100%;
  box-shadow: 0 0 6px rgb(196 226 243);
  transition: all 200ms ease-out;
}
/* #pc-wrap .container .content .top-item .news-list .showitem :hover{
  box-shadow: 0 0 6px rgb(26, 151, 224);
  transition: all 200ms ease-out;
} */

#pc-wrap .container .content .top-item .news-list .showitem span {
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
  /* font-family:FZShuTi !important; */
  /* color: #f2eab1; */
}

#pc-wrap .container .content .top-item .news-list .newsDetails {
  width: 100%;
}

#pc-wrap .container .content .top-item .news-list .newsDetails li {
  height: 50px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap .container .content .top-item .news-list .newsDetails li a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap .container .content .top-item .news-list .newsDetails li a .item {
  width: 375px;
}

#pc-wrap
  .container
  .content
  .top-item
  .news-list
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .top-item
  .news-list
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap .container .content .top-item .news-list .newsDetails li a .time {

  text-align: right;
  color: #666666;
}

#pc-wrap .container .content .top-item .news-list .newsDetails li a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .top-item
  .news-list
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .top-item
  .news-list
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess1 {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}

#pc-wrap .container .content .prosess1 .content-left {
  width: 49.5%;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess1 .content-left .item-title {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 20px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .container .content .prosess1 .content-left .item-title span {
  position: relative;
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}

#pc-wrap .container .content .prosess1 .content-left .item-title span .line {
  position: absolute;
  height: 4px;
  width: 88px;
  opacity: 0.25;
  bottom: 14px;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .container .content .prosess1 .content-left .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess1 .content-left .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .container .content .prosess1 .content-left .newsDetails {
  width: 100%;
  padding: 0 20px;
}

#pc-wrap .container .content .prosess1 .content-left .newsDetails li {
  height: 47px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap .container .content .prosess1 .content-left .newsDetails li a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap .container .content .prosess1 .content-left .newsDetails li a .item {
  width: 400px;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-left
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-left
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap .container .content .prosess1 .content-left .newsDetails li a .time {
  /*width: 90px;*/
  text-align: right;
  color: #666666;
}

#pc-wrap .container .content .prosess1 .content-left .newsDetails li a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-left
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-left
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess1 .content-right {
  width: 50%;
  margin-left: 11px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess1 .content-right .item-title {
  display: flex;
  padding: 0 20px;
  align-items: center;
  height: 58px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .container .content .prosess1 .content-right .item-title span {
  position: relative;
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}

#pc-wrap .container .content .prosess1 .content-right .item-title span .line {
  position: absolute;
  height: 4px;
  width: 108px;
  opacity: 0.25;
  bottom: 14px;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .container .content .prosess1 .content-right .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess1 .content-right .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .container .content .prosess1 .content-right .newsDetails {
  width: 100%;
  height: 250px;
  padding: 0 20px;
}

#pc-wrap .container .content .prosess1 .content-right .newsDetails li {
  height: 47px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap .container .content .prosess1 .content-right .newsDetails li a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap .container .content .prosess1 .content-right .newsDetails li a .item {
  width: 430px;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-right
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-right
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap .container .content .prosess1 .content-right .newsDetails li a .time {
  /*width: 90px;*/
  text-align: right;
  color: #666666;
}

#pc-wrap .container .content .prosess1 .content-right .newsDetails li a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-right
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .prosess1
  .content-right
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess2 {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}

#pc-wrap .container .content .prosess2 .content-left {
  width: 49.5%;
  padding-top: 20px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess2 .content-left .top-logo {
  width: 244px;
  height: 63px;
  margin: 0 auto;
  background-image: url(./center-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: YouSheBiaoTiHei;
  font-size: 36px;
  color: #0287e6;
  letter-spacing: 3px;
  text-align: center;
}

#pc-wrap .container .content .prosess2 .content-left .item-title {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 20px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .item-title
  .cross-tab
  .tab-list {
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333;
  margin-right: 36px;
  padding-bottom: 14px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .item-title
  .cross-tab
  .active {
  font-size: 20px;
  font-weight: bold;
  color: #0287e6;
  border-bottom: 3px solid #0287e6;
}

#pc-wrap .container .content .prosess2 .content-left .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess2 .content-left .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails {
  width: 100%;
  padding: 0 20px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li {
  height: 47px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .item {
  width: 350px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .time {
  width: 90px;
  text-align: right;
  color: #666666;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-left
  .policy-box
  .content-open
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess2 .content-left .policy-box .disnone {
  display: none;
}

#pc-wrap .container .content .prosess2 .content-right {
  width: 50%;
  padding-top: 20px;
  margin-left: 11px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess2 .content-right .top-logo {
  width: 244px;
  height: 63px;
  margin: 0 auto;
  background-image: url(./center-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: YouSheBiaoTiHei;
  font-size: 36px;
  color: #0287e6;
  letter-spacing: 3px;
  text-align: center;
}

#pc-wrap .container .content .prosess2 .content-right .item-title {
  display: flex;
  padding: 0 20px;
  align-items: center;
  height: 58px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .item-title
  .cross-tab
  .tab-list {
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333;
  margin-right: 36px;
  padding-bottom: 14px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .item-title
  .cross-tab
  .active {
  font-size: 20px;
  font-weight: bold;
  color: #0287e6;
  border-bottom: 3px solid #0287e6;
}

#pc-wrap .container .content .prosess2 .content-right .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess2 .content-right .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails {
  width: 100%;
  padding: 0 20px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li {
  height: 50px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .item {
  width: 350px;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a
  .time {
  /*width: 90px;*/
  text-align: right;
  color: #666666;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .prosess2
  .content-right
  .policy-box
  .content-open
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess2 .content-right .policy-box .disnone {
  display: none;
}

#pc-wrap .container .content .prosess3 {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}

#pc-wrap .container .content .prosess3 .content-left {
  width: 33%;
  height: 310px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess3 .content-left .item-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 20px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .container .content .prosess3 .content-left .item-title span {
  background-image: url();
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}

#pc-wrap .container .content .prosess3 .content-left .item-title span .line {
  position: absolute;
  height: 4px;
  width: 88px;
  opacity: 0.25;
  bottom: 14px;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .container .content .prosess3 .content-left .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess3 .content-left .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .container .content .prosess3 .content-left .newsDetails {
  width: 100%;
  padding: 0 20px;
}

#pc-wrap .container .content .prosess3 .content-left .newsDetails li {
  height: 47px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap .container .content .prosess3 .content-left .newsDetails li a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap .container .content .prosess3 .content-left .newsDetails li a .item {
  width: 230px;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-left
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-left
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap .container .content .prosess3 .content-left .newsDetails li a .time {
  /*width: 90px;*/
  text-align: right;
  color: #666666;
}

#pc-wrap .container .content .prosess3 .content-left .newsDetails li a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-left
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-left
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess3 .content-center {
  width: 33%;
  height: 310px;
  margin-left: 25px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess3 .content-center .item-title {
  display: flex;
  padding: 0 20px;
  align-items: center;
  height: 58px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .container .content .prosess3 .content-center .item-title span {
  position: relative;
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}

#pc-wrap .container .content .prosess3 .content-center .item-title span .line {
  position: absolute;
  height: 4px;
  width: 88px;
  opacity: 0.25;
  bottom: 14px;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .container .content .prosess3 .content-center .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess3 .content-center .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .container .content .prosess3 .content-center .newsDetails {
  width: 100%;
  padding: 0 20px;
}

#pc-wrap .container .content .prosess3 .content-center .newsDetails li {
  height: 47px;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
}

#pc-wrap .container .content .prosess3 .content-center .newsDetails li a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}

#pc-wrap .container .content .prosess3 .content-center .newsDetails li a .item {
  width: 230px;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-center
  .newsDetails
  li
  a
  .item
  .title {
  display: inline-block;
  color: #333333;
  width: 90%;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-center
  .newsDetails
  li
  a
  .item
  .title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

#pc-wrap .container .content .prosess3 .content-center .newsDetails li a .time {
  /*width: 90px;*/
  text-align: right;
  color: #666666;
}

#pc-wrap .container .content .prosess3 .content-center .newsDetails li a:hover {
  opacity: 0.8;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-center
  .newsDetails
  li
  a:hover
  .item
  .title {
  color: #0287e6;
}

#pc-wrap
  .container
  .content
  .prosess3
  .content-center
  .newsDetails
  li
  a:hover
  .time {
  color: #0287e6;
}

#pc-wrap .container .content .prosess3 .content-right {
  width: 33%;
  height: 310px;
  margin-left: 25px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .container .content .prosess3 .content-right .item-title {
  display: flex;
  padding: 0 20px;
  align-items: center;
  height: 58px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .container .content .prosess3 .content-right .item-title span {
  position: relative;
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 58px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}

#pc-wrap .container .content .prosess3 .content-right .item-title span .line {
  position: absolute;
  height: 4px;
  width: 88px;
  opacity: 0.25;
  bottom: 14px;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .container .content .prosess3 .content-right .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .container .content .prosess3 .content-right .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .container .content .prosess3 .content-right .item {
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 20px;
}

#pc-wrap .container .content .prosess3 .content-right .item a {
  display: block;
}

#pc-wrap .container .content .prosess3 .content-right .item a img {
  cursor: pointer;
  width: 100%;
  height: 210px;
}

#pc-wrap .govpushinfo150203 {
  width: 100%;
  height: 250px;
  overflow: hidden;
  padding: 0 20px;
}

#pc-wrap .govpushinfo150203 li {
  height: 50px;
  padding: 12px 0;
  border-bottom: 1px dashed #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#pc-wrap .govpushinfo150203 li a {
  width: 400px;
  height: 25px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap .govpushinfo150203 li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgb(2 135 230 / 40%);
}

#pc-wrap .govpushinfo150203 li span {
  width: 30%;
  text-align: right;
}

#pc-wrap .five_Box .bd .tempWrap ul li:hover a img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#pc-wrap .container .content .top-item .process .five_Box .bd ul li a img{
  transition: transform 1s;
}
 .news-list .showitem a:nth-child(2):hover {
  /* opacity: 0.8; */
  /* font-family: MicrosoftYaHei-Bold; */
  font-weight: Bold;
  font-size: 36px;
  text-align: center;
  line-height: 100px;
  color: #f2eab1;
  transition:all 0.6s ease;
  /* font-family:FZShuTi !important; */
 }
 .news-list .showitem a:nth-child(2){
  font-size: 32px;
  font-weight: Bold;
  transition: all 0.4s ease;
  color: #f2eab1;
    /* font-family:FZShuTi !important; */
 }