
img {
    border-radius: 3px;
}

.tool_box {
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    clear: both;
}

a:hover {
    color: #f2334c;
}

.tool_box_item:hover {
    background: #F5F5F5;
}

.tool_box .tool_tit {
    position: relative;
    float: left;
    width: 170px;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.tool_box .tool_box_item {
    float: left;
    width: 180px;
    margin-left: 10px;
    padding: 9px 20px;
    cursor: pointer;
    box-sizing: border-box;
    color: #322c27;
}

.tool_box_item .tool_img {
    float: left;
    width: 52px;
    margin: 0;
}

.tool_box_item .tool_img img {
    display: block;
    width: 100%;
}

.tool_box_item .tool_text {
    margin-top: 5px;
    margin-left: 64px;
    padding-top: 2px;
}

.tool_box_item .tool_text p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 2px;
}

/* navbox css */
.nav_box {
    text-align: center;
    margin-top: -58px;
    background-color: #ffffff;
    height: 184px;
    width: 100%;
    box-shadow: 0px -1px 15px -10px rgba(0, 0, 0, 0.9);
    border-radius: 6px 6px 0px 0px;
}

.nav_box .line {
    width: 48px;
    height: 2px;
    margin: 0 auto;
}

.nav_box .tit {
    text-align: center;
    margin-top: 20px;
}

.tit a {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 0;
    color: #fff;
    margin: 0 40px;
    text-decoration: none;
}

.tit a img {
    width: 65px;
    height: 65px;
}

.nav_box .link {
    text-align: center;
    line-height: 100%;
}

.nav_box .link a {
    display: inline-block;
    padding: 0 13px;
    line-height: 100%;
    color: #2D2D2D;
    font-size: 20px;
}

.nav_box .link_text {
    color: #7b7b7b;
    font-size: 12px;
    margin-top: 15px;
}


/* recommend css */
.nav-tabs.nav-justified > li > a {
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
    background-color: #f3f3f3;
    color: #333333;
    padding: 10px 15px;
    border-bottom: 3px solid #f3f3f3;
    width: 398px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid transparent;
    border-bottom: 3px solid #f2334c;
    cursor: default;
    background-color: #f3f3f3;
}

/* 推荐 item css */
.item3 {
    margin: 10px 0 0px;
    display: block
}

.item3 .house_pic{
    width: 284px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.item3 .img-responsive {
    width: 284px;
    height: 220px;
    -webkit-transition: -webkit-transform .3s;
}


.item3 .img-responsive:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
}


.item3 .info {
    padding-top: 3px;
    height: 57px;
}

.item3 .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 288px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
.item3 .info .title em {
    font-size: 16px;
    font-weight: bold;
}

.item3 .info .f-small {
    font-size: 14px;
}
.item3  .info .price {
    float: left;
    font-size: 14px;
    color: #f2334c;
    font-weight: bold;
    font-size: 16px;
    font-family: "Tahoma";
    display: inline;
    margin-bottom: 5px;
}

.item3  .info .address {
    height: 25px;
    width: 100%;
    font-size: 14px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8290a6;
}

    /* col width */
.col-360 {
    width: 360px;
    float: left;
    margin: 0 20px
}

/* col width */
.col-540 {
    width: 540px;
    float: left;
    margin: 0 20px
}

.col-1200 {
    width: 1200px;
    float: left;
    margin: 0 20px
}

/* section col */
.section_left {
    width: 230px;
    float: left
}

.section_mid {
    width: 1000px;
    float: left;
    padding: 0 5px
}

.section_right {
    width: 310px;
    float: left;
    padding: 0 0 0 15px;
}

/* panel tab */
.panel_tab .head {
    border-bottom: 3px solid #eee;
}

.panel_tab .head .title {
    position: relative;
    height: 50px;
    width: 86px;
    margin-right: 36px;
}

.panel_tab .head h3 {
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.panel_tab .head .title.active .btl {
    display: block;
}

.panel_tab .head .btl {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 8px;
    z-index: 3;
    background: url(/theme/agency/img/icon3.png) center bottom no-repeat;
    display: none;
}

/* 广告标示 */
.poster {
    position: relative
}

.poster a::after {
    content: "广告";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    font-size: 10px;
    color: rgb(255, 255, 255);
    line-height: 14px;
    padding: 0px 1px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}

/* news */

.news-left-list {
    margin-top: 15px;
    width: 100%;
}

.news-left-list li {
    width: 190px;
    height: 140px;
    float: left;
}

.news-left-list li:first-child {
    margin-right: 20px;
}

.news-left-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #F2F2F2;
    padding: 1px;
}

