﻿.clear {
    clear: both;
}

.centerRight {
    width: 300px;
    float: right;
}

.taocanType {
    width: 300px;
    background: #fff;
}

    .taocanType a {
        width: 30%;
        border: 1px solid #DDD;
        border-radius: 3px;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 0px;
        text-align: center;
        margin-right: 5px;
        text-decoration: none;
        margin-bottom: 10px;
        color: #333;
    }

.curSort {
    /*background: #FBF5EB none repeat scroll 0% 0%;
    color: #206F96 !important;
    border: 1px solid #206F96 !important;*/
    background: #f60 none repeat scroll 0% 0%;
    color: #fff !important;
    border: 1px solid #f60 !important;
}

.centerRight .newsTj {
    border: 1px solid RGB(230,230,230);
    border-top: 2px solid #206F96;
    margin-bottom: 20px;
}

.newsTj > h3 {
    font: 14px/35px "Microsoft YaHei","simhei";
    height: 35px;
    font-weight: bold;
    background: RGB(245,245,245);
    border-bottom: 1px solid RGB(230,230,230);
}

    .newsTj > h3 > span {
        display: block;
        width: 25%;
        height: 100%;
        float: left;
        text-align: center;
        color: #333;
        cursor: pointer;
        position: relative;
    }

        .newsTj > h3 > span.on {
            height: 36px;
            background: #fff;
            color: #206F96;
        }

    .newsTj > h3 i.left {
        width: 1px;
        height: 100%;
        float: left;
        display: block;
        border-left: 1px solid RGB(230,230,230);
    }

    .newsTj > h3 i.right {
        width: 1px;
        height: 100%;
        /*float:right;*/
        display: block;
        border-right: 1px solid RGB(230,230,230);
        position: absolute;
        top: 0;
        right: 0;
    }

    .newsTj > h3 > a {
        font-weight: normal;
        font-size: 12px;
        float: right;
        margin-right: 5px;
        text-decoration: none;
        color: black;
    }

        .newsTj > h3 > a:hover {
            color: #206F96;
        }

.newsTj > ul {
    margin: 10px 10px 0 10px;
    padding-bottom: 10px;
}

    .newsTj > ul > li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .newsTj > ul > li > i {
            display: inline-block;
            margin-right: 5px;
        }

        .newsTj > ul > li > a {
            color: #333;
            font-size: 14px;
        }

            .newsTj > ul > li > a:hover {
                color: #206F96;
            }

.adv {
    width: 300px;
    height: 250px;
    margin: 15px 0;
}

/*推荐产品*/
.proBox {
    padding: 0 10px 10px;
}

    .proBox a {
        width: 134px;
        float: left;
        display: block;
        margin-right: 10px;
        margin-top: 15px;
    }

        .proBox a:hover {
            color: #206F96;
        }

        .proBox a img {
            border: 1px solid #ddd;
            display: block;
            width: 132px;
            height: 103px;
        }

        .proBox a p {
            height: 42px;
            line-height: 22px;
            font-size: 14px;
            overflow: hidden;
            padding: 2px 0;
            color: black;
        }
