/*homepage layout*/

/*layout first header*/
.header {
    width: 100%;
    overflow: hidden;
    height: 178px;
    background-color: #FFFFFF;
}

.header-main {
    width: 1200px;
    height: 178px;
    margin: 0px auto;
}

.header-brand {
    width: 100%;
    height: 110px;
    line-height: 130px;
}

.nav {
    width: 100%;
    height: 68px;
}

    .nav ul {
        width: 782px;
        float: right;
        margin-top: 20px;
    }

        .nav ul li {
            display: block;
            float: left;
        }

            .nav ul li a {
                height: 26px;
                margin-right: 48px;
                padding: 10px;
            }

                .nav ul li a:link {
                    text-decoration: none;
                    color: #636333;
                }

                .nav ul li a:hover {
                    background-color: #1E90FF;
                    color: #FFFFFF !important;
                }

                .nav ul li a:visited {
                    text-decoration: none;
                    color: #636333;
                }

.active {
    background: #178DFF;
    color: #FFFFFF !important;
}
/*banner*/
.banner {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
}

    .banner img {
        width: 100%;
    }
/*main layout*/
.main {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}

.main-layout {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.main-top {
    width: 1200px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 60px;
    height: 60px;
    background: #FFFFFF;
}

    .main-top span {
        color: #1E90FF;
    }


.main-content-layout {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.main-nav{
	width:255px;
	overflow: hidden;
	height: auto;
	float: left;
}

.main-content {
    float: right;
    width: 1200px;
    padding-top: 20px;
}

.main-nav p {
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
}

    .main-nav p:first-child {
        margin-top: 40px;
    }

.main-content ul {
    margin:0px auto;
    padding:0px;
    width:1000px;
}

.main-content > ul li {
    display: block;
    clear: both;
    border-bottom: 1px dashed #D6D6D6;
    height:158px;
    padding-top:12px;
    width:1000px;
    
}
.news-list{
    width:268px;
    height:143px;
    overflow:hidden;
    float:left;
}
.news-content{
    float:left;
    width:732px;
    height:143px;
}
.news-list > img {
    width: 100%;
}
.news-content>h2{
    padding-left:30px;
    font-size:18px;
   
}
    .news-content>p{
        padding-left:30px;
        line-height:28px;
        font-size:14px;
        color:#636363;
    }
    .main-content > ul li a {
        font-size: 16px;
        line-height: 42px;
        display: block;
        width: 100%;
    }

        .main-content > ul li a > span {
            color: #636363;
            display: inline-block;
            padding-left: 10px;
            font-weight: normal;
        }

        .main-content > ul li a:link {
            color: #000000 !important;
            font-weight:bold;
            text-decoration: none;
        }

        .main-content > ul li a:hover {
            color: #1E90FF !important;
            text-decoration: none;
        }

        .main-content > ul li a:visited {
            color: #000000 !important;
            text-decoration: none;
        }

.pagelist {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    text-align:center;
}

    .pagelist > ul li {
        float: left;
        border: 1px solid #CCCCCC;
        width: 30px;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        margin-right: 5px;
    }

        .pagelist > ul li:first-child {
            width: 50px;
        }

        .pagelist > ul li:last-child {
            width: 50px;
        }

.current-active {
    background-color: #178DFF;
    color: #FFFFFF;
}
/*add paglist qiyedongtai css*/
.pagelist span, .pagelist a {
    display: inline-block;
    padding: 5px 0;
    line-height: 20px;
    height: 20px;
}

    .pagelist span.disabled {
        border: 1px solid #eee;
        padding: 5px 12px;
        margin: 0 0 0 8px;
        color: #ddd;
    }

.current {
    padding: 5px 12px !important;
    margin: 0 0 0 8px !important;
    color: #FFFFFF;
    font-weight: bold !important;
    background-color: #178DFF !important;
    line-height: 20px !important;
    height: 20px !important;
    display: inline-block !important;
}

.pagelist a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 0 0 8px;
    border: 1px solid #e1e2e3;
    line-height: 20px;
    height: 20px;
    /*color: #000000;*/
    background: #fff;
    text-decoration: none;
}

.pagelist {
    height: 35px !important;
}
