﻿/*推荐一*/
.tjWrap {
    margin-top: 16px;
    background: #fff;
}
.w1100 {
    width: 1100px;
    margin: 10px auto;
}

    .tjWrap ul {
        margin: 15px;
    }

.tjWrapList li {
    float: left;
    width: 515px;
    padding: 10px 5px;
    border-bottom: 1px solid #efefef;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .tjWrapList li:hover {
        background: #f7fcff;
    }

    .tjWrapList li:nth-child(2n) {
        margin-right: 0;
    }

    .tjWrapList li:nth-child(3), .tjWrap ul li:nth-child(4) {
        border-bottom: none;
    }

    .tjWrapList li a:hover {
        text-decoration: none;
    }
.tjWrapList2 li:nth-child(4){border-bottom:1px solid #efefef!important;}
.title{width:100%; height:30px; line-height:30px; border-bottom:1px solid #1a89d4;}
.title span{height:30px; text-align:center; display:inline-block; float:left; background:#1a89d4; font-size:16px; color:#fff; padding:0 18px;}

.titleNew {
    width: 1100px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #1a89d4;
}

.tjLeftImg {
    width: 121px;
    height: 90px;
    overflow: hidden;
}

    .tjLeftImg img {
        width: 121px;
        height: 90px;
    }

.tjWrapList .tjRight {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 374px;
    height: 90px;
    margin-left: 20px;
}

.tjRight .tjRightTxt1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.tjRight .tjRightTxt2 {
    font-size: 14px;
    color: #999;
    width: 310px;
}

.tjRight .tjRightTxt1, .tjRight .tjRightTxt2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .tjRight .tjRightTxt2 span {
        font-size: 14px;
        color: #666;
    }

.tjWrap ul li:hover .tjRightTxt1 {
    color: #1989d3;
}

.tjWrap ul li:hover .tjRightTxt2,
.tjWrap ul li:hover .tjP02 {
    color: #666;
}

.tjRight .tjRightTxt3 {
    font-size: 14px;
    color: #666;
}

.tjP01 {
    background: url(/comp/Images/pttjIcon.png) 0 -59px no-repeat;
    width: 54px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
}

.tjRight .tjRightTxt3 .icon-a-ziyuan9 {
    font-size: 17px;
    margin-right: 4px;
}

.tjP02 {
    font-size: 14px;
    margin-left: 5px;
}

.tjRight .tjRightTxt3 .tjP02 i {
    font-style: normal;
}

.tjRight .tjRightTxt3 .red {
    color: #f60;
    margin: 0 6px;
}

.boDaTel {
    position: absolute;
    top: 26px;
    right: 5px;
    background: url(/comp/Images/pttjIcon.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.tjWrapList2 li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    position:relative;
}

    .tjWrapList2 li:hover {
        background: #f7fcff;
    }

    .tjWrapList2 li:nth-child(2n) {
        margin-right: 0;
    }

    .tjWrapList2 li a:hover {
        text-decoration: none;
    }

.tjWrapList2 .tjRight {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 585px;
    height: 90px;
    margin-left: 20px;
}

    .tjWrapList2 .tjRight .tjRightTxt1 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .tjWrapList2 .tjRight .tjRightTxt2 {
        font-size: 14px;
        color: #999;
        width: 500px;
    }

    .tjWrapList2 .tjRight .tjRightTxt1, .tjWrapList2 .tjRight .tjRightTxt2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .tjWrapList2 .tjRight .tjRightTxt2 span {
            font-size: 14px;
            color: #666;
        }

.boDaTel2 {
    background: #fff;
    border: 1px solid #1989d3;
    border-radius: 3px;
    color: #1989d3;
    width: 90px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 26px;
    right: 5px;
    cursor: pointer;
}

    .boDaTel2:hover {
        background: #1989d3;
        color: #fff;
    }

.loginKan2 {
    position: absolute;
    width: 380px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.14);
    border-radius: 5px;
    padding: 32px 20px 15px
}

    .loginKan2 .lk_close {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 22px;
        height: 22px;
        cursor: pointer
    }

.lk_close:before {
    transform: rotate(45deg)
}

.loginKan2 .lk_close:after {
    transform: rotate(-45deg)
}

.loginKan2 .lk_close:after, .loginKan2 .lk_close:before {
    position: absolute;
    left: 10px;
    content: " ";
    height: 16px;
    width: 2px;
    background-color: #999
}

.lkCont {
    overflow: hidden;
    display: flex
}

.lkCont_l {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-right: 1px dashed #dcdcdc;
    padding: 0 30px 10px 10px;
    width: 200px
}

.lkCont_r {
    text-align: center;
    font-size: 14px;
    color: #888;
    padding-left: 30px;
    line-height: 16px
}

.lkl_t {
    font-size: 18px;
    color: #333;
    background-size: 25px;
    padding-left: 24px
}

.lkl_c {
    padding-top: 5px
}

.lkl_c, div.wjfont > span {
    font-size: 30px;
    color: #ff5a00
}

.lkCont_r img {
    width: 100px;
    height: 100px
}

.lkCont_r p {
    color: #888;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px
}

.lkCont_r canvas {
    width: 100px;
    height: 100px
}

.Showtel {
    display: none;
    position: absolute;
    z-index: 333;
    background: #fff;
    top: 20px;
    right: 10%;
    padding: 25px;
    box-shadow: 0 0 3px 0px #00000047;
    border-radius: 3px;
}

.CloseTel {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 32px;
    color: #666;
    position: absolute;
    right: 9px;
    top: -9px;
    cursor:pointer;
}
.titleNew span {
    height: 30px;
    text-align: center;
    padding: 0 18px;
    display: inline-block;
    float: left;
    background-color: #1a89d4;
    font-size: 16px;
    color: #fff;
}