.news-left-list li img {
    display: block;
    width: 188px;
    height: 140px;
}

.news-left-list li .title {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 32px;
    height: 32px;
    width: 100%;
    padding-left: 10px;
    position: absolute;
    bottom: -3px;
    font-size: 12px;
}

.news-left-list li:hover .title {
    opacity: 1;
}

.news-mid {
    width: 470px;
    margin: 0 15px;
}

.news-mid ul {
    margin: 0 auto;
    padding: 0 15px;
}

.news-mid ul li {
    height: 34px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-mid ul li:first-child {

}

.news-mid ul li a {
    color: #333;
    font-size: 16px;
}

.news-mid ul li a:hover {
    color: #f2334c;

}

.news-mid ul li a div {
    margin-right: 10px;
    display: inline-block
}

.news-right {
    height: 445px;
    width: 329px;
    padding: 3px 15px 0 15px;
}

/* 资讯列表 */
.news-title {
    font-size: 22px;
    margin-bottom: 7px;
}

.news-list {
    margin-top: 2px;
    overflow: hidden;
}


.news-list li {
    width: 298px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
    overflow: hidden;
    background: url(/theme/agency/img/newgif.gif?v=12) no-repeat 0 -498px;
    padding-left: 2px;
}

.news-list li a {
    padding-left: 8px;
    outline-style: none;
    color: #333;
    text-decoration: none;
}

.news-list li a:hover {
    color: #f2334c;
}

.news-list li:first-child {
    font-weight: 600;
    font-size: 16px;
}

/* 排行列表 */
.rank .list {
    padding-top: 6px;
    font-size: 14px;
}

.rank .list li {
    list-style-position: inside;
    height: 34px;
    padding-left: 20px;
    position: relative;
}

.rank .list li .num {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.rank .list li a, .order_modl .list li span {
    display: block;
    font-size: 14px;
    line-height: 34px;
    cursor: inherit;
}

.rank .list li .name {
    width: 140px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.rank .list li .price {
    margin: 0 5px;
    margin-top: 4px;
    width: 105px;
    text-align: center;
}

.rank .list li .price b, .rank .list li .price_float {
    overflow: hidden;
    color: #f2334c;
    margin-top: 4px;
    font-weight: 500;
}

.rank .list li .price_float.down {
    color: green;
}

.rank .list li .price_float, .rank .list li .other {
    text-align: right;
    width: 80px;
    margin-top: 4px;
}

/* 最新开盘板块 */
.lastly_open .list {
    height: 488px;
    overflow: hidden;
    position: relative;
}

.lastly_open .list .item {
    padding-left: 20px;
    position: relative;
}

.lastly_open .list .item h4 {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    background: #d9d9d9;
    margin: 9px 0;
}

.lastly_open .list .item .tit {
    background: url(/theme/agency/img/icon7.png) no-repeat;
    width: 72px;
    color: #fff;
}

.lastly_open .list .item .time {
    width: 68px;
    background: #d9d9d9;
    color: #333;
}

.lastly_open .list .item li {
    padding: 5px 0;
    height: 55px;
}


.lastly_open .list .item li a {
    display: block;
    line-height: 20px;
    background: #f1f1f1;
    color: #333;
    padding: 1px 3px;
    max-width: 130px;
    border-radius: 1px;
}

.lastly_open .list .item li .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.lastly_open .list .item li .name:hover {
}

.lastly_open .list .item li .price {
    width: 100px;
    text-align: right;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.lastly_open .list .item .l_l {
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    width: 9px;
    background: url(/theme/agency/img/icon5.png) center 30px repeat-y;
}

.lastly_open .list .item .l_l .c {
    width: 9px;
    height: 9px;
    background: url(/theme/agency/img/icon6.png) no-repeat;
}

/* 房源板块 */
.house_list {
    width: 100%;
}

.house_list li {
    width: 227px;
    margin: 0 0 40px 20px;
    float: left;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house_list .house_pic{
    width: 227px;height: 160px;overflow: hidden;position: relative;
}
.house_list li img {
    display: block;
    width: 100%;
    height: 160px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.house_list li img:hover {
    transform: scale(1.1);
    /* -webkit-transform:scale(1.1); */
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.house_list li .title {
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 230px; float: left; margin-bottom: 5px; margin-top: 5px;
}
.house_list li .title em {
    font-size: 16px;
    font-weight: bold;
    width: 125px;
    display: inline-flex;
    overflow: hidden;
}

.house_list li:hover .title {
    opacity: 1;
}

.house_list li .info {
    padding-top: 3px;
    height: 57px;
}

.house_list li .address{
    height: 25px;
    width: 100%;
    font-size: 14px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8290a6;
}

.house_list li .info button {
    float: right;
}

.house_list li .info p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.house_list li .info .price {
    float: left;
    font-size: 14px;
    color: #f2334c;
    font-weight: bold;
    font-size: 16px;
    font-family: "Tahoma";
    display: inline;
    margin-bottom: 5px;
}
.house_list li .info .f-small {
    font-size: 14px;
}


.house_list li .info .number {
    float: right;
    font-size: 14px;
}

/* 经纪人 */
.esf_director li {
    margin-top: 15px;
}

.esf_director .tx_img {
    width: 52px;
    height: 52px;
}

.esf_director .tx_img img {
    display: block;
    border-radius: 50%;
}

.esf_director .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

.esf_director .score {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 2px;
}

/* office hall 办事大厅 */
#hall {
    padding: 0;
}

#hall .system-item {
    color: #555;
    cursor: pointer
}

#hall .icon {
    font-size: 3.3em;
    color: #333;
}

#hall .tool-item:hover .icon {
    opacity: 0.6;
}

#hall span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #555;
}

#hall p {
    color: #555;
    font-size: 13px
}

.search input:focus {
    outline: none;
}

.item3_box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 100;
}


