@charset "UTF-8";
a:hover {
    text-decoration: none;
}


/*content*/
.content {
  width: 1280px;
  margin: 25px auto;
  /*footer*/
}

.content .main1 {
  width: 100%;
  height: 248px;
  margin-bottom: 25px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.content .main1 .hot-banner {
  width: 968px;
  height: 248px;
  box-sizing: 1px 1px 5px #000;
  position: relative;
    overflow: hidden;
}
.content .main1 .hot-banner ul {
  display: flex;
}
.content .main1 .hot-banner ul li {
   transition: opacity 1s;
  opacity: 0;   
  width: 0;
}
.content .main1 .hot-banner ul li img{
  width: 968px;
  height: 248px;
}

.content .main1 .hot-banner ul .img-current {
  opacity: 1 !important;
  width: 100%;
   z-index: 999;
  transition: 1s opacity, 1s transform;
}
.content .main1 .hot-banner ul .img-current:hover {
  transform: scale(1.05);
}
.content .main1 .hot-banner ol {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  width: 134px;
  height: 14px;
  bottom: 14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
    z-index: 9999;
  /* 50%Ϊ�����ߴ��һ�� */
}

.content .main1 .hot-banner ol li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
   background: rgba(102, 102, 102, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
    cursor: pointer;
}
.content .main1 .hot-banner ol .current {
  background-color: #fff;
}
.content .main1 .hot-banner ol .current::before {
  content: "";
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 50%;
  transform: rotate(90deg);
  background: linear-gradient(90deg, red 0%, #fa6b05 100%);
}

.content .main1 .login {
  width: 300px;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.content .main1 .login .login-top {
  display: flex;
}

.content .main1 .login .login-top p {
  width: 150px;
  height: 38px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  cursor: pointer;
}

.content .main1 .login .login-top p span:nth-child(1) {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.content .main1 .login .login-top .activation {
  background-color: #fff;
  font-weight: bolder;
}

.content .main1 .login .login-top .activation svg {
  color: #111111 !important;
  fill: #111111 !important;
  display: block;
}

.content .main1 .login .login-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 210px;
  width: 300px;
  /* ѡ��״̬�µı߿���ʽ */
}

.content .main1 .login .login-content p:nth-child(1) span {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #b4b4b4;
}

.content .main1 .login .login-content p:nth-child(1) span:nth-child(1) {
  margin-top: 26px;
  margin-bottom: 12px;
}

.content .main1 .login .login-content p:nth-child(1) span:nth-child(1) img {
  width: 92px;
  height: 92px;
}

.content .main1 .login .login-content p:nth-child(1) span:nth-child(2) {
  margin-bottom: 4px;
  font-size: 14px;
  color: #111111;
  font-weight: bolder;
}

.content .main1 .login .login-content p:nth-child(1) span:nth-child(3) {
  margin-bottom: 2px;
}

.content .main1 .login .login-content p:nth-child(2) {
  display: flex;
  flex-flow: column;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1), .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) {
  display: flex;
  margin-top: 12px;
  border-radius: 3px;
  width: 252px;
  height: 36px;
  background-color: #ededed;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1) input[type="password"]::-webkit-credentials-cramble-button, .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) input[type="password"]::-webkit-credentials-cramble-button {
  appearance: none;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1) input[type="password"]::-ms-reveal, .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) input[type="password"]::-ms-reveal {
  display: none;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1) input[type="password"]::-ms-clear, .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) input[type="password"]::-ms-clear {
  display: none;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1) input, .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) input {
  width: 228px;
  padding-left: 12px;
  height: 100%;
  background-color: #ededed;
  border: none;
  font-size: 12px;
  border-radius: 3px;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1) input:focus, .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) input:focus {
  outline: none;
  background-color: #ededed;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(1) svg, .content .main1 .login .login-content p:nth-child(2) span:nth-child(2) svg {
  margin-top: 13px;
  margin-right: 12px;
  width: 14px;
  cursor: pointer;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(3) {
  font-size: 10px;
  color: #b4b4b4;
  text-align: right;
  text-decoration-line: underline;
  margin-top: 6px;
  margin-bottom: 12px;
  padding-right: 8px;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(4) {
  display: flex;
  font-size: 10px;
  color: #b4b4b4;
  justify-content: space-around;
  margin-bottom: 12px;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(4) input {
  accent-color: #ff0000;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(5) {
  width: 252px;
  height: 36px;
}

.content .main1 .login .login-content p:nth-child(2) span:nth-child(5) input {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  border: none;
  color: #999999;
}

s .content .main1 .login .login-content p:nth-child(2) span:nth-child(5) input:focus {
  border: none;
}

.content .main1 .login .login-info {
  display: none;
}

.content .main1 .login .login-info ul {
  display: flex;
}

.content .main1 .login .login-info ul:nth-child(1) {
  margin-top: 24px;
}

.content .main1 .login .login-info ul:nth-child(1) li:nth-child(1) {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  margin-left: 18px;
}

.content .main1 .login .login-info ul:nth-child(1) li:nth-child(1) img {
  width: 100%;
  height: 100%;
}

.content .main1 .login .login-info ul:nth-child(1) li:nth-child(2) {
  display: flex;
  flex-flow: column;
}

.content .main1 .login .login-info ul:nth-child(1) li:nth-child(2) span {
  font-size: 10px;
  color: #666666;
}

.content .main1 .login .login-info ul:nth-child(1) li:nth-child(2) span:nth-child(1) {
  font-size: 18px;
  font-weight: bolder;
  color: #111111;
}

.content .main1 .login .login-info ul:nth-child(1) li:nth-child(2) span:nth-child(2) {
  width: 140px;
  height: 20px;
  margin-top: 10px;
  border: 1px solid #9c9c9c;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
}

.content .main1 .login .login-info ul:nth-child(2) {
  margin-top: 22px;
  margin-left: 10px;
}

.content .main1 .login .login-info ul:nth-child(2) li {
  border-radius: 3px;
  width: 82px;
  height: 124px;
  margin-left: 8px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff0f0;
  border: 1px solid #ffb5b5;
    cursor: pointer;
}

.content .main1 .login #loginPopup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(17, 17, 17, 0.8);
  color: #ffffff;
  width: 120px;
  height: 36px;
  font-size: 10px;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  display: none;
  opacity: 0;
}

.content .main2 {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.content .main2 .main2L {
  width: 968px;
  height: 372px;
  border-radius: 3px;
  overflow: hidden;
}

.content .main2 .main2L .main2L-top {
  width: 968px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask.jpg);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main2 .main2L .main2L-top p {
  display: flex;
}

.content .main2 .main2L .main2L-top p:nth-child(1) {
    margin-left: 5px;
  color: red;
}

.content .main2 .main2L .main2L-top p:nth-child(1) span {
  font-size: 20px;
}

.content .main2 .main2L .main2L-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main2 .main2L .main2L-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main2 .main2L .main2L-top p:nth-child(2) {
  color: #111111;
  font-size: 14px;
  margin-right: 12px;
}

.content .main2 .main2L .main2L-top p:nth-child(2) a:hover {
  cursor: pointer;
  color: red;
}
.content .main2 .main2L .main2L-content {
  background-color: #fff;
  width: 968px;
  height: 328px;
  position: relative;
}

.content .main2 .main2L .main2L-content ul {
  display: flex;
  flex-wrap: wrap;
}

.content .main2 .main2L .main2L-content ul li {
  margin-top: 10px;
  margin-left: 12px;
  width: 306px;
  height: 146px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.content .main2 .main2L .main2L-content ul li:hover {
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  overflow: visible;
  box-shadow: 0px 3px 4px #fa9393, 0px 4px 6px #f0eded;
   border: 1px solid red;
  outline: 1px solid red;
  position: relative;
   background-color: #f7f7f7;
}
.content .main2 .main2L .main2L-content ul li:hover p:nth-child(2) span {
  background-color: #fff;
}
.content .main2 .main2L .main2L-content ul li:hover::before {
  content: "";
  border-radius: 3px;
  position: absolute;
  width: 100%;
  height: 101%;
  top: -2px;
  left: -2px;
 border: 2px solid;
  border-image: linear-gradient(45deg, #ff0000, #fa6b05) 1;
  clip-path: inset(0 round 3px);
  z-index: -1;
}

.content .main2 .main2L .main2L-content ul li p {
  display: flex;
  padding-left: 11px;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(1) {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 18px;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(1) span {
    overflow: hidden;                  text-overflow: ellipsis;
                  white-space: nowrap;
                  font-weight: bolder;
                  width: 97%;
  color: #111111;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(2) span {
  color: #666666;
  font-size: 12px;
  max-width: 95px;
  border-radius: 3px;
  padding: 2px 8px 2px 8px;
  border: 1px solid #ededed;
  margin-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(3) {
  margin-top: 8px;
  padding-left: 15px;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(3) span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(3) span:nth-child(2), .content .main2 .main2L .main2L-content ul li p:nth-child(3) span:nth-child(5) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(3) span:nth-child(1), .content .main2 .main2L .main2L-content ul li p:nth-child(3) span:nth-child(4) {
  margin-top: 2px;
  margin-right: 4px;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(3) span:nth-child(3) {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 0px;
  height: 16px;
  border-left: 1px solid rgb(234, 224, 224);
}

.content .main2 .main2L .main2L-content ul li p:nth-child(4) {
  margin-top: 12px;
  padding-left: 15px;
}

.content .main2 .main2L .main2L-content ul li p:nth-child(4) span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 12px;
}

.content .main2 .main2R {
  width: 300px;
  border-radius: 3px;
  overflow: hidden;
  height: 372px;
}

.content .main2 .main2R .main2R-top {
  width: 300px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask-short.jpg);
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main2 .main2R .main2R-top p {
  display: flex;
}

.content .main2 .main2R .main2R-top p:nth-child(1) {
    margin-left: 5px;
  color: red;
}

.content .main2 .main2R .main2R-top p:nth-child(1) span {
  font-size: 20px;
}

.content .main2 .main2R .main2R-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main2 .main2R .main2R-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main2 .main2R .main2R-top p:nth-child(2) {
  font-size: 14px;
  margin-right: 12px;
  color: #111111;
}
.content .main2 .main2R .main2R-top p:nth-child(2) a:hover {
  color: red;
  cursor: pointer;
}
.content .main2 .main2R .main2R-content {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  height: 328px;
  position: relative;
}

.content .main2 .main2R .main2R-content h4 {
  display: block;
  color: #999999;
  font-size: 12px;
  width: 212px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  letter-spacing: 0.32px;
  margin: 0 auto;
}

.content .main2 .main2R .main2R-content ul {
  width: 100%;
}

.content .main2 .main2R .main2R-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  width: 252px;
  height: 42px;
}
.content .main2 .main2R .main2R-content ul li:hover {

}
.content .main2 .main2R .main2R-content ul li span {
  display: block;
}

.content .main2 .main2R .main2R-content ul li span:nth-child(1) {
  font-size: 14px;
//  width: 174px;
  color: #050505;
  letter-spacing: 0.3px;
}
.content .main2 .main2R .main2R-content ul li span:nth-child(1) a:hover{
   color: rgba(255, 0, 0, 1);                    cursor: pointer;
}
.content .main2 .main2R .main2R-content ul li span:nth-child(2) {
  width: 56px;
  height: 24px;
  border-radius: 2px;
  background: #fff0f0;
  text-align: center;
  line-height: 24px;
  border: 1px solid #ffcfcf;
  font-size: 12px;
  color: red;
}

.content .main2 .main2R .main2R-content ul li span:nth-child(2):hover {
  background: red;
  color: #fff;
  cursor: pointer;
}

.content .main3 {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  overflow: hidden;
}

.content .main3 .main3L {
  width: 968px;
  /* height: 328px; */
  border-radius: 3px;
  overflow: hidden;
}
.login{
  height: 269px;
  background: #fff;
}
.content .main3 .main3L .main3L-top {
  width: 968px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask.jpg);        
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main3 .main3L .main3L-top p {
  color: #fff;
  display: flex;
}

.content .main3 .main3L .main3L-top p:nth-child(1) {
  color: #000000;
  margin-left: 5px;
}

.content .main3 .main3L .main3L-top p:nth-child(1) span {
  font-size: 20px;
}

.content .main3 .main3L .main3L-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main3 .main3L .main3L-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main3 .main3L .main3L-top p:nth-child(2) {
  color: #111111;
  font-size: 14px;
  margin-right: 12px;
}
.content .main3 .main3L .main3L-top p:nth-child(2) a:hover {
  color: red;
  cursor: pointer;
}
.content .main3 .main3L .main3L-content {
  background-color: #fff;
  width: 968px;
  /* height: 284px; */
  position: relative;
  padding-bottom: 20px;
}

.content .main3 .main3L .main3L-content ul {
  display: grid;
  grid-template-columns: 1fr;
}

.content .main3 .main3L .main3L-content ul li {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
  margin-top: 20px;
}
.content .main3 .main3L .main3L-content ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content .main3 .main3L .main3L-content ul li a span:nth-child(1) {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .main3 .main3L .main3L-content ul li:hover {
  background-image: -webkit-linear-gradient(top, red, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.content .main3 .main3L .main3L-content ul li span {
  font-size: 16px;
  color: #111111;
}

.content .main3 .main3L .main3L-content ul li span.date {
  font-size: 14px;
  color: #999999;
}
.content .main3 .main3R {
  width: 300px;
  border-radius: 3px;
  height: 328px;
  border-radius: 3px;
  overflow: hidden;
}

.content .main3 .main3R .main3R-top {
  width: 300px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask-short.jpg);        
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main3 .main3R .main3R-top p {
  display: flex;
}

.content .main3 .main3R .main3R-top p:nth-child(1) {
  color: red;
    margin-left: 5px;
}

.content .main3 .main3R .main3R-top p:nth-child(1) span {
  font-size: 20px;
}

.content .main3 .main3R .main3R-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main3 .main3R .main3R-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main3 .main3R .main3R-top p:nth-child(2) {
  color: #111111;
  font-size: 14px;
  margin-right: 12px;
}
.content .main3 .main3R .main3R-top p:nth-child(2) a:hover {
  color: red;
  cursor: pointer;
}
.content .main3 .main3R .main3R-content {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  height: 284px;
}

.content .main3 .main3R .main3R-content .title {
  width: 276px;
  height: 132px;
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 12px;
  margin-bottom: 14px;
  overflow: hidden;
   cursor: pointer;
}
.content .main3 .main3R .main3R-content .title:hover img {
  transform: scale(1.05);
}
.content .main3 .main3R .main3R-content .title img {
  width: 100%;
  height: 100%;
    transition: 1s all;
}

.content .main3 .main3R .main3R-content .title p {
  width: 276px;
  height: 56px;
  position: absolute;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .main3 .main3R .main3R-content .title p span {
  width: 246px;
  height: 42px;
  color: white !important;
  font-size: 14px;
  display: block;
}
.content .main3 .main3R .main3R-content .title p span a{
  width: 246px;
  height: 42px;
  color: white !important;
  font-size: 14px;
  display: block;
}
.content .main3 .main3R .main3R-content .list {
  width: 246px;
  margin: 0 auto;
}

.content .main3 .main3R .main3R-content .list p:nth-child(2) {
  width: 252px;
  height: 0px;
  opacity: 1;
  border: 1px solid #f2f2f2;
  margin: 12px 0;
}

.content .main3 .main3R .main3R-content .list p span {
  color: #111111 !important;
  font-size: 14px;
  width: 246px;
  height: 42px;
}
.content .main3 .main3R .main3R-content .list p span a{
  color: #111111 !important;
  font-size: 14px;
  width: 246px;
  height: 42px;
}
.content .main3 .main3R .main3R-content .list p span:hover {
  color: red !important;
}
.content .main3 .main3R .main3R-content .list p span a:hover {
  color: red !important;
}
.content .banner1-box {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
    overflow: hidden;
}
.content .banner1-box .banner1,
.content .banner1-box .banner2 {
  overflow: hidden;
}

.content .banner1-box .banner1 img,
.content .banner1-box .banner2 img {
  width: 100%;
  height: 100%;
    transition: 1s all;
}
.content .banner1-box .banner1 img:hover,
.content .banner1-box .banner2 img:hover {
  transform: scale(1.05);
}

.content .main4 {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  overflow: hidden;
}

.content .main4 .main4L {
  width: 968px;
  height: 380px;
  border-radius: 3px;
  overflow: hidden;
}

.content .main4 .main4L .main4L-top {
  width: 968px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask.jpg);
  background-size: cover;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .main4 .main4L .main4L-top p {
  display: flex;
}

.content .main4 .main4L .main4L-top p:nth-child(1) {
  color: #000000;
  align-items: center;
  margin-right: 66px;
  margin-left: 5px;
}

.content .main4 .main4L .main4L-top p:nth-child(1) span {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.content .main4 .main4L .main4L-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main4 .main4L .main4L-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main4 .main4L .main4L-top p {
   padding-left: 24px;  
  padding-right: 24px;
  height: 41px;
  line-height: 41px;
  color: #111111;
}

.content .main4 .main4L .main4L-top p span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.48px;
}

.content .main4 .main4L .main4L-top p span:hover {
  cursor: pointer;
  color: red;
}

.content .main4 .main4L .main4L-top p {
      cursor: pointer;
  color: #111111;
  font-size: 14px;
  /* margin-left: 154px; */
}
.content .main4 .main4L .main4L-top p a:hover {
  color: red;
  cursor: pointer;
}
.content .main4 .main4L .main4L-top .examinationactive {
  font-weight: bolder;
}

.content .main4 .main4L .main4L-top .examinationactive span {
  color: red;
}

.content .main4 .main4L .main4L-content {
  background-color: #fff;
  width: 968px;
  height: 336px;
    overflow: hidden;
  position: relative;
}

.content .main4 .main4L .main4L-content i {
  text-decoration: none;
}

.content .main4 .main4L .main4L-content:nth-child(4) li span:nth-child(2) {
  width: 40%;
  padding-right: 60px;
}

.content .main4 .main4L .main4L-content:nth-child(5) p span:nth-child(2) {
  display: flex;
  justify-content: space-around;
  margin-right: 0px !important;
  width: 40%;
}

.content .main4 .main4L .main4L-content:nth-child(5) ul li span {
  display: block;
}

.content .main4 .main4L .main4L-content:nth-child(5) ul li span:nth-child(2) {
  text-align: left;
  display: flex;
  justify-content: space-around;
}

.content .main4 .main4L .main4L-content:nth-child(5) ul li span:nth-child(2) i:nth-child(1) {
  margin-left: 23px;
}

.content .main4 .main4L .main4L-content:nth-child(5) ul li span:nth-child(2) i:nth-child(2) {
  margin-left: 30px;
}

.content .main4 .main4L .main4L-content p {
  width: 920px;
  height: 36px;
  border-radius: 3px;
  margin: 16px auto;
  background: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main4 .main4L .main4L-content p span:nth-child(1) {
  margin-left: 177px;
}

.content .main4 .main4L .main4L-content p span:nth-child(2) {
  margin-right: 92px;
}

.content .main4 .main4L .main4L-content ul {
  display: grid;
  grid-template-columns: 1fr;
}
.content .main4 .main4L .main4L-content ul li:nth-child(1) {
  margin-top: 0;
}

.content .main4 .main4L .main4L-content ul li {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
  margin-top: 20px;
  height: 24px;
}

.content .main4 .main4L .main4L-content ul li:hover {
  background-image: -webkit-linear-gradient(top, red, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.content .main4 .main4L .main4L-content ul li span {
    line-height: 24px;
  font-size: 16px;
  color: #111111;
}

.content .main4 .main4L .main4L-content ul li span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}

.content .main4 .main4L .main4L-content ul li span:nth-child(2) {
  width: 40%;
  text-align: right;
}

.content .main4 .main4R {
  width: 300px;
  border-radius: 3px;
  height: 380px;
  border-radius: 3px;
  overflow: hidden;
}

.content .main4 .main4R .main4R-top {
  width: 300px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask-short.jpg);       
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main4 .main4R .main4R-top p {
  display: flex;
}

.content .main4 .main4R .main4R-top p:nth-child(1) {
  color: #000000;
  margin-left: 5px;
}

.content .main4 .main4R .main4R-top p:nth-child(1) span {
  font-size: 20px;
}

.content .main4 .main4R .main4R-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main4 .main4R .main4R-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main4 .main4R .main4R-top p:nth-child(2) {
  color: #111111;
  font-size: 14px;
  margin-right: 12px;
}
.content .main4 .main4R .main4R-top p:nth-child(2) a:hover {
  color: red;
  cursor: pointer;
}
.content .main4 .main4R .main4R-content {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  height: 336px;
}

.content .main4 .main4R .main4R-content ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.content .main4 .main4R .main4R-content ul li{
  width: 276px;
  height: 38px;
  background-color: #FFA100;
  margin-top: 12px;
  border-radius: 3px;
  color: #FFA100;
  border: 1px solid #FFA100;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.content .main4 .main4R .main4R-content ul li:hover {
  background-color: #FFA100   !important;
  opacity: .8;
  color: #fff   !important;
  cursor: pointer;
}
.content .main4 .main4R .main4R-content ul li a{
   background-color: #FFA100;
   color: #ffffff;
   width: 100%;
   height: 100%;
   text-align: center;
   line-height: 40px;
   display: block;
}
.content .main4 .main4R .main4R-content ul li a:hover {
   background-color: #FFA100   !important;
   opacity: .8;
   color: #fff   !important;
}
.content .banner3 {
  width: 1280px;
  height: 100px;
}

.content .banner3 ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content .banner3 ul li {
  overflow: hidden;
}
.content .banner3 ul li img {
  width: 100%;
  height: 100%;
  transition: 1s all;
}

.content .banner3 ul li img:hover {
  transform: scale(1.05);
}

.content .main5 {
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 25px;
}

.content .main5 .main5L {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.content .main5 .main5L ul li {
  margin-top: 12px;
}

.content .main5 .main5L ul li:nth-child(1) {
  margin-top: 0;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 {
  width: 968px;
  height: 44px;
  border-radius: 3px 3px 0 0;
   background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask.jpg);        
  background-size: cover;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p {
  display: flex;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:hover {
  cursor: pointer;
  color: red !important;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(1) {
  color: red;
  align-items: center;
  margin-left: 5px;
  margin-right: 27px;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(1) span {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(n + 2):nth-child(-n + 6) {
  height: 41px;
  line-height: 41px;
  color: #111111;
  padding-left: 24px;
  padding-right: 24px;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(n + 2):nth-child(-n + 6) span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.48px;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(n + 7):nth-child(-n + 11) {
  color: #111111;
  font-size: 14px;
  margin-left: 190px;
  cursor: pointer;
}
.content .main5 .main5L ul li:nth-child(1) .main5L-top1 p:nth-child(n + 7):nth-child(-n + 11) a:hover {
  cursor: pointer;
  color: red !important;
}
.content .main5 .main5L ul li:nth-child(1) .main5L-top1 .publicInstitutionsactive {
  font-weight: bolder;
}

.content .main5 .main5L ul li:nth-child(1) .main5L-top1 .publicInstitutionsactive span {
  color: red;
}

.content .main5 .main5L ul li .main5L-content1 {
  background-color: #fff;
  /* width: 968px; */
  /* height: 236px; */
}

.content .main5 .main5L ul li .main5L-content1 ul {
  display: grid;
  grid-template-columns: 50% 50%;
  /* grid-auto-flow: column; */
  justify-content: space-between;
  align-items: start;
  justify-items: start;
}
.content .main5 .main5L ul li .main5L-content1 ul li{
  color: #111111;
  width: 95%;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content .main5 .main5L ul li .main5L-content1 ul li a{
  display: flex;
  justify-content: space-between;
  color: #111111;

}

.content .main5 .main5L ul li .main5L-content1 ul li a:hover {
  cursor: pointer;
  color: red !important;
}

.content .main5 .main5L ul li .main5L-content1 ul li {
  margin-top: 16px;
}

.content .main5 .main5L ul li .main5L-content1 ul li span {
   line-height: 24px;  
  font-size: 16px;
    white-space: nowrap;  overflow: hidden;
  text-overflow: ellipsis;
}
.content .main5 .main5L ul li .main5L-content1 ul li span {
  width: 82%;
}

.content .main5 .main5L ul li .main5L-content1 ul li span.date {
  width: 15%; 
  font-size:14px;
  color:#999999;
}
.content .main5 .main5L ul li .main5L-content1 ul li span:nth-child(2) {

  text-align: right;
}
.content .main5 .main5L ul li .main5L-top2 {
  /* width: 968px; */
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask.jpg);
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main5 .main5L ul li .main5L-top2 p {
  display: flex;
}

.content .main5 .main5L ul li .main5L-top2 p {
  color: #000000;
  font-size: 20px;
  align-items: center;
  margin-left: 5px;
}


.content .main5 .main5L ul li .main5L-top2 p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}
.moreStyle3{
  font-weight:normal;
  display: block;
  font-size: 14px;
  width: 50px;
  /* padding-right: 15px; */
}
.content .main5 .main5L ul li .main5L-top2 p span {
  font-weight: bolder;
}




.content .main5 .main5R {
  width: 300px;
  border-radius: 3px;
  height: 864px;
  border-radius: 3px;
  overflow: hidden;
}

.content .main5 .main5R .main5R-top {
  width: 300px;
  height: 44px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask-short.jpg);     
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .main5 .main5R .main5R-top p {
  display: flex;
}

.content .main5 .main5R .main5R-top p:nth-child(1) {
  color: red;
}

.content .main5 .main5R .main5R-top p:nth-child(1) span {
  font-size: 20px;
}

.content .main5 .main5R .main5R-top p:nth-child(1) span:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-left: 10.85px;
  margin-right: 12.85px;
  margin-top: 2px;
}

.content .main5 .main5R .main5R-top p:nth-child(1) span:nth-child(2) {
  font-weight: bolder;
}

.content .main5 .main5R .main5R-top p:nth-child(2) {
  color: #111111;
  font-size: 14px;
  margin-right: 12px;
}
.content .main5 .main5R .main5R-top p:nth-child(2) a:hover {
  cursor: pointer;
  color: red;
}
.content .main5 .main5R .main5R-content {
  background-color: #fff;
  height: 820px;
}

.content .main5 .main5R .main5R-content ul {
  display: flex;
  flex-flow: column;
  align-items: center;
height: 97%;
}

.content .main5 .main5R .main5R-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 276px;
  border: 1px solid #eeeff2;
  border-radius: 3px;
  margin-top: 12px;
  position: relative;
    overflow: hidden;
}
.content .main5 .main5R .main5R-content ul li:hover img {
  transform: scale(1.05);
}
.content .main5 .main5R .main5R-content ul li a {
  width: 100%;
}

.content .main5 .main5R .main5R-content ul li a img {
  width: 100%;
  height: 184px;
    transition: 1s all;
}

.content .main5 .main5R .main5R-content ul li a p {
  position: absolute;
  bottom: 8%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content .main5 .main5R .main5R-content ul li a p span {
  width: 252px;
  font-size: 14px;
  color: #fff;
}

.content .main5 .main5R .main5R-content ul li a p span:nth-child(1) {
  height: 20px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: bold;
}



.location {
  position: fixed;
  width: 56px;
  height: 292px;
  z-index: 9999;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
  border-radius: 3px;
}

.location div p {
  z-index: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #fff;
}

.location div p img {
  width: 30px;
  height: 30px;
}

.location div p img:hover {
  cursor: pointer;
}

.location div:nth-child(1) {
  margin-bottom: 12px;
  background-color: #fff;
    box-shadow: 0 0 5px #a3a0a0;
}

.location div:nth-child(2) {
  background-color: #fff;
}

.location div:nth-child(2) i {
  text-decoration: none;
    box-shadow: -1px 2px 5px #8e8c8c;
}

.location div:nth-child(2) p:nth-child(1):hover i {
  left: -130px;
  opacity: 1;
}

.location div:nth-child(2) p:nth-child(1) i {
  opacity: 0;
  border: 0px 0px 5px #c6bdbd;
  position: absolute;
  top: 68px;
  left: 0px;
  height: 130px;
  width: 130px;
  transition: 1s all;
  background-color: #fff;
  z-index: -1;
}

.location div:nth-child(2) p:nth-child(1) i a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.location div:nth-child(2) p:nth-child(1) i a img {
  width: 60%;
  height: 60%;
  margin-bottom: 15px;
}

.location div:nth-child(2) p:nth-child(1) i a span {
  margin-top: 5px;
}

.location div:nth-child(2) p:nth-child(2):hover i {
  left: -130px;
  opacity: 1;
}

.location div:nth-child(2) p:nth-child(2) i {
  opacity: 0;
  border: 0px 0px 5px #c6bdbd;
  background-color: #fff;
  position: absolute;
  top: 124px;
  left: 0px;
  height: 130px;
  width: 130px;
  transition: 1s all;
  z-index: -1;
}

.location div:nth-child(2) p:nth-child(2) i a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.location div:nth-child(2) p:nth-child(2) i a img {

  width: 60%;
  height: 60%;
  margin-bottom: 15px;
}

.location div:nth-child(2) p:nth-child(2) i a span {
  margin-top: 5px;
}

.location div:nth-child(2) p:nth-child(3):hover i {
  left: -130px;
  opacity: 1;
}

.location div:nth-child(2) p:nth-child(3) i {
  opacity: 0;
  position: absolute;
  top: 180px;
  left: 0px;
  height: 130px;
  width: 130px;
  transition: 1s all;
  border: 0px 0px 5px #c6bdbd;
  background-color: #fff;
  z-index: -1;
}

.location div:nth-child(2) p:nth-child(3) i a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.location div:nth-child(2) p:nth-child(3) i a img {
  border: 1px solid red;
  width: 60%;
  height: 60%;
  margin-bottom: 15px;
}

.location div:nth-child(2) p:nth-child(3) i a span {
  margin-top: 5px;
   display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}
.location div:nth-child(2) p:nth-child(3) i a span canvas{
    margin-top: 5px;
   margin-bottom: 15px;
}
.location div:nth-child(2) p:nth-child(4):hover i {
  left: -130px;
  opacity: 1;
}

.location div:nth-child(2) p:nth-child(4) i {
  opacity: 0;
  border: 0px 0px 5px #c6bdbd;
  background-color: #fff;
  position: absolute;
  top: 236px;
  left: 0px;
  height: 56px;
  width: 130px;
  transition: 1s all;
  z-index: -1;
}

.location div:nth-child(2) p:nth-child(4) i a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.location .location-left p {
  border: 1px solid red;
}
.spinner {
  border: 1px solid red;
  position: absolute;
  z-index: 999999999999999999999;
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #dbdcef;
  border-radius: 50%;
  border-color: #dbdcef #dbdcef;
  animation: spinner-e04l1k 1s infinite linear;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.spinner::before,
.spinner ::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: red #dbdcef;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}

​