 .centercon {
     width: 100%;
     height: auto;
     padding-left: 118px;
     padding-right: 86px;
     box-sizing: border-box;
     margin-top: 40px;
     background-color: #EDF4F9;
 }

 .centercon .title {
     width: 100%;
     height: 55px;
     display: flex;
     justify-content: center;
     padding-top: 25px;
padding-left:170px;
 }

 .centercon .title h3 {
     width: 367px;
     height: 55px;
     font-family: Source Han Sans SC, Source Han Sans SC;
     font-weight: 400;
     font-size: 38px;
     color: #454545;
     text-align: center;
     font-style: normal;
     text-transform: none;
 }

 .centercon .content {
     width: 100%;
     height: auto;
     display: flex;
     margin-top: 12px;
 }

 .centercon .content .left {
     width: 325px;
     height: 100%;
     margin-right: 34px;
 }

 .centercon .content .left .left1 {
     width: 276px;
     height: 37px;
     font-family: Source Han Sans SC, Source Han Sans SC;
     font-weight: 400;
     font-size: 26px;
     color: #777777;
     text-align: left;
     font-style: normal;
     text-transform: none;
     margin-bottom: 11px;
 }

 .left .left2list {
     width: 100%;
     height: auto;
     background-color: #FFFFFF;
 }

 .item2 {
     width: 100%;
     height: 74px;

 }

 .item2 a {
     display: block;
     width: 100%;
     height: 74px;
     font-family: Source Han Sans SC, Source Han Sans SC;
     font-weight: 400;
     font-size: 32px;
     color: #454545;
     text-align: left;
     padding-left: 23px;
     padding-top: 13px;
     padding-bottom: 17px;
     font-style: normal;
     text-transform: none;
 }

.item2 .item21 {
     width: 100%;
     height: auto;
 }

.child {
     display: block;
     width: 100%;
     height: 74px;
     font-size: 28px;
     color: black;
     padding-left: 23px;
padding-top: 13px;
     padding-bottom: 17px;
box-sizing: border-box;
 }

.child:hover {
     color: black;

 }
 .left2list li:hover {
     background-color: #11365D;


 }

 .left2list li a:hover {
     color: #FFFFFF;
 }

 .centercon .content .right {
     width: 1357px;
     height: auto;
     background-color: #FFFFFF;
 }

 .right li {
     width: 100%;
     height: 65px;
     padding-left: 52px;
 }

 .right li a {
     display: inline-block;
     width: 1142px;
     height: 32px;
     font-family: Source Han Sans SC, Source Han Sans SC;
     font-weight: 400;
     font-size: 22px;
     color: #454545;
     text-align: left;
     font-style: normal;
     text-transform: none;
     padding-top: 33px;
 }

 .right li a:hover {
     color: #4780c2;
 }

 .right li a::before {
     content: "";
     display: inline-block;
     width: 14px;
     height: 14px;
     border-radius: 50%;
     background: #11365D;
     margin-right: 10px;
     box-sizing: border-box;
 }

 .right .righttime {
     width: 140px;
     height: 32px;
     font-family: Source Han Sans SC, Source Han Sans SC;
     font-weight: 400;
     font-size: 22px;
     color: #11365D;
     text-align: left;
     font-style: normal;
     text-transform: none;
 }

 /* 页码按钮样式 */
 .pagination {
     text-align: center;
     height: 50px;
     background-color: #FFFFFF;

 }

 .page-btn {
     display: inline-block;
     width: 28px;
     height: 28px;
     line-height: 28px;
     border: 1px solid #ccc;
     margin: 0 5px;
     cursor: pointer;
 }

 .page-btn.active {
     background-color: #11365D;
     color: #fff;
     border-color: #11365D;
 }