.YTcondition {
    margin-top: -9px;
    *margin-top: -7px;
    margin-top /*\**/: -7px;
    margin-bottom: 10px;
    width: 250px;
}

.list1 li {
    line-height: 36px;
    font-size: 14px;
}

.list1 li em {
    color: #ddd;
    margin: 0 5px;
}

.ul04 {
    width: 220px;
    overflow: hidden;
}

.lEsf {
    background: #f9f9f9;
    width: 174px;
    height: 160px;
    border: 0px solid #ccc;
    background: #eeeeee;
    border-radius: 0px;
    padding: 10px 12px 0 12px;
}

.lEsf .area1 {
    width: 170px;
    margin: 0 auto;
}

.lEsf .area1 .inpt {
    width: 168px;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}

.lEsf .area1 .inpt .s1 {
    float: left;
    width: 125px;
    height: 20px;
    padding: 6px 0 6px 8px;
    border-right: 1px solid #e5e5e5;
}

.lEsf .area1 .inpt .inptstyle {
    width: 125px;
    height: 20px;
    font-size: 12px;
    color: #999;
    border: none;
    outline: none;
}

.lEsf .area1 .inpt .s2 {
    float: left;
    width: 34px;
    background: #fbfbfb;
}

.lEsf .area1 .inpt .btn {
    display: block;
    width: 20px;
    height: 20px;
    background-position: 3px 2px;
    cursor: pointer;
    margin: 2px auto 0;
}

.lEsf .area1 p {
    color: #333;
}

.lEsf.no1 {
    height: 70px;
    width: 220px;
}

.lEsf .area1.w174 {
    width: 180px;
}

.lEsf .area1 {
    width: 170px;
    margin: 0 auto;
}

.lEsf .area1.w174 p {
    width: 180px;
    margin-top: 0px;
}

.lEsf .area1 p {
    color: #333;
}

.lEsf .area1 p span {
    color: #f2334c;
}


.ma10 {
    margin-top: 10px !important;
}

.flex > div {
    margin-top: 15px;
}

.rec .tab-nav {
    height: 54px;
    line-height: 54px;
    word-break: keep-all;
    position: relative;
    text-align: center;
}

.rec .tab-nav .nav-item-group {
    height: 54px;
    overflow: hidden;
    padding-right: 96px;
}

