body{
  width: 100%!important;
}
.main-container {
  max-width: 1400px;
  margin: 35px auto 0;
  /*background: linear-gradient(
    to right,
    #becff2 0%,
    #becff2 23%,
    #fff 0%,
   #fff 100%
  );*/
  background-color: #f0f4f8;
  display: flex;
  justify-content: space-between;
}
.main-container .container {
  width: 240px;
  background: none;
}

.menu {
  background-color: transparent;
  width: 240px;
}

/*.submenu {
  margin-top: 8px;
}*/

.menu h2 {
  width: 100%;
    height: 57px;
    line-height: 57px;
    background-color: #1e579a;
    border-top: 5px solid #ffab3d;
    color: #fff;
    padding: 0 25px;
}

.menu-link {
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    padding: 0 30px 0 25px;
    border-bottom: 1px solid #d2d2d2;
    background: url(../images/wxzyou.jpg) right no-repeat;
    background-position: 90% 50%;
    background-color: #f0f4f8;
    color: #353535;
}

.menu-link:hover {
  background-color: #fff;
  color: #1e579a;
}


/* Rest of your existing CSS */

/* Rest of your existing CSS */

.main-right{
  width: calc(100% - 240px);
  background: #F8FAFC;
  padding-left: 30px;
}


.articles {
  flex: 1;
  padding: 20px;
}

.section-title1 {
  margin-top: -973px;
  margin-left: 332px;
  background-color: rgb(218, 218, 223);
  width: 72%;
  color: #143362;
  font-size: 22px;
  padding: 6px;
}

.section-title1::before {
  content: "";
  margin-top: 26px;
  position: absolute;
  width: calc(4% + 20px);
 /* Update the width to cover the entire title */
  height: 6px;
  background-color: #143362;
  margin-left: -2px;
}

.section-title5 {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.section-title5 h2 {
    border-bottom: 2px solid #1e579a;
    padding: 0 4px;
    height: 60px;
}
.section-title5 p{
  display: block;
  float: right;
  font-size: 13px;
  color: #808080;
}
.section-title5 p img{
  padding: 0
}
.section-title5 .z{
  color: #1e579a;
}
.section-title5 p a{
  color: #808080;
  text-decoration: none;
}
.section-title5 p a:hover{
  color: #1e579a;
}


.section-title {
  background-color: rgb(218, 218, 223);
  width: 72%;
  color: #143362;
  font-size: 22px;
  padding: 6px;
  margin-top: -80px;
  margin-left: 332px;
}

.section-title::before {
  content: "";
  margin-top: 26px;
  position: absolute;
  width: calc(4% + 20px);
 /* Update the width to cover the entire title */
  height: 6px;
  background-color: #143362;
  margin-left: -2px;
}



/* Rest of your existing CSS */


.article-title {
  font-size: 28px;
  color: #012345;
  font-weight: normal;
/*  justify-content: center;*/
  text-align: center;
  width: 100%;
}

.article-header {
  display: flex;
  align-items: center;
}

.article-subtitle {
  width: 100%;
  display: flex;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #adacac;
  margin-top: 0px;
  justify-content: center;
  padding-bottom: 10px;

}

.subtitle-line {
  max-width: 100%;
/*  margin-left: 100px;*/
  align-item: center;
}



/*******************************************************************************
*************************************************************************************/*
.links-container1 {
/*  margin-top: 5px;*/
 /* Add spacing at the top */
  width: 100%;
/*  overflow-wrap: break-word;*/
/*  word-wrap: break-word;*/
/*  word-break: break-word;*/
/*  margin-left: 420px;*/
/*  min-height: 1100px;*/
/*  font-size: 14px;*/
/*  background-color: #fff;*/
}

.links-container1 img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.links-container2 {
  margin-top: 20px;
}

.links-container2 img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.links-container4 {
  margin-top: -960px;
 /* Add spacing at the top */
  width: 62%;
  margin-left: 420px;
  min-height: 1200px;
  font-size: 14px;
  background-color: #fff;
}

.links-container4 img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.links-container {
/*  margin-top: 80px;*/
 /* Add spacing at the top */
  width: 100%;
/*  margin-left: 420px;*/
/*  min-height: 1100px;*/
/*  background-color: #fff;*/
}

.links-container img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.links-container5 {
  margin-top: 20px;
 /* Add spacing at the top */
/*  width: 62%;*/
/*  overflow-wrap: break-word;*/
/*  word-wrap: break-word;*/
/*  word-break: break-word;*/
/*  margin-left: 435px;*/
/*  min-height: 1200px;*/
  font-size: 14px;
/*  background-color: #fff;*/
}

.links-container5 img {
 max-width:100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  font-size: 12px;
}

.download-button {
  margin: 0;
  padding: 0;
  text-align: left;
}

.download-button {
  text-align: left;
  display: inline-block;
  color: rgb(10, 10, 10);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-right: 400px;
  margin-top: 80px;
}

.download-button:hover {
  color: #2980b9;
 /* Change the text color on hover */
}

.btn {
  margin-bottom: 50px;
  font-size: 13px;
/*  margin-left: 50px;*/
}

span:before{
  display: none;
}
.PrevDisabled,.NextDisabled{
  height: 20px!important;
}
a.Next,a.Prev{
  line-height: 20px!important;
  padding: 0 4px!important;
  height: 20px!important;
}

.main-container .prev,.main-container  .next{
  position: static;
  margin: 0; 
     cursor: pointer; 
     top: 0; 
     width: auto; 
     padding: 0; 
     margin-top: 0; 
     color: #333333; 
     font-weight: normal; 
     font-size: 14px; 
     transition: 0.6s ease; 
     border-radius: 0 3px 3px 0; 
    user-select: none;
}