.container {
  margin-top: 6px;
}

.container .show-list ul {
  margin-bottom: 15px;
}

.container .show-list calender-link {
  color: #000;
}

.container .right-area {
  width: 66.3%;
  margin-right: 6px;
}

.container .right-area .info {
  border: 1px solid #eaeaea;
  margin-bottom: 6px;
  height: 288px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container .right-area .info-2{
  /*height: 308px;*/
}

.container .right-area .info .title-contain {
  height: 34px;
  background: #eaeaea;
  margin-bottom: 15px;
  position: relative;
  /* overflow: hidden;*/
}

.container .right-area .info .title-contain .info-more {
  display: none;
}

.container .right-area .info .title-contain .info-more.show {
  display: block;
}

.container .right-area .info .title-contain .title {
  font-size: 16px;
  font-weight: 500;
  color: black;
  line-height: 32px;
  width: 188px;
  text-align: center;
  background: #fff;
  display: inline-block;
}


/*.container .right-area .info-2 .title-contain .event.select,
.container .right-area .info-2 .title-contain .message.select {
  position: absolute;
}*/

.container .right-area .info .title-contain .title-first {
  font-weight: 400;
  border-top: 2px solid #4fb5a6;
  color: #4fb5a6;
  font-weight: 600;
}

.container .right-area .info .title-contain .title-second {
  cursor: pointer;
}

.container .right-area .info .title-contain .message {
  float: left;
  position: absolute;
  left: 0;
  border-left: none;
}

.container .right-area .info .title-contain .event {
  float: left;
  position: absolute;
  left: 188px;
  border-left: none;
}

.container .right-area .info .title-contain .title-third {
  border-top: 2px solid #428bcb;
  font-weight: 600;
  color: #4fb5a6;
}

.container .right-area .info .title-contain .title-forth {
  border-top: 2px solid #ff8400;
  font-weight: 600;
  color: #ff8400;
}

.container .right-area .info .title-contain a {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 35px;
  padding-right: 22px;
}


.container .right-area .info.tabInfo .title-contain .title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
    background: #eaeaea;
    padding:0 32px;
  width: auto;
  padding-top:2px;
  border-top:0 none;
  cursor:pointer
}
.container .right-area .info.tabInfo .title-contain .title:first-child:before {
  content:' ';
  display: inline-block;
  margin-right:8px;
  width:14px;
  height:14px;
  background:url('../images/icon_flag.svg') no-repeat center / contain;
}
.container .right-area .info.tabInfo .title-contain .title.selected {
  font-weight: 600;
  color: #4fb5a6;
  /*position: relative;*/
  background: #fff;
  border-top: 2px solid #4fb5a6;
  padding-top:0px;
}


.container .right-area .info .info-box {
  display: none;
}

.container .right-area .info .info-box.show {
  display: block;
}

.container .right-area .info .info-box .district{
    padding: 0 3.2% 10px;
}
.container .right-area .info .info-box .roundRect_btn{
  border: 1px solid #4FB5A6;
  border-radius: 4px;
  width:72px;
  height:28px;
  font-size: 14px;
  color: rgba(0,0,0,0.45);
  text-align: center;
  background:#fff;
  margin-right:12px;
  cursor:pointer;
}
.container .right-area .info .info-box .roundRect_btn.active{
  color: #fff;
background:#4FB5A6;
}

.container .right-area .info .title-contain a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.container .right-area .info .news {
  padding-bottom: 11px;
}

.container .right-area .info .news ul {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.container .right-area .info .news ul li:first-child {
  padding-top: 0;
}

.container .right-area .info .news ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.container .right-area .info .news ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2388fd;
  left: 0;
  position: absolute;
  top: 7px;
}

.container .right-area .info-3 .news ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
  left: 0;
  position: absolute;
  top: 7px;
}

.container .right-area .info .news ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 8px 0 6px 0;
  width: 100%;
  color: #2388fd;
}

.container .right-area .info .news ul li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  padding-left: 13px;
  position: relative;
  padding-right: 12px;
  display: inline-block;
  width: 96%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .right-area .info .news ul li a:hover {
  color: #007aff;
}

.container .right-area .info .news ul li span {
  font-size: 12px;
  font-family: ArialMT;
  color: #6fb2ff;
  line-height: 20px;
  float: right;
}