.rec .tab-nav .nav-item-group .tab-nav-active {
    font-weight: 600;
    color: #303033;
    position: relative;
    z-index: 5;
}

.rec .tab-nav .nav-item-group .tab-nav-item {
    font-size: 18px;
    color: #303033;
    margin-left: 60px;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
}

.rec .tab-nav .nav-item-group .tab-nav-active:after {
    content: "";
    width: calc(100% + 20px);
    height: 10px;
    background: linear-gradient(270deg, hsla(0, 100%, 70%, 0), #f66 51%, hsla(0, 100%, 70%, 0));
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.tit a img {
    -webkit-transition: -webkit-transform .3s;
}

.tit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.table .table-hover .table-striped th {
    font-weight: 0;
}

.search_name {
    font-size: 16px;
    width: 85%;
    font-weight: bold;
}

.search_name_border {
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
}

.hall_bg {
    height: 114px;
    width: 388px;
    float: left;
    border-radius: 3px;
}

.hall_bg_1 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 41px;
    display: inherit;
    border-radius: 3px;
}

.hall_bg_1 a {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.hall_bg_1:hover {
    background-color: rgba(21, 16, 8, 0.4);
    color: #f2334c;
}

.house-float {
    position: fixed;
    top: 30%;
    right: 0px;
    width: 55px;
    height: 380px;
    /*display: none;*/
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.house-float a {
    position: relative;
    width: 55px;
    height: 76px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px #e2e2e2 solid;
}

.house-float .f-xfxw {
    background: #FFFFFF url(/theme/agency/img/index-icon3.png) 1px -6px no-repeat;
}

.house-float .f-tool {
    background: #FFFFFF url(/theme/agency/img/index-icon3.png) 1px -75px no-repeat;
}

.house-float .f-gzh {
    background: #FFFFFF url(/theme/agency/img/index-icon3.png) 1px -135px no-repeat;
}

.house-float .f-con {
    background: #FFFFFF url(/theme/agency/img/index-icon3.png) 1px -198px no-repeat;
}

.house-float .f-back {
    background: #Ffffff url(/theme/agency/img/index-icon3.png) 1px -262px no-repeat;
    margin-bottom: 0;
}

.house-float .f-miniapp {
    background: #FFFFFF url(/theme/agency/img/index-icon3.png) 1px -7px no-repeat;
}

.house-float .current.f-miniapp {
    background: #f2334c url(/theme/agency/img/index-icon3.png) -41px -7px no-repeat;
}

.house-float .current.f-xfxw {
    background: #f2334c url(/theme/agency/img/index-icon3.png) -42px -6px no-repeat;
}

.house-float .current.f-tool {
    background: #f2334c url(/theme/agency/img/index-icon3.png) -41px -75px no-repeat;
}

.house-float .current.f-gzh {
    background: #f2334c url(/theme/agency/img/index-icon3.png) -41px -135px no-repeat;
}

.house-float .current.f-con {
    background: #f2334c url(/theme/agency/img/index-icon3.png) -41px -198px no-repeat;
}

.house-float .current.f-back {
    background: #f2334c url(/theme/agency/img/index-icon3.png) -41px -262px no-repeat;
    margin-bottom: 0;
}

.house-float .current.f-back em {
    color: #fff;

}

.house-float a .show_QRpic1 {
    position: absolute;
    top: -38px;
    right: 50px;
    width: 190px;
    height: 388px;
    padding-top: 64px;
    background: url(/theme/agency/img/agent_bg_miniapp.png) no-repeat;
    display: none;
}


.house-float a .show_QRpic2 {
    position: absolute;
    top: -38px;
    right: 50px;
    width: 190px;
    height: 242px;
    padding-top: 64px;
    background: url(/theme/agency/img/agent_bg.png) no-repeat;
    display: none;
}

.house-float a .show_QRpic2 img {
    margin-left: 18px;
    float: left
}

.house-float a .show_QRpic2 p {
    margin-left: 30px;
    float: left;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #333;
}

.house-float a em {
    position: absolute;
    top: 40px;
    left: 0;
    width: 60px;
    height: 20px;
    padding: 3px;
    line-height: 20px;
    font-size: 10px;
    color: #666;

}

.house-float .current em, .house-float a:hover em {
    color: #fff;
    display: block;
}

.section-heading .r_nav .active a {
    color: #f2334c;
    font-weight: 600;
}

.youhui {
    float: left;
    font-size: 14px;
    color: #f2334c;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video {
    width: 100%;
    overflow: hidden;
}

.video li {
    float: left;
    width: calc((100% - 86px) / 4);
    margin-left: 7px;
    margin-top: 20px;
    height: 255px;
    margin-right: 17px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 5px;
}

.video li .img {
    height: 200px;
    text-align: center;
}

.video li .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.video li .title {
    overflow: hidden;
    margin-top: 10px;
}

.video li .title h3 {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.video li .title p {
    display: inline-block;
    float: right;
    overflow: hidden;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 275px;
    text-align: center;
}

.video li:nth-child(4n) {
    margin-right: 0;
}

.video ul {
    display: none;
}

.video ul.on {
    display: block;
}


.itemLeft {
    float: left;
    width: 70%;
}
.titBox {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}
.bannerHome {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    width: 50%;
    box-shadow: 0px 0px 5px 0px #cccccc;
    float: left;
    border-radius: 5px;
}

.itemLeft .titBox span {
    display: inline-block;
    float: right;
    /*background-image: url(../img/index/more.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.bannerHome {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    width: 50%;
    box-shadow: 0px 0px 5px 0px #cccccc;
    float: left;
    border-radius: 5px;
}

.bannerHome .swiper-slide {
    width: 100%;
    height: 550px;
}

.bannerHome .swiper-slide img {
    width: 430px;
    height: 300px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.bannerHome .swiper-slide .author {
    overflow: hidden;
    padding: 0 15px;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}

.bannerHome .swiper-slide .author p {
    display: inline-block;
    float: left;
}

.bannerHome .swiper-slide .author span {
    display: inline-block;
    float: right;
    color: #666666;
    font-weight: 400;
}

.bannerHome .swiper-slide .title {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.bannerHome .swiper-slide .desc {
    margin-top: 20px;
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.8;
}


.bannerHome .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: #E0E0E0;
    opacity: 1;
    margin: 0 5px;
    border-radius: 0px;
}

.bannerHome .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background: #f2334c;
    border-radius: 0px;
    position: relative;
}


.bannerHome .swiper-pagination {
    bottom: 2%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.newsList {
    float: right;
    width: calc(50% - 20px);
}

.newsList ul {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-bottom: 10px;
}

.newsList ul li {
    height: 30px;
    width: 390px;
    overflow: hidden;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList ul li i{
    margin-top: 4px;
    font-style: normal;
}

.newsList ul li a {
    font-size: 16px;
}

.newsList ul li:nth-child(1) a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.newsList-left {
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 10px;
    padding: 10px;
}

.newsList-left ul {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.newsList-left ul li {
    height: 33px;
    width: 320px;
    overflow: hidden;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList-left ul li i{
    margin-top: 4px;
    font-style: normal;
}

.newsList-left ul li a {
    font-size: 16px;
}

.newsList-left ul li:nth-child(1) a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


.itemRight {
    float: right;
    width: calc(30% - 20px);
}



.daohang {
    box-shadow: 0px 0px 5px 0px #cccccc;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    height: 305px;
    padding: 0 15px;
    overflow: hidden;
}

.daohang > .zhengwu {
    display: none;
}

.daohang > .on {
    display: inline;
}

.daohang .tit {
    font-size: 16px;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}


.daohang .list li {
    float: left;
    width: calc((100% - 25px) / 3);
    margin-right: 12px;
    height: 115px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    padding: 9px;
}
.daohang .list li:hover{
    background: #f3f5fb;
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.daohang .list li:nth-child(3n) {
    margin-right: 0;
}

.daohang .list li a {
    /* display: flex; */
    /* position: relative; */
    height: 100%;
    width: 100%;
    align-items: center;
    /* padding: 0 10px; */
    font-size: 14px;
}

.daohang .list li a img {
    width: 40px;
    height: 40px;
}

.daohang .list li a p{
    font-size: 14px;
    padding-top: 10px;
}
.r_nav .fr{
    margin-right: 15px;
}

.bannerBg {
    background-image: url(../img/index/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
    position: relative;
    min-width: 1280px;
}