.container {
  position: relative;
  min-height: 80vh;
  background-image: url("https://www.pragunnadvertiser.com/img/con-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size:  auto 23.3125rem;
  background-color: #e7e7e7;
}

.container .top-title{
  text-align: center;
  padding: 8rem 0;
}

.container .top-title img{
  width: 52.875rem;
}

.W1300{
  width: 81.25rem;
  padding: 2rem 0;
  background: #f3f3f3;
  margin: 0 auto;
}
.W1300 *{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;}


.container .bg {
  background: #f5f5f5;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 50%;
  margin-right: 23.125rem
}

.container .left {
  float: left;
  width: 14.375rem;
  position: relative
}

.container .left .title-bg {
  width: 11.25rem
}

.container .left .page-title {
  position: absolute;
  color: #293e91;
  font-weight: 600;
  font-size: 2.6rem;
  top: 3.6rem;
  left: 1.5rem
}

.s-menu{
  padding-left: 1.4rem;
  padding-top: 1rem;
}

.s-menu-item{
  width: 10rem;
  padding: 0.625rem 0;
  font-size: 1.3rem;
  color: #293e91;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

.s-menu-item.active,.s-menu-item:hover{
  background: #293e91;
  padding: 0.625rem 1rem;
  color: #f4cb3c;
  position: relative;
}

.s-menu-item.active:after,.s-menu-item:hover:after{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width:0;
  height:0;
  border-top:1.45rem solid transparent;
  border-bottom:1.45rem solid transparent;
  border-left:0.625rem solid #f4cb3c;
}


.container .right {
  float: left;
  width: 60.625rem
}

.container .right .news-list {
  padding: 40px 20px;
  padding-top: 0;
  min-height: 600px;
}

.container .right .news-list .news-item {
  padding: 15px 40px 15px 20px
}

.container .right .news-list .news-item .title {
    font-size: 1.2rem;
    max-width: 43rem;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.container .right .news-list .news-item .date {
  text-align: right;
  font-size: .785rem;
  color: #999;
  float: right;
  line-height: 1.65rem;
}

.container .right .news-list .news-item.active {
  background: #fff;
  border-left: 5px solid #2b4191
}

.contact {
  background: #293e91;
  padding-bottom: 60px;
  padding-top: 30px
}

.contact .title-box {
  text-align: center;
  position: relative
}

.contact .title-box:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #fff
}

.contact .title-box .title {
  position: relative;
  display: inline-block;
  width: 12.5rem;
  background: #293e91;
  color: #fff;
  z-index: 2
}

.contact .title-box .title .cn {
  font-size: 1.875rem;
  font-weight: 600
}

.contact .title-box .title .en {
  font-size: 1.125rem
}

.contact .contact-list {
  margin-top: 2.5rem
}

.contact .contact-list > div {
  float: left;
  height: 11.25rem
}

.contact .contact-list .contact-item {
  width: 14.875rem;
  text-align: center;
  color: #fff
}

.contact .contact-list .contact-item .pic {
  height: 6.25rem
}

.contact .contact-list .contact-item .pic img {
  width: 5.6rem
}

.contact .contact-list .contact-item .title {
  font-size: 1rem;
  margin-top: .625rem;
  margin-bottom: 1.25rem
}

.contact .contact-list .contact-item .info {
  font-size: 1.375rem;
  font-weight: 600
}

.contact .contact-list .contact-item .qrcode {
  height: 8.75rem
}

.contact .contact-list .contact-item .qrcode img {
  width: 8rem
}

.contact .contact-list .line {
  width: 1px;
  height: 8.75rem;
  background: #293e91;
  opacity: .3;
  margin-top: .625rem
}

.footer {
  text-align: center;
  padding: 1rem 0;
  background: #333;
  color:#FFF;
}


.page-list{
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-bottom: 50px;
}
