.category {
    margin: 46px auto 5px auto;
    width: 1200px;
    height: 54px;
    background: linear-gradient(0deg, #E6E6E6 0%, #FEFEFE 100%);
    border-radius: 5px;
}

.category .left {
    float: left;
}

.category .left span {
    cursor: pointer;
    float: left;
    width: 116px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 5px;
}

.category .left .active {
    background: linear-gradient(0deg, #223E53 0%, #7E8892 100%);
    color: #FFFFFF;
}

.category .right {
    float: right;
    height: 100%;
}

.category .right .p-top {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-top: 17px;
    margin-right: 20px;
    height: 22px;
}

.p-top a:hover {
    color: #3F74FF;
}

.p-top:hover .bs {
    background: url(../image/allow-right-b1.png) no-repeat right center;
    background-size: 14px 14px;
}

.p-top a {
    line-height: 30px;
    height: 24px;
    width: 120px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.p-top span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    /* border-radius: 50%; */
    background: url(../image/allow-right-w1.png) no-repeat right center;
}

.middle {
    margin: 0 auto;
    width: 1199px;
    height: 275px;
    background: #FFFFFF;
    display: flex;
    /* flex-direction: row;
    flex-wrap: wrap; */
}

.middle .bg {
    padding-top: 8px;
    height: 95%;
    width: 18%;
    padding-left: 8px;
    position: relative;
}

.middle .bg img {
    height: 100%;
    width: 100%;
}

.middle .bg #img-1 {
    display: block;
}

.middle .bg #img-2 {
    display: none;
}
.middle .bg>a{
    position: absolute;
    left: 40px;
    bottom: 28px;
    width: 147px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #000352;
    font-size: 18px;
    font-weight: bold;
    /* background: linear-gradient(226deg, #ACCBEE, #E7F0FD); */
    background: linear-gradient(226deg, #F7CB6B, #F7CB6B);
    box-shadow: 0px 4px 9px 0px rgba(13, 107, 147, 0.35);
    border-radius: 10px;
}
.middle .bg>a:hover{
    color: #2059FC;
}

.middle .little-categoy {
    box-sizing: border-box;
    height: 100%;
    width: 82%;
    padding: 20px 36px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding-top: 4px;
    overflow: hidden;
}

.map-agent-item {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 24px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
}

.map-agent-item img {
    width: 100%;
    height: 100%;
}

.map-agent-item:hover {
    border: 2px solid #2BB351;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.28);
}

.little-categoy.active .map-agent-item:hover {
    border: 2px solid red;
}

.map-agent-item .map-agent-item-name {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: rgba(139, 139, 139, .48);
    font-size: 14px;
    color: #FFFFFF;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.map-agent-item:hover .map-agent-item-name {
    bottom: 0;
}

.hot-text {
    margin: 0 auto;
    width: 1200px;
    background: #F3F3F4;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 23px;
}

.hot-text .hot-text-left {
    background: #fff;
    width: 590px;
    /* height: 2076px; */
    margin-right: 19px;
    padding-top: 20px;
}

.hot-text .hot-text-right {
    background: #fff;
    width: 590px;
    /* height: 2076px; */
    padding-top: 20px;
}

.hot-title {
    padding-left: 10px;
}

.hot-title .hot-title-left {
    float: left;
}

.hot-title .hot-title-left img {
    height: 20px;
    width: 20px;
}

.hot-title .hot-title-left h3 {
    display: inline;
    margin-right: 10px;
}

.hot-title {
    height: 30px;
    border-bottom: 1px solid rgba(42, 42, 42, 0.23);
    padding-bottom: 7px;
}

.hot-title .hot-title-left span {
    height: 12px;
    font-size: 12px;
    margin-right: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.hot-title .hot-title-right {
    float: right;
    padding-right: 20px;
}

.hot-title .hot-title-right .p-top {}

.hot-title .hot-title-right .p-top,
.hot-title .hot-title-right .p-bottom {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.hot-title .hot-title-right .p-bottom a,
.hot-title .hot-title-right .p-top a {
    height: 12px;
    line-height: 12px;
}

.hot-title .hot-title-right .p-bottom img,
.hot-title .hot-title-right .p-top img {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 12px;
}

.hot-content {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.hot-content .hot-detail {
    padding-top: 15px;
    padding-top: 15px;
    height: 120px;
}

.hot-content .hot-detail .hot-detail-img {
    float: left;
    width: 152px;
    height: 112px;
    background: #2A2A2A;
    border-radius: 5px;
}

.hot-content .hot-detail .hot-detail-text {
    float: left;
    width: 376px;
    height: 112px;
    border-radius: 5px;
    margin-left: 10px;
}

.hot-content .hot-detail .hot-detail-text a {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.hot-content .hot-detail .hot-detail-text p {
    margin-top: 10px;
    height: 35px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.hot-content .hot-detail .hot-detail-text .item img {
    margin-top: 10px;
    height: 30px;
    width: 30px;
}

.hot-content .hot-detail .hot-detail-text .item .vip-user {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -3px;
    left: 17px;
    width: 18px;
    height: 17px;
    background: url(../image/platform_auth_icon3.png) no-repeat;
    background-size: 100%;
}

.hot-content .hot-detail .hot-detail-text .item .nickname {
    color: #333;
    margin-right: 50px;
    margin-left: 6px;
    vertical-align: bottom;
}

.hot-content .hot-detail .hot-detail-text .item .time {
    vertical-align: bottom;
    padding-left: 23px;
    background-size: 18px 18px;
    background: url(../image/time_icon.png) no-repeat;
}

.hot-content .hot-detail .hot-detail-text .item .like {
    vertical-align: bottom;
    padding-left: 23px;
    background-size: 18px 18px;
    background: url(../image/home_star_icon.png) no-repeat;
}

.hot-content .hot-detail .hot-detail-text .item .look {
    vertical-align: bottom;
    margin-right: 0;
    padding-left: 30px;
    background: url(../image/eye_icon.png) no-repeat;
    background-size: 24px 22px;
}

.hot-content .hot-detail .hot-detail-text-2 {
    float: left;
    width: 558px;
    height: 112px;
    border-radius: 5px;
    margin-left: 10px;
}

.hot-content .hot-detail .hot-detail-text-2 a {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.hot-content .hot-detail .hot-detail-text-2 p {
    margin-top: 10px;
    height: 35px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.hot-content .hot-detail .hot-detail-text-2 .item img {
    margin-top: 10px;
    height: 30px;
    width: 30px;
}

.hot-content .hot-detail .hot-detail-text-2 .item .vip-user {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -3px;
    left: 17px;
    width: 18px;
    height: 17px;
    background: url(../image/platform_auth_icon3.png) no-repeat;
    background-size: 100%;
}

.hot-content .hot-detail .hot-detail-text-2 .item .nickname {
    color: #333;
    margin-right: 200px;
    margin-left: 6px;
    vertical-align: bottom;
}

.hot-content .hot-detail .hot-detail-text-2 .item .time {
    vertical-align: bottom;
    padding-left: 23px;
    background-size: 18px 18px;
    background: url(../image/time_icon.png) no-repeat;
}

.hot-content .hot-detail .hot-detail-text-2 .item .like {
    vertical-align: bottom;
    padding-left: 23px;
    background-size: 18px 18px;
    background: url(../image/home_star_icon.png) no-repeat;
}

.hot-content .hot-detail .hot-detail-text-2 .item .look {
    vertical-align: bottom;
    margin-right: 0;
    padding-left: 30px;
    background: url(../image/eye_icon.png) no-repeat;
    background-size: 24px 22px;
}

.hot-content .hot-detail-1 {
    float: left;
    width: 558px;
    height: 240px;
    padding-left: 10px;
    padding-top: 15px;
}

.hot-content .hot-detail-1 a {
    display: block;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.hot-content .hot-detail-1 .hot-detail-img {
    display: inline-block;
    width: 152px;
    height: 112px;
    background: #2A2A2A;
    border-radius: 5px;
    margin-right: 5px;
    ;
}

.hot-content .hot-detail-1 .hot-detail-text p {
    margin-top: 10px;
    height: 35px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.hot-content .hot-detail-1 .hot-detail-text .item img {
    margin-top: 10px;
    height: 30px;
    width: 30px;
}

.common-link .common-link-item .item-bottom .auth-org {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -5px;
    padding-left: 0px;
    width: 18px;
    height: 16px;
    background: url(../image/platform_auth_icon3.png) no-repeat;
    background-size: 100%;
}

.common-link .common-link-item .item-bottom .vip-user{
    vertical-align: bottom;
    display: inline-block;
    margin-left: -6px;
    padding-left: 0px;
    width: 12px;
    height: 12px;
    background: url(../image/home_vip_icon.png) no-repeat;
    background-size: 100%;
}

.common-link .common-link-item .item-bottom .nickname {
    color: #333;
    margin-right: 200px;
    margin-left: 6px;
    vertical-align: bottom;
}

.common-link .common-link-item .item-bottom .time {
    vertical-align: bottom;
    padding-left: 23px;
    background-size: 18px 18px;
    background: url(../image/time_icon.png) no-repeat;
}

.common-link .common-link-item .item-bottom .like {
    vertical-align: bottom;
    padding-left: 23px;
    background-size: 18px 18px;
    background: url(../image/home_star_icon.png) no-repeat;
}

.common-link .common-link-item .item-bottom .look {
    vertical-align: bottom;
    margin-right: 0;
    padding-left: 30px;
    background: url(../image/eye_icon.png) no-repeat;
    background-size: 24px 22px;
}

.common-link .common-link-item:hover {
    z-index: 2;
    border-top: none;
    transform: scale(1.01);
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.22); */
    /* box-shadow: 0px 0px 15px 0px rgba(32, 89, 252, 0.26); */
    box-shadow: 0px 1px 18px 0px rgba(151, 162, 165, 0.68);
}

.common-link .common-link-item .item-bottom span:nth-of-type(2),
.common-link .common-link-item .item-bottom span:nth-of-type(3),
.common-link .common-link-item .item-bottom span:nth-of-type(4) {
    margin-top: 8px;
    float: right;
    color: #8D8D8D;
    margin-right: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 26px;
}
.common-link .common-link-item .item-bottom span:nth-of-type(2){
    margin-right: 0;
}

.hot-title-right .p-top {
    margin-top: 10px;
}

.com-loading-more {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.com-loading-more {
    cursor: pointer;
    width: 51px;
    text-align: center;
    color: #052C85;
    font-size: 12px;
    color: #8D8D8D;
    padding-right: 22px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../image/loadmore_icon.png);
}

.hot-search .change-it {
    /* margin-top: -80px; */
    /* float: right; */
    width: 65px;
    cursor: pointer;
    font-size: 14px;
    /* margin-left: 225px; */
    color: #fff;
    font-weight: 400;
    /* padding-left: 17px; */
    background-repeat: no-repeat;
    background-image: url(../image/change-it.png);
    background-position: left 6px;
    height: 25px;
    line-height: 25px;
    text-align: right;
}

.hot-title-left a {
    cursor: default;
}
.common-link .common-link-item{
    border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
}
.securities-tab .bg a{
    background: #FFECBF;
    box-shadow: 0px 4px 9px 0px rgba(13, 107, 147, 0.35);
    font-weight: bold;
    font-size: 18px;
    bottom: 30px;
}
.securities-tab .bg a:hover{
    background: #FFD36C;
    color: #000352;
}
.securities-box .category{
    margin-top: 46px;
}
.securities-box .category .left{
    color: #333333;
}
.securities-box .category .left .active{
    background: linear-gradient(0deg, #223E53 0%, #7E8892 100%);
    border-radius: 5px;
    color: #FFFFFF;
}
.securities-box .category .right .p-top{
    margin-top: 17px;
    margin-right: 20px;
}
.securities-box .category .right .p-top>a{
    justify-content: flex-end;
}
.securities-tab .little-categoy.active .map-agent-item:hover{
    border: 2px solid #2BB351;
}