.news {
    margin-top: 25px;
}

.news ul li {
    height: 6vh;
    line-height: 6vh;
    border-bottom: 1px solid #eee;
}
.news ul li:hover a{
    color: #e9980b;
}
.news ul li p:nth-child(1) {
    width: 90%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news ul li p:nth-child(2) {
    width: 10%;
    text-align: right;
    font-size: 14px;
}

.news_details {
    margin-top: 30px;
    min-height: 40vh;
}

.news_details .title {
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.news_details .title p {
    margin-top: 15px;
    color: #777;
    font-size: 15px;
}

.news_details .content {
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}

.news_details .content p {
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 15px;
}

.message {
    margin-top: 30px;
    min-height: 40vh;
    margin-bottom: 50px;
}

.message .m1 {
    width: 90%;
    margin-bottom: 20px;
}

.message .m1 span {
    display: block;
    width: 35%;
    text-align: right;
    height: 6vh;
    line-height: 6vh;
}

.message .m1 input {
    width: 63%;
    height: 6vh;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
}

.message .m1 .left {
    width: 50%;
}

.message .m1 .right {
    width: 50%;
}

.message .m2 span {
    width: 17.5%;
}

.message .m2 textarea {
    width: 81.5%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.message button {
    width: 15%;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 5vh;
    margin-top: 20px;
    margin-bottom: 50px;
    background: #e9980b;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    outline: none;
    cursor: pointer;
}


/* 个人中心 */

.mine {
    margin-top: 30px;
    min-height: 48vh;
}

.mine .w>.left {
    width: 20%;
    background: #fff;
    height: 30vh;
}

.mine .w>.right {
    width: 78%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.minebody {
    background: #f2f2f2;
}

.mine .left ul li {
    height: 6vh;
    line-height: 6vh;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
}

.bgcolor2 {
    background: #f8aa02;
}

.mine .right .title {
    height: 6vh;
    line-height: 6vh;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.mine .toggle {
    height: 4vh;
    line-height: 4vh;
    margin-top: 2vh;
}

.mine .toggle ul li {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.mine .toggle ul li span {
    position: absolute;
    height: 25px;
    width: 25px;
    background: #f8aa02;
    line-height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    right: 0px;
    top: -5px;
}

.mine .toggle ul .bgcolor3 {
    border-bottom: 3px solid #f8aa02;
}

.mine .order {
    margin-top: 25px;
}

.mine .order ul li {
    border: 1px solid #dddddd;
    /* height: 22vh; */
    margin-bottom: 3vh;
    border-bottom: none;
}

.mine .order ul li .bot {
    height: 19vh;
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; */
}

.mine .order ul li .top {
    height: 3vh;
    line-height: 3vh;
    padding: 0 20px;
    font-size: 13px;
    background: #eee;
}

.mine .order ul li .top span:nth-child(2) {
    margin-left: 30px;
}

.mine .order ul li .one img {
    height: 10vh;
    margin-top: 2.5vh;
}

.mine .order ul li .one {
    width: 40%;
    border-right: 1px solid #dddddd;
    padding: 0 20px;
    box-sizing: border-box;
    height: 19vh;
    border-bottom: 1px solid #ddd;
}

.mine .order ul li .one .fl {
    width: 40%;
    background: #eee;
    height: 15vh;
    margin-top: 2vh;
    text-align: center;
}

.mine .order ul li .one .fr {
    width: 57%;
    height: 15vh;
    margin-top: 2vh;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.mine .order ul li .two {
    width: 10%!important;
}

.mine .order ul li .four {
    width: 20%!important;
}

.mine .order ul li .two,
.mine .order ul li .three,
.mine .order ul li .four,
.mine .order ul li .five {
    width: 15%;
    height: 19vh;
    border-right: 1px solid #dddddd;
    text-align: center;
    font-size: 13px;
    line-height: 19vh;
    border-bottom: 1px solid #ddd;
}

.mine .order ul li .five {
    width: 15%;
    border-right: none;
}

.mine .order ul li .four span {
    display: block;
    width: 90%;
    margin-left: 5%;cursor: pointer;
    height: 5vh;
    line-height: 5vh;
    background: #eee;
    border-radius: 3px;
    margin-top: 7vh;
    font-size: 14px;
}

.mine .order ul li .five img {
    margin-bottom: -6px;
}

.xgmm {
    margin-top: 20px;
}

.xgmm>div {
    width: 50%;
    margin-bottom: 20px;
}

.xgmm>div .fl {
    width: 43%;
    font-size: 14px;
    text-align: right;
    height: 5vh;
    line-height: 5vh;
}

.xgmm>div .fr {
    width: 55%;
    height: 5vh;
    line-height:4.8vh;
    border: 1px solid #ccc;
}

.xgmm>div .fr input {
    width: 100%;
    height: 4vh;
    border: none;
    padding-left: 15px;
    box-sizing: border-box;
}

.xgmm button {
    width: 17%;
    margin-top: 2vh;
    margin-bottom: 15vh;
    margin-left: 27%;
    height: 4.5vh;
    background: #f8aa02;
    border: none;
    color: #fff;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .news ul li{
      height: 8vh;
      line-height: 8vh;
  }
  .mine .w>.left{
      height: 43vh;
  }
  .mine .left ul li{
      height: 8vh;
      line-height:8vh;
  }
  .mine .order ul li .top{
      height: 5vh;
      line-height: 5vh;
  }
}