.container .right-area .info .news-img {
  width: 43.6%;
  padding: 0 3.2%;
  max-height: 205px;
  overflow: hidden;
}

.container .right-area .info .news-img .swiper-slide {
  /*background: #2f2f2f;*/
}

.container .right-area .info .news-img .swiper-slide > a {
  font-size: 12px;
  font-weight: 400;
  color: white;
  line-height: 30px;
  width: 100%;
  height: 30px;
  background: rgba(47, 47, 47, 0.6);
  display: inline-block;
  padding-left: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.container .right-area .info .news-img .swiper-slide > div > a {
  display: block;
  overflow: hidden;
  height: 205px;
  max-height: 205px;
  width: 100%;
}
.container .right-area .info .news-img .swiper-slide > div > a > img{
  margin-top:auto !important;
}
.container .right-area .info .news-img .swiper-container-horizontal > .swiper-pagination-bullets,
.container .right-area .info .news-img .swiper-pagination-custom,
.container .right-area .info .news-img .swiper-pagination-fraction {
  /*left: 125px;*/
  top: 12px;
  position: absolute;
  height: 10px;
  text-align: right;
}

.container .right-area .info .news-img .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 1;
  border:1px solid #ccc;
}

.container .right-area .info .news-img .swiper-pagination-bullet-active {
  background: #1fab5a;
}

.container .right-area .info .news-text {
  width: 50%;
}

.container .right-area .info .news-text ul {
  padding-left: 30px;
}

.container .right-area .info .news-text ul li {
  width: 90%;
}

.container .right-area .info .news-text ul li a {
  width: calc(100% - 60px);
}

.container .right-area .info-2 .news {
  margin-right: 0;
}

.container .right-area .info-2 .news ul {
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  border-right: none;
}

.container .right-area .info-2 .news ul li {
  width: 94%;
}

.container .right-area .info-2 .news-img .img-box {
  overflow: hidden;
}

.container .right-area .info-3 {
  width: 49.62%;
  margin-right: 6px;
}

.container .right-area .info-3 .news ul {
  border: none;
  padding: 0 24px;
}

.container .right-area .info-3 .news ul li {
  width: 100%;
}

.container .right-area .info-4 {
  margin-right: 0;
  width: calc(100% - 49.62% - 6px);
}

.container .login {
  border: 1px solid #e7e7e7;
  margin-bottom: 6px;
  height: 167px;
}

.container .login .login-list {
  padding: 18px 0 16px 0;
  background: rgba(244, 244, 244, 0.21);
}

.container .login .login-list a {
  width: 33%;
  text-align: center;
  display: block;
}

.container .login .login-list a .login-img {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  /*background: url(../images/admin1.png) no-repeat center;
  background-size: cover;*/
}
.container .login .login-list a.student .login-img {
  background: url(../images/student.png) no-repeat center;
  background-size: cover;
}

.container .login .login-list a.employer .login-img {
  background: url(../images/danwei.png) no-repeat center;
  background-size: cover;
}

.container .login .login-list a.admin .login-img {
  background: url(../images/qiye.png) no-repeat center;
  background-size: cover;
}
/*.container .login .login-list a:nth-of-type(3) .login-img {
  background: url(../images/admin.png) no-repeat center;
  background-size: cover;
}*/

.container .login .login-list a:hover p {
  color: #007aff;
}

.container .login .login-list a p {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 22px;
  letter-spacing: 2px;
  padding-top: 12px;
}

