body{
    background: #F5F5F5;
}
::-moz-placeholder {
    color: #999;
    font-family: "Microsoft Yahei";
}

::-webkit-input-placeholder {
    color: #999;
    font-family: "Microsoft Yahei";
}

:-ms-input-placeholder {
    color: #999;
    font-family: "Microsoft Yahei";
}

.marl-2 {
    margin-right: 20px;
}

.new-type-con {
    width: 100%;
    height: 35px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.new-type-list {
    width: 95%;
    line-height: 35px;
    position: relative;
    padding-left: 10px;
}

.new-type-list li {
    display: inline-block;
    margin-right: 20px;
}

.get-all-types {
    width: 4%;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
}

.anniu {
    padding: 0.1px 1px;
    border: 1px solid #e1e1e1;
}

.no-border {
    border: 0px !important;
}

.clearfix::after {
    content: "";
    clear: both;
}

.clearfix::before {
    content: "";
    clear: both;
}

.redcolor {
    color: #ff5353;
}

.redcolor.a:hover {
    color: #ff5353 !important;
}

.bread {
    font-size: 12px;
}

.fg-l {
    width: 330px;
    height: auto;
    float: left;
}

.sort-box {
    width: 330px;
}

.sort-box .sort-box-tit {
    width: 330px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
}

.sort-box .sort-box-list {
    width: 330px;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

.sort-box .sort-box-list .list-mod {
    width: 100%;
    height: 40px;
    background: #F8F8F8;
    line-height: 40px;
    font-size: 14px;
    font-weight: 550;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 2px solid #FA6772;
    position: relative;
    cursor: pointer;
}
.sort-box .sort-box-list .list-mod a{
    display: block;
}
.sort-box .sort-box-list .list-mod img{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.sort-box .sort-box-list .list-mod img.rotate{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.sort-box .sort-box-list ul {
    overflow: hidden;
    background: #fff;
}
.sort-box .sort-box-list ul.active{
    display: block;
}
.sort-box .sort-box-list ul li {
    display: block;
    float: left;
    width: 110px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    border-right: 1px dashed #E3E3E3;
    border-bottom: 1px dashed #E3E3E3;
    font-size: 14px;
    font-weight: 400;
}
.sort-box .sort-box-list ul li:nth-child(3n) {
    border-right: none;
}

.sort-box .sort-box-list ul li a{
    display: block;
}
.fg-r {
    width: 850px;
    float: left;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}
.fg-r .fg-r-top{
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    cursor: pointer;
}
.fg-r .fg-r-top img{
    vertical-align: middle;
}
.fg-r .tab-con{
    background: #fff;
    padding-top: 24px;
    margin-bottom: 50px;
}
.fg-r .tab-con .j-tab-con-title{
    font-size: 24px;
    color: #333;
    height: 65px;
    line-height: 64px;
    box-sizing: border-box;
    margin: 0 60px 10px;
    border-bottom: 1px solid #D9D9D9;
}
.fg-main-item {
    height: 160px;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 60px;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
}

.fg-main-item .item-img {
    width: 160px;
    height: 120px;
    float: left;
    overflow: hidden;
    position: relative;
}

.tuijian {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    background: url(/assets/home/zixun/img/recommendbj.png) no-repeat;
    display: inline-block;
    text-align: center;
}

.fg-main-item .item-con {
    width: 540px;
    float: right;
}
.fg-main-item .item-con p{
    font-size: 12px;
    color: #666666;
    line-height: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fg-main-item .item-con p.h1 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.fg-main-item .item-con p.h1 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fg-main-item .item-con .item-bottom {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

.fg-main-item .item-con .item-bottom ul li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.fg-main-item .item-con .item-bottom ul li:first-child{
    padding-left: 20px;
}
.fg-main-item .item-con .item-bottom ul li img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.fg-main-item .item-con .item-bottom ul li.item-time {
    float: right;
}

.fg-main-item .item-con .item-bottom ul li i {
    margin-right: 5px;
}

.fg-main-item .item-con .item-bottom ul li .fa-star {
    color: #fec56e;
}

.fg-ad {
    margin-top: 25px;
}

.footer {
    z-index: 5;
    padding-bottom: 100px;
}
.footer_new .bottom {
    height: 160px;
}
.footer_new .bottom_mask{
    height: 160px;
}

