﻿.content {
    padding: 0;
}
.searchNav {
    height: 27px;
    padding: 10px ;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 0px 10px 0 RGBA(214, 214, 214, 1);
    max-width: 750px;
    text-align: center;
}
.searchNav img:first-of-type{
    display: none;
    position: absolute;
    left: 12px;
    top: 18px;
    width: 11px;
    height: 18px;
}
.searchNav img:nth-of-type(2){
    position: absolute;
    left: 5%;
    top: 18px;
    width: 15px;
    height: 15px;
}
.searchNav img:last-of-type{
    position: absolute;
    right: 8px;
    top: 16px;
    width: 21px;
    height: 20px;
}
.searchNav input{
    margin-top: 3px;
    width: 92%;
    border-radius: 26px;
    border: none;
    height: 24px;
    outline: none;
    background: rgba(240, 240, 240, 1);
    padding-left: 24px;
    font-size: 12px;
}
.searchNav ul {
    display: none;
}

/* 中部 */
.content_left {
    position: fixed;
    height: 86%;
    width: 20%;
    overflow: scroll;
    border-right: 1px solid RGBA(214, 214, 214, 1);
    padding: 8px 0;
    margin-right: 13px;
    line-height: 38px;
    padding-left: 0;
	background-color: #fff;
}
.content_left li{
    font-size: 0.6rem;
    color:rgba(39, 47, 69, 1);
    padding-left: 10px;
    padding-right: 5px;
    width: 100%;
    overflow: hidden;
}

.content_left li.active{
    /* padding-left: 0; */
    background: rgba(244, 244, 244, 1);
    border-left: 3px solid rgba(227, 21, 54, 1);
}
.content_right {
    float: right;
}
.content_right {
    margin-bottom: 27%;
    width: 77%;
    overflow: hidden;
    /* margin-left: 20%; */
    /* padding-left: 100px; */
}
.content_right li {
    float: left;
    padding: 1%;
}
.content_right li:nth-of-type(3n+2) {
    display: inline-block;

}
.content_right img {
    /*width: 50.5px;*/
    /*height: 50.5px;*/
}
.content_right p{
    color: rgba(149, 154, 166, 1);
    font-size: 13px;
}

/* 底部 */
.footerNavBar {
    max-width: 750px;
    margin: 0 auto;
    padding: 6px 0 4px 0;
    text-align: center;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background: rgba(247, 247, 250, 1);
    left: 0;
    justify-content: space-around;
}
.footerNavBar>a {
    font-size: 10px;
    color: rgba(149, 154, 166, 1);
    display: inline-block;
    padding: 0 18px;
}
.footerNavBar img {
    width: 24px;
    height: 24px;
}
.title{
    font-size: 12px !important;
    color: rgba(173, 173, 173, 1) !important;
    text-align: left !important;
    position: relative;
    border-bottom: 1px solid #dee0e5;
    top: 10px;
    left: 10px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.item{
	background-color: #fff;
	border-radius: 0.36rem;
}
.item div{
	padding: 5%;
}
.myActive{
    width: 47%;
    padding-bottom:0.7rem;/*新加的*/
}
.myActive:nth-of-type(1n){
    border-right: none;
    /* padding-right:0.47rem; */
    /* border-bottom: 1px solid #dee0e5; */
}
.myActive:nth-of-type(2n+1){
    padding-left:0.47rem;
    /* border-right: 1px solid #dee0e5; */
}
.myActive img{
    width:100%;
    /* width:7.66rem; */
    /*height:5.25rem;*/
}
.myActive div p:nth-of-type(1){
    margin-top: 0.55rem;
    font-size: 0.53rem;
    color: #000000;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myActive div p:nth-of-type(2){
    margin-top:0.1rem;
    font-size:0.53rem;
    color:#e31536;
    font-weight:bold;
}
.myActive div p:nth-of-type(3){
 margin-top:0.1rem;
 font-size:0.38rem;
 position: relative;
 left: -2px;
 color: rgba(71, 78, 96, 1)  !important;
}
.myActive div p:nth-of-type(4){
  margin-top:0.1rem;
  font-size:0.38rem;
  color: rgba(71, 78, 96, 1)  !important;
  text-decoration:line-through;
}
.myActive div p span{
    /* width:1.78rem; */
    height:0.6rem;
    border:1px solid #e31536;
    border-radius:3px;
    float:right;
    text-align:center;
    line-height:0.6rem;
    font-size:0.47rem;
    color:#e31536;
}
