* {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
.img {
  width: 100%;
  height: 174px;
  background-color: aquamarine;
}
.picture {
  margin: 0 12px;
}
.main {
  height: 100%;
  margin: 0 auto 160px;
  display: flex;
}
.main .left {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
  margin: 30px 30px;
}
.main .left .icon {
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main .left .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324E;
  line-height: 38px;
  text-align: center;
}

.main .left .subtitle {
  display: flex;
  justify-content: space-around;
}
.main .left .subtitle span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #929292;
  line-height: 70px;
  display: block;
  text-align: center;
}
.main .left .content {
  width: 100% !important;
  padding: 20px 40px 200px;
}
.main .left .content .video_wrapper{
  display: flex;
  justify-content: center;
}
.main .left .content .video_wrapper .video_shop{
  margin: 0 auto 60px;
  width: 700px;
  /* height: 525px; */
}
/* .main .left .content div{
  width:95% !important;
} */
.main .left .content p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  margin: auto !important;
  /* padding: 20px 90px 0 90px; */
}
.main .left .content img{
  max-width:95% !important;
  margin: auto !important;
}
.main .sidebar {
  width: 25%;
  padding-bottom: 90px;
  min-width: 300px;
  /*热门专业*/
  /*热点资讯*/
}
.main .sidebar .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: 90px;
  margin: auto;
  line-height: 90px;
  margin: 30px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
}
.main .sidebar .nav a {
  height: 90px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
}
.main .sidebar .nav .hover {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
  border-bottom: 8px solid #005AA7;
}
.main .sidebar .major {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
  padding: 0 0 30px 0;
}
.main .sidebar .major .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.main .sidebar .major .box .box-left {
  display: flex;
}
.main .sidebar .major .box .box-left .left {
  width: 4px;
  height: 29px;
  background-color: #005AA7;
  margin: 15px 15px 15px 0;
}
.main .sidebar .major .box .box-left .middle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
  line-height: 59px;
}
.main .sidebar .major .box .right {
  width: 20%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
  line-height: 59px;
}
.main .sidebar .major .box .right a {
  color: #13324E;
  display: inline-block;
}
.main .sidebar .major .box2 {
  display: flex;
  /* justify-content: space-between; */
  padding: 5px 15px;
}
.main .sidebar .major .box2 .title {
  min-width: 100px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 550;
  color: #33495F;
  line-height: 38px;
}
.main .sidebar .major .box2 .title span{
  padding: 0 5px;
}
.main .sidebar .major .box2 .subtitle {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #909090;
  line-height: 38px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .sidebar .hot {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
  margin: 30px 0;
  padding: 0 0 50px 0;
  cursor: pointer;
}
.main .sidebar .hot .top {
  display: flex;
  justify-content: space-between;
}
.main .sidebar .hot .top .box {
  display: flex;
}
.main .sidebar .hot .top .box .left {
  width: 4px;
  height: 29px;
  background-color: #005AA7;
  margin: 15px 15px 15px 0;
}
.main .sidebar .hot .top .box .middle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
  line-height: 59px;
}
.main .sidebar .hot .top .right {
  width: 20%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324E;
  line-height: 59px;
}
.main .sidebar .hot .top .right a {
  color: #13324E;
}
.main .sidebar .hot .btm {
  width: 100%;
}
.main .sidebar .hot .btm .text {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  cursor: pointer;
}
.main .sidebar .hot .btm .text p {
  margin: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #13324E;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .sidebar .hot .btm .text span {
  padding: 0 5px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #13324E;
  font-size: 16px;

}
.sss {
  border: 1px;
}


.pop {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%,-50%);
  width: 500px;
  /* border: 1px solid #4C8CC3; */
  border-radius: 10px;
  background-color: #fff;
}
.pop .title-wrapper {
  width: 100%;
  border-radius: 10px 10px 0 0;
  

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #4C8CC3;
}
.pop span{
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translate(-50%,-50%);
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  cursor: pointer;
}
.pop .title-wrapper .title{
  margin: 0;
  padding: 0;
  color: #fff;
}
.pop .site-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;  
  border-radius: 0 0 10px 10px;
  background-color: rgba(76, 140, 195,.2);
}
.pop .site-wrapper p{
  margin: 0;
  padding: 0;
}

/* 专栏页 */
.columnWrap{
  width: 1200px;
  margin: 0 auto;
}

/* 附件 */
.attachment_wrap a{
  color: #1d5cb2;
}
.raise{
  height: 150px;
}
@media (max-width:1080px) {
  .main{
    width: 100% !important;
    margin: 0 auto;
  }
  .main .left{
    margin:10px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  }
  .main .left .icon{
    display: none;
  }
  .main .left .title{
    padding: 10px 0;
  }
  .main .left .subtitle span{
    line-height: 50px;
    line-height: 40px;
  }
  .main .left .content{
    padding: 20px 30px 200px;
  }
  .raise{
    height: 80px;
  }
}