@import url("reset.css");

.clearfix {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.headtpl {
    margin: 0px;
    padding: 0px;
}

.mt30 {
    margin-top: 30px;
}

.hidden {
    display: none;
}

.xincheng {
    width: 1204px;
    margin: 0px auto;
}

header {
    height: 80px;
    width: 100%;
}



.header .logo {
    float: left;
    line-height: 56px;
    margin-top: 10px;
}

.header .head_tel {
    width: 220px;
    float: right;
    margin-top: 20px;
}

    .header .head_tel span {
        float: left;
        margin-left: 15px
    }

    .header .head_tel h3 {
        color: #013fae;
        font-weight: bold;
        font-size: 18px;
        margin-top: 5px;
    }

#nav {
    height: 52px;
    line-height: 52px;
    background-color: #013fae;
    border-radius: 10px;
    font-size: 16px;
}

    #nav ul {
        padding: 0px 20px;
    }

        #nav ul li {
            float: left;
            margin: 0px 15px;
        }

            #nav ul li a {
                padding: 17px 30px;
            }

                #nav ul li a:hover {
                    background-color: #ea2036;
                }

                #nav ul li a, #nav ul li a:visited {
                    font-size: 16px;
                    color: #fff;
                }






.nws-main {
    height: 1000px;
}


.bg_hui {
    background: #F4F4F4;
}

.bg_white {
    background: #Ffffff;
}

/* 底部通用 */
footer {
    margin-top: 30px;
    padding: 20px 0px;
    height: 100px;
    background-color: #fff;
}

    footer a,
    footer a:visited {
        color: #fff;
    }



    footer .footer .footer_link {
        width: 300px;
        line-height: 30px;
        float: left;
        box-sizing: border-box;
    }

        footer .footer .footer_link select {
            border: 1px solid #ddd;
            width: 200px;
            color: #666;
            height: 35px;
            padding: 0px 5px;
        }

    footer .footer .footer_logo {
        float: right;
        margin-top: 20px;
    }



/* 超链接 */
a.a_blue,
a:visited.a_blue {
    color: #003ead !important;
}


/* 省略号 */
.sl1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sl2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.zhanwei {
    clear: both;
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media screen and (min-width: 1440px) {
    .xincheng.lockscreen {
        width: 35%;
    }
}

@media screen and (max-width: 1279px) {
    .xincheng {
        width: 90%;
    }

        .xincheng .list-m-l fl {
            top: 3.3em;
        }
}

@media screen and (max-width: 1023px) {
    .xincheng .list-m-l fl {
        width: 100%;
        position: inherit;
        padding: 30px;
    }

    .xincheng .list-m-r fr {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .xincheng {
        width: 70%;
    }

        .xincheng.lockscreen {
            width: 50%;
            padding: 40px 20px;
        }
}

@media screen and (max-width: 640px) {
    .xincheng {
        width: 90%;
    }

        .xincheng .content {
            width: 95%;
        }

        .xincheng.lockscreen {
            width: 90%;
        }
}