.container .quickLink{
  border: 1px solid #e7e7e7;
  margin-bottom: 6px;
}
.container .quickLink .quickLink_content{
  padding:0 10px 10px;
}
.container .quickLink .quickLink_content .link_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .quickLink .quickLink_content .link_list li {
  width:25%;
  box-sizing: border-box;
  padding:6px;
  height:80px;
}
.container .quickLink .quickLink_content .link_list li a{
  display: block;
  width:100%;
  height:100%;
}
.container .quickLink .quickLink_content .link_list li a .icon{
  margin: 0 auto;
  width:40px;
  height:40px;
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;

}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+1) a .icon{
  background-image: url('../images/icon_quickLink1.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+2) a .icon{
  background-image: url('../images/icon_quickLink2.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+3) a .icon{
  background-image: url('../images/icon_quickLink3.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+4) a .icon{
  background-image: url('../images/icon_quickLink4.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+5) a .icon{
  background-image: url('../images/icon_quickLink5.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+6) a .icon{
  background-image: url('../images/icon_quickLink6.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n+7) a .icon{
  background-image: url('../images/icon_quickLink7.png')
}
.container .quickLink .quickLink_content .link_list li:nth-child(8n) a .icon{
  background-image: url('../images/icon_quickLink8.png')
}

.container .quickLink .quickLink_content .link_list li a .text{
margin-top:5px;
font-size: 12px;
color: #000000;
text-align: center;
font-weight: 400;
}
.container .quickLink .quickLink_content .link_btns{
  display: flex;
}
.container .quickLink .quickLink_content .link_btns .link_btn{
background-repeat: no-repeat;
background-size: 14px 14px;
background-position:  calc(100% - 7px) center;
border-radius: 4px;
width:50%;
padding:7px 28px 7px 10px;
font-size: 14px;
color: #0057B8;
font-weight: 600;
}
.container .quickLink .quickLink_content .link_btns .link_btn:nth-child(2n+1){
background-color: #EAF4FB;
background-image: url("../images/icon_angleRight_blue.svg");
}
.container .quickLink .quickLink_content .link_btns .link_btn:nth-child(2n){
background-color: #e9edfa;
background-image: url("../images/icon_angleRight_purple.svg");
margin-left:10px;
}
.container .calender-box {
  height: 372px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .calender-box .sideright {
  width: 95%;
}

.container .calender-box .calendar {
  padding: 0;
  padding-top: 23px;
  margin-left: 20px;
}

.container .calender-box .calendar h3 .right span {
  font-size: 14px;
  font-weight: 500;
  color: #026BB7;
}

.container .calender-box .calendar .fa {
  font-size: 22px;
  color: #2388fd;
}

.container .calender-box .calendar .fa-angle-left {
  float: left;
}

.container .calender-box .calendar .fa-angle-right {
  float: right;
}

.container .calender-box .right {
  float: none;
}

.container .left-title {
  height: 34px;
  background: #4fb5a6;
  text-align: center;
}

.container .left-title h1 {
  font-weight: 500;
  color: white;
  font-size: 16px;
  line-height: 34px;
}

.container .left-area {
  width: calc(100% - 66.3% - 6px);
}

.search {
  margin-top: 6px;
  height: 270px;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search .se_top .tabWrap li {
  width: 50%;
  height: 35px;
  background: #efefef;
  float: left;
  text-align: center;
}

.search .se_top .tabWrap li a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  line-height: 35px;
}

.search .se_top .tabWrap li.select {
  background: #fff;
  border-top: 2px solid #428bcb;
}

.search .se_top .tabWrap li.select a {
  font-weight: 600;
  color: #428bcb;
}

.search .se_bottom {
  padding: 16px 28px;
  position: relative;
}

.search .se_bottom .tabContent {
  display: none;
}

.search .se_bottom .tabContent span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  margin-right: 7px;
}

.search .se_bottom .tabContent .city-search,
.search .se_bottom .tabContent .major-search,
.search .se_bottom .tabContent .job,
.search .se_bottom .tabContent .entname,
.search .se_bottom .tabContent .jobArea,
.search .se_bottom .tabContent select {
  width: calc(100% - 64px);
  height: 25px;
  background: #f3f3f3;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.search .se_bottom .tabContent p {
  margin-bottom: 16px;
}

.search .se_bottom .tabContent p:nth-last-of-type(2) {
  margin-bottom: 8px;
}

.search .se_bottom .tabContent p:last-child {
  margin-bottom: 0;
}

.search .se_bottom .tabContent .search-button,
.search .se_bottom .tabContent .sub-button {
  margin-top: 8px;
  border: none;
  outline: none;
  margin-left: 15%;
  width: 40%;
  height: 30px;
  color: #fff;
  background: #428bcb;
}

.search .se_bottom .tabContent .reset-button {
  border: none;
  outline: none;
  width: 40%;
  height: 30px;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}

.search .se_bottom .show {
  display: block;
}

.search-phone {
  display: none;
}

.right-area .calender-box,
.right-area .login,
.right-area .quickLink {
  display: none;
}

input#specialz {
  width: 100%;
}

.container .left-area .guide {
  margin-top: 6px;
  border: 1px solid #eaeaea;
  position: relative;
  height: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container .left-area .guide .title-contain {
  height: 35px;
  background: #eaeaea;
  margin-bottom: 15px;
}

.container .left-area .guide .title-contain .show {
  display: block;
}

.container .left-area .guide .title-contain .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  line-height: 35px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 10%;
  text-align: center;
}

.container .left-area .guide .title-contain .title.select {
  font-weight: 600;
  color: #ff8400;
  background: #fff;
}

.container .left-area .guide .title-contain .title.select::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff8400;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
}

.container .right-area .info-2 .title-contain .title.select::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4fb5a6;
  display: block;
  position: absolute;
  /* bottom: -9px; */
  left: 0px;
  top: 0;
}

.container .left-area .guide .title-contain .title-fine {
  font-weight: 400;
}

.container .left-area .guide .title-contain a {
  float: right;
  padding-right: 22px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 35px;
  font-size: 12px;
  display: none;
}

.container .left-area .guide .title-contain a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.container .left-area .guide .news {
  padding-bottom: 11px;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container .left-area .guide .news-special ul div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.container .left-area .guide .news-special ul div:first-child {
  padding-top: 0;
}

.container .left-area .guide .news-special ul > div {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 10px 0 9px 0;
  color: #2388fd;
  width: 85%;
  margin-left: 30px;
}

.container .left-area .guide .news ul li:first-child {
  padding-top: 0;
}

.container .left-area .guide .news-job ul li div:first-child {
  padding-top: 11px;
}

.container .left-area .guide .news ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.container .left-area .guide .news-job ul li div:last-child {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}

.container .left-area .guide .news ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 8px 0 6px 0;
  width: 100%;
  margin: 0 auto;
  color: #2388fd;
}

.container .left-area .guide .news ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  position: absolute;
  top: 7px;
}

.container .left-area .guide .news-special ul li {
  margin-left: 0;
}

.container .left-area .guide .news ul li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  padding-left: 13px;
  position: relative;
  padding-right: 12px;
  display: inline-block;
  width: 96%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .left-area .guide .news ul li a:hover {
  color: #007aff;
}

.container .left-area .guide .news.active {
  display: block;
}

.container .link {
  overflow: hidden;
}

.container .link ul li {
  margin-bottom: 6px;
}

.container .link ul li a {
  font-size: 24px;
  font-family: STKaitiSC;
  font-weight: 900;
  color: white;
  line-height: 63px;
  letter-spacing: 10px;
  display: block;
  width: 100%;
  position: relative;
}

.container .link ul li a span {
  position: absolute;
  left: 39%;
  top: 0;
  display: none;
}

.container .link-list ul {
  overflow: hidden;
  margin: 0 -0.3%;
}

.container .link-list ul li {
  float: left;
  width: 33.333%;
  margin-bottom: 8px;
  padding: 0 0.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .link-list ul li a {
  display: block;
}

.container .link-list ul li img {
  max-width: 100%;
  height: 64px;
  min-width: 395px;
}

.img-contain {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  margin-top: 6px;
}

.img-contain .img-list {
  padding: 8px 0;
}

.img-contain .img-list ul li {
  float: left;
  padding-right: 1.1%;
  font-size: 0;
}

.img-contain .img-list ul li a {
  display: inline-block;
  width: 189px;
  height: 109px;
}

.img-contain .img-list ul li:last-child {
  padding-right: 0;
}

.a_link {
  height: auto;
  background: #f9f9f7;
  padding: 20px 0;
}

.a_link .link-list {
  font-size: 0;
}

.a_link .link-list select:first-child {
  margin-left: 0;
}

.a_link .link-list form {
  font-size: 0;
  margin: 0 -1%;
}

.a_link .link-list div {
  display: inline-block;
  width: 23%;
  font-size: 0;
  padding: 0 1%;
}

.a_link .link-list select {
  text-indent: 2em;
  width: 100%;
  height: 35px;
  background: #f1f1f1;
  border-radius: 4px;
  outline: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  border: 1px solid #ddd;
}

.a_link .link-list select option {
  padding-top: 10px;
  cursor: pointer;
}

.picture {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  background: #ffffff;
  text-align: center;
}

.picture .title-contain {
  height: 34px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
}

.picture .title-contain .title {
  font-size: 16px;
  font-weight: 600;
  color: #137ee1;
  line-height: 35px;
  width: 188px;
  padding-left: 16px;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.picture .title-contain a {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #0091ff;
  line-height: 35px;
  padding-right: 22px;
}

.picture .swiper-photo {
  width: 100%;
  height: 100%;
}

.picture .swiper-photo .swiper-slide .img {
  width: 189px;
  height: 109px;
  margin:0 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.picture .swiper-photo .swiper-slide .name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
}

.picture .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  transition-timing-function: linear;
  margin: 0 auto;
}

.link-bg{
    width: 100%;
    height: 140px;
    background: url(../images/link_bg.jpg) ;
    background-size: cover;
    position:relative;
    margin-bottom:10px;
}

.link-bg .link-content{
    position:absolute;
    bottom:10%;
    left:50%;
    transform: translateX(-50%);
}
.link-bg .link-content a{
    background: rgba(2,100,201,0.54);
    border-radius: 6px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    padding:5px 0;
    margin-right:44px;
    width: 132px;
    display: inline-block;
}
.link-bg .link-content a:hover{
   
}

@media screen and (max-width: 1260px) {
  .img-contain .img-list ul li {
    padding-right: 1%;
  }
  .img-contain .img-list ul li a {
    width: 2.89rem;
    height: 1.7rem;
  }
}

@media screen and (max-width: 992px) {
  .img-contain .img-list ul {
    margin: 0 -1%;
  }
  .img-contain .img-list ul li {
    padding: 1%;
    width: 31.3%;
  }
  .img-contain .img-list ul li a {
    width: 100%;
    height: 3.2rem;
  }
  .container .right-area {
    width: 100%;
    float: none;
  }
  .container .left-area {
    width: 100%;
    float: none;
  }
  .right-area .calender-box {
    margin-bottom: 6px;
  }
  .right-area .calender-box,
  .right-area .login,
  .right-area .quickLink {
    display: block;
  }
  .container .left-area .calender-box,
  .container .left-area .login,
  .container .left-area .quickLink {
    display: none;
  }
  .search-pc {
    display: none;
  }
  .search-phone {
    display: block;
    margin-bottom: 6px;
  }
  .search-phone .tabContent-phone.show {
    display: block;
  }

  .link-bg{
      height:2.4rem;
  }

  .link-bg .link-content{
    left:43.5%;
}

@media screen and (max-width: 1024px){
    .link-bg .link-content{
        left:42.5%;
    } 
}


@media screen and (max-width: 768px) {
  .a_link .link-list select {
  text-indent: 1em;
  }
  .a_link .link-list div {
    width: 48%;
    margin-bottom: 6px;
  }
  .container .right-area .info {
    height: auto;
    min-height: 270px;
  }
  .container .right-area .info .news-text {
    float: none;
    width: 100%;
  }
  .container .right-area .info .news-img {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .container .right-area .info .title-contain .title {
    width: 125px;
  }
  .container .right-area .info .title-contain .event {
    left: 125px;
  }
  .container .right-area .info.tabInfo .title-contain .title {
    padding:0 12px;
  }
  .container .right-area .info-3 {
    width: 100%;
    float: none;
  }
  .container .right-area .info .news-text ul {
    padding-left: 16px;
  }
  .container .right-area .info .news-text ul li {
    width: 96%;
  }
  .container .right-area .info-3 .news ul {
    padding: 0 16px;
  }
  .container .right-area .info .news ul li a,
  .container .left-area .guide .news ul li a {
    font-size: 12px;
  }
  .picture .swiper-photo .swiper-slide .img{
  width:150px;
  height:86px;
  }
  .link-bg{
      height:7.5rem;
      background:url(../images/link_bg_phone.jpg);
      background-repeat:no-repeat;
      background-size:cover;
  }
  .link-bg .link-content{
      left:50%;
      bottom:5%;
      width:100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
  }
  .link-bg .link-content a{
    width: 100px;
    font-size: 11px;
    padding: 5px 2px;
    margin-right:5px;
  }

}