﻿@font-face {
    font-family: 'DINCond-Bold';
    src: url('DINCond-Bold.otf');
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

ul {
    list-style: none;
}

html {
    background-color: #fff;
    font-size: 10px;
}

body {
    font-size: 14px;
    color: #333;
    font-family: Verdana,微软雅黑;
    margin: auto;
    width: 100%;
    line-height: 180%;
}

a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #E02E24;
        text-decoration: underline;
    }

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}







.header {
    width: 1000px;
    min-width: 1000px;
    margin-bottom: 20px;
    z-index: 999;
    margin: auto;
    position: relative;
}

    .header .user_inf {
        line-height: 48px;
        height: 48px;
        font-size: 16px;
        border-bottom: 1px solid #CCC;
    }

        .header .user_inf .r {
            float: right;
        }

            .header .user_inf .r a { 
                padding: 0 6px;
            }

    .header .logo {
        padding: 35px 0 35px 180px;
        height: 56px;
        border-bottom:7px solid #E02E24; 
    }

        .header .logo .l {
            float: left;
            padding-left: 40px;
        }

        .header .logo .sqname {
            height: 56px;
            line-height: 56px;
            border-left: 1px solid #e4e4e4;
            padding-left: 25px;
            margin-left: 25px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
            float: left;
        }



    .header .nav {
        height: 48px;
        background-color: #E02E24;
        padding-left: 50px;
        border-top-left-radius: 48px;
        border-bottom-right-radius: 48px;
    }

        .header .nav ul {
            height: 48px;
            line-height: 48px; 
        }

            .header .nav ul li {
                float: left;
                color: #E7FFCF;
                font-size: 21px;
            }

                .header .nav ul li a {
                    display: inline-block;
                    text-align: center;
                    font-size: 24px; 
                    padding: 0 25px;
                    font-weight:bold;
                    color:#FFF;
                }
                    .header .nav ul li a:hover { 
                        color: #faed05; 
                        text-decoration: none;
                    }


/*------------------------------------------------------------*/
.box {
    border: 1px solid #ccc;
    padding: 0 15px 15px; 
    margin-bottom:15px;
    border-radius:10px;
}
    .box .box-tit {
        height: 56px;
        overflow: hidden;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
        .box .box-tit span {
            line-height: 56px;
            font-size: 24px;
            color: #000;
            font-weight: bold;
            background: url(../images/ico-tit.png) no-repeat 10px center;
            padding-left: 33px;
            float: left;
        }

        .box .box-tit .more {
            margin: 13px 0;
        } 
            .box .box-tit .more a {
                font-size: 16px;
                color: #999;
                float: right;
                display: inline-block;
                border: 1px solid #eee;
                line-height: 28px;
                padding: 0 10px;
                text-decoration: none;
                border-radius:14px;
            } 
                .box .box-tit .more a:hover {
                    background-color: #f5f5f5; 
                }
  
 
/*------------------------------------------------------------*/
.community-num {
    color: #000;
    line-height: 27px; 
    height: 90px;
    width: 500px;
    margin: auto;
    padding:20px 0;
}
    .community-num ul li {
        float: left;
        width: 250px;
        text-align: center;
        font-size: 21px;
    }
    .community-num strong {
        color: #E02E24;
        font-weight: bold;
        font-family: 'DINCond-Bold';
        font-size: 56px;
        line-height: 56px;
    }
    .community-num .contact {
        font-size: 16px;
        text-align: left;
    }


/*------------------------------------------------------------*/
.community-list {
    padding-bottom: 20px;
    padding-top: 20px;
}
.community-list dl { 
    padding: 10px 0;
    display:inline-table;
    border-bottom:1px solid #CCC; 
}
    .community-list dl dt {
        height: 56px;  
        float:left;
        width:120px;
        text-align:center;
        border-right:1px solid #CCC;
    }
        .community-list dl dt a {
            font-size: 18px;
            line-height: 32px;
            color: #000;
            font-weight: normal;
            border: 1px solid #fff;
            padding: 0 10px;
        }
            .community-list dl dt a:hover {
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 12px;
                border-top-left-radius: 12px;
                border: 1px solid #E02E24;
                background-color: #E02E24;
                color: #FFF;
                text-decoration: none;
            }



    .community-list dl dd {
        float: left;
        padding-left:10px;
    }

        .community-list dl dd a {
            display: inline-block;
            font-size: 16px;
            line-height: 24px;
            border: 1px solid #fff;
            padding: 0 5px;
        }

            .community-list dl dd a:hover {
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 12px;
                border-top-left-radius: 12px;
                border: 1px solid #E02E24; 
                background-color: #E02E24;
                color: #FFF;
                text-decoration:none;
            }


.hot-community-list {
    text-align: center; 
    padding:15px 0;
}

    .hot-community-list a {
        display: inline-block;
        padding: 0 10px;
        border: 1px solid #CCC;
        border-radius: 5px;
        font-size: 18px;
        line-height: 180%;
        margin: 0 5px;
    }

        .hot-community-list a:hover {
            background-color: #f5f5f5;
        }