﻿
/**新闻/案例列表**/
/*.news .main{padding-bottom:35px;}*/
.news .main .inner {
    width: 1150px;
    margin: 0 auto;
    overflow:hidden
}
    .news .main .inner .solutionList :hover {
        border: 1px solid #4e9fef;
    }
.news .main .list li {
    height: 190px;
    padding: 50px 0;
    border-bottom: 1px solid #F5F5F5;
}

    .news .main .list li .pic {
        width: 310px;
        height: 190px;
        overflow: hidden;
    }

        .news .main .list li .pic img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .news .main .list li .text {
        position: relative;
        margin-left: 350px;
        height: 190px;
        overflow: hidden;
    }

        .news .main .list li .text .t1 {
            padding-top: 10px;
            color: #aaa;
        }

            .news .main .list li .text .t1 .day {
                font-size: 30px;
                font-weight: bold;
                font-family: 'arial'
            }

            .news .main .list li .text .t1 .year {
                font-family: 'arial';
                margin-left: 10px;
            }

            .news .main .list li .text .t1 .views {
                margin-left: 40px;
            }

        .news .main .list li .text .title a {
            font-size: 18px;
            color: #666;
            line-height: 30px
        }

            .news .main .list li .text .title a:hover {
                color: #4e9fef;
            }

        .news .main .list li .text .smalltext {
            height: 72px;
            overflow: hidden;
        }

            .news .main .list li .text .smalltext a {
                font-size: 14px;
                color: #999;
                line-height: 24px
            }

        .news .main .list li .text .view {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 130px;
            color: #999;
            border: 1px solid #ddd;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 4px
        }

            .news .main .list li .text .view:hover {
                color: #fff;
                background: #fb0;
                border-color: #fb0;
            }

/**新闻内容页**/
.navline .sub a.lid66 {
    border-bottom: 3px solid #4e9fef;
    margin-bottom: -1px;
    padding-bottom: 0;
}

/*.newsdetails .main {
    background: #F2F1F1 url('/img/bg02.jpg') repeat-y center;
}*/

    .newsdetails .main .inner {
        overflow: hidden;
        min-height: 600px;
        padding: 10px 50px;
        width: 1150px;
        background: #fff;
    }
      
    .newsdetails .main .hd {
        height: 80px;
        border-bottom: 1px dashed #ddd;
        text-align: center;
    }

        .newsdetails .main .hd .title {
            font-size: 20px;
            color: #666;
            line-height: 40px;
        }

        .newsdetails .main .hd .info {
            font-size: 12px;
            color: #939393;
            line-height: 30px;
        }

            .newsdetails .main .hd .info a {
                color: #939393;
            }

    .newsdetails .main .bd {
        padding-top: 25px;
    }

        .newsdetails .main .bd .newstext {
            color: #666;
            line-height: 30px;
        }

            .newsdetails .main .bd .newstext p {
                padding: 5px 0;
            }

                .newsdetails .main .bd .newstext p.pic {
                    text-align: center;
                    margin: 15px auto;
                    text-indent: 0
                }
.navline {
   
    line-height: 64px;
    overflow: hidden;
   
    padding: 10px ;
    width: 1150px;
   
}

    .navline .inner {
        width: 1150px;
        margin: 0 auto;
    }

    .navline .newsnav {
        font-weight: bold;
        color: #666;
    }

        .navline .newsnav a {
            color: #666;
            padding: 0 5px;
        }

            .navline .newsnav a:hover {
                color: #333;
            }

.navline .sub {
    height: 64px;
    font-size: 15px;
}

    .navline .sub a {
        display: inline-block;
        margin: 0 10px;
        padding: 0 7px;
        height: 62px;
        padding-bottom: 2px;
        color: #666;
    }

        .navline .sub a:hover {
            border-bottom: 3px solid #4e9fef;
            margin-bottom: -1px;
            padding-bottom: 0;
            text-decoration: none
        }

        .navline .sub a.on {
            border-bottom: 3px solid #4e9fef;
            margin-bottom: -1px;
            padding-bottom: 0;
        }

    .navline .sub span {
        float: right;
        height: 64px;
        line-height: 64px;
        display: block
    }

.navline .subnav {
    height: 64px;
}

    .navline .subnav li {
        position: relative;
        float: left;
        height: 64px;
        margin: 0 10px;
    }

    .navline .subnav a.level1 {
        display: block;
        padding: 0 7px;
        height: 62px;
        padding-bottom: 2px;
        color: #666;
    }

        .navline .subnav a.level1:hover {
            border-bottom: 3px solid #4e9fef;
            margin-bottom: -1px;
            padding-bottom: 0;
        }

    .navline .subnav li .subnav2 {
        display: none;
        position: absolute;
        left: 50%;
        top: 63px;
        right: 0;
        width: 120px;
        margin-left: -60px;
        background: #1762af;
    }

        .navline .subnav li .subnav2 a {
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
        }

    .navline .subnav li:hover .subnav2 {
        display: block;
    }
.solutionItem {
    position: relative;
    margin-top: 10px;
    padding-right: 30px;
}

 .solutionItem .solutionImg {
        width: 100%;
    }

.solutionItem .solutionHover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(163,124,82,0.5);
        display: none;
        text-align: center;
    }

.solutionItem .solutionHover .hoverItem img {
            margin-bottom: 10px;
            margin-top: 133px;
        }

 .solutionItem .solutionHover h3 {
            color: #fff;
        }

    .solutionItem .solutionCon {
        background: #4e9fef;
        text-align: center;
    }

 .solutionItem .solutionCon h5 {
            font-size: 20px;
            color: #fff;
            line-height: 70px;
        }
.g-touzi {
    overflow: hidden;
    height: 272px;
    width: 1150px;
    margin: 0 auto;
    margin-top: 86px;
}
