.medium-page {
    text-align: center;
    padding-top: 30px;
    background: #fbfbfb;
    clear: both !important;
}

.medium-page .medium-card {
    text-align: left;
    width: 1280px;
    display: inline-block;
}

.page-left {
    width: 360px;
    margin-right: 20px;
    float: left;
}

.page-right {
    width: calc(100% - 380px);
    float: left;
}

/*user*/
.user {
    width: 100%;
    height: 365px;
}

.user .login-type {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.user .login-type .type {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #b6b6b6;
    position: relative;
}

.user .login-type .type.active {
    color: #ff6e00;
}

.user .login-type .type.active:after {
    width: 26px;
    height: 2px;
    position: absolute;
    content: "";
    background: #ff6e00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.user .login-type .line {
    width: 1px;
    height: 18px;
    background: #ececec;
    display: inline-block;
    margin-top: 11px;
}

.user .login-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.user .login-form .form-group{
	float:right !important;
	
}

.user .login-form input {
    height: 46px;
}

.user .login-form input#captcha {
    width: calc(100% - 140px);
    float: left;
}

.user .login-form #captcha_img {
    width: 120px;
    height: 46px;
    float: left;
    margin-left: 20px;
}

.user .login-form button {
    border: none;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    background: #ff6e00;
}

.user .login-form .register {
    float: left;
    color: #888;
	font-size:15px;
}

.user .login-form .register a {
    color: #ff6e00;
}

.user .login-form .forget {
    float: right;
    color: #888;
}

.user .login-form .login-mobile {
    display: none;
}

/*已登录*/
.haslogin {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}

.haslogin .img {
    width: 70px;
    height: 70px;
    float: left;
    background: url(/avatar.png) center center no-repeat;
}

.haslogin .msg {
    font-size: 20px;
    font-weight: bold;
}

.haslogin .info {
    width: calc(100% - 100px);
    margin-left: 20px;
    float: left;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: left;
    padding-top: 5px;
}

.haslogin .info .greet {
    font-size: 14px;
    color: #ff432a;
}

/*media*/
.media .media-list tr {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.media .media-list tr td {
    width: 25%;
    float: left;
    padding: 0 6px;
    text-align: unset;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.media .media-list tr td span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #2a7eff;
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
}

.media .media-list tr td span.rec {
    background: #ff432a;
}

.media .media-list thead tr {
    height: 40px;
    line-height: 40px;
    background: #efefef;
}

.media .media-list thead td {
    padding: 0 6px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media .media-list tbody tr:nth-child(odd) {
    background: #fbfbfb;
}

.media .media-list tbody tr:nth-child(even) {
    background: #f7f7f7;
}

/*article*/
.article .article-list li {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.article .article-list li .title {
    color: #555555;
    padding-left: 20px;
    position: relative;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article .article-list li .title::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #f1463c;
    border-radius: 4px;
    left: 0;
    top: 8px;
}

.article .article-list li .time {
    padding-left: 20px;
    color: #999999;
    margin-top: 8px;
}

/*tag*/
.tag .tag-list {
    width: 100%;
    display: inline-block;
}

.tag .tag-list a {
    width: 94px;
    height: 30px;
    border-radius: 18px;
    border: 1px solid;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
    font-size: 13px;
	text-decoration:none;
}

.tag .tag-list .type-1 {
    border-color: #ff6868;
    color: #ff6868;
}

.tag .tag-list .type-1:hover {
    border-color: #ff6868;
    background: #ff6868;
    color: #fff;
}

.tag .tag-list .type-2 {
    border-color: #fe9f5a;
    color: #fe9f5a;
}

.tag .tag-list .type-2:hover {
    border-color: #fe9f5a;
    background: #fe9f5a;
    color: #fff;
}

.tag .tag-list .type-3 {
    border-color: #5fb9ff;
    color: #5fb9ff;
}

.tag .tag-list .type-3:hover {
    border-color: #5fb9ff;
    background: #5fb9ff;
    color: #fff;
}

/*banner*/
.banner .banner-name {
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(57 57 57 / 80%) 0%, rgb(57 57 57 / 0%) 100%);
    text-align: left;
    font-size: 24px;
    color: #fff;
    padding: 100px 0 0 30px;
    box-sizing: border-box;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .swiper-pagination {
    left: unset;
    text-align: right;
    margin-right: 30px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff6e00;
}

/*tab-list*/
.tab-list {
    width: 100%;
    height: 80px;
    color: #262626;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}

.tab-list .tab {
    width: 20%;
    height: 100%;
    float: left;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}

.tab-list .tab.active {
    border-bottom: 4px solid #ff6e00
}

.lists {
    background: #fff;
    margin-bottom: 100px;
}

.lists li {
    width: 100%;
    padding: 30px;
    display: inline-block;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.lists .img {
    width: 300px;
    height: 200px;
    float: left;
    margin-right: 30px;
}

.lists .img img {
    width: 100%;
    max-height: 100%;
}

.lists .info {
    width: calc(100% - 330px);
    float: left;
}

.lists .info .name {
    color: #303030;
    font-size: 24px;
    width: 100%;
    line-height: 36px;
    height: 36px;
    margin-top: -5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists .info .name a:hover {
    color: #ff6e00;
}

.lists .info .desc {
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.lists .info .message-box {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    color: #939393;
    font-size: 14px;
}

.lists .info .message-box span {
    margin-right: 20px;
}

.lists .info .message-box .tag.ruan {
    color: #fea35a;
}

.lists .info .message-box .tag.zi {
    color: #ffc365;
}

.lists .info .message-box .tag.hang {
    color: #67b9ff;
}

.lists .info .message-box .tag.jie {
    color: #4ad979;
}

.lists .more-box {
    width: 100%;
    display: inline-block;
}

.lists .more-box .more {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(0deg,#ff984a 0%, #f9b480 100%);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin: 30px auto;
}

.card {
    box-sizing: border-box;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.card .card-title {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.card .card-title .name {
    float: left;
    min-width: 110px;
    position: relative;
    font-size: 18px;
    color: #313131;
    font-weight: bold;
}

.card .card-title .name:after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background: #ff6e00;
    bottom: -2px;
    left: 0;
}

.card .card-title .name i {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    float: left;
    margin-top: 13px;
}

.card .card-title .name span {
    float: left;
    margin-left: 10px;
}

.card .more {
    float: right;
    color: #7b7b7b;
}

.card .more:hover {
    float: right;
    color: #ff6e00;
}

@media screen and (max-width: 1440px) {
    .medium-page .medium-card {
        width: 96%;
        min-width: unset;
    }
}

@media screen and (max-width: 992px) {
    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }
}

.tab a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}


