@charset "utf-8";
/**
网站大全 aizhancloud.cn/daohang/
扒css没关系，但是给我留一个链接，谢谢
**/

body {
    font-size: 14px;
    background-color: #f3f3f3;
}

body a {
    color: #333;
    text-decoration: none;
}

input{
    outline: none;
    border-radius: 0;
	-webkit-appearance:none;
}

.daohang {
    width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.dingbu {
    padding: 1rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid #ededed;
}

.dingbu h1 {
    margin-top: 0;
}

.header {
    width: 100%;
    text-align: center;
}

.search form {
    display: flex;
    margin-top: 12px;
    background-color: #fff;
}

.search form input {
    flex: 1 1 auto;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}

.search form button {
    border: 1px solid transparent;
    margin-left: -1px;
    color: #757575;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-color: #ced4da;
    background-color: #fff;
}

.clear {
    clear: both;
}

.more {
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #f3f3f3;
}

.nav {
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
    display: flex;
    border: 1px solid #ededed;
}

.nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav li {
    width: 20%;
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative;
}

.nav a {
    padding: 10px 0;
    display: block;
    font-size: 1em;
    overflow: hidden;
    color: #686868;
}

.nav ul li ul {
    display: none;
    position: absolute;
    z-index: 10000;
    background-color: #fff;
}

.nav ul li:hover, .nav ul li a:hover, .nav ul li a:active {
    color: red;
    background-color: #f1f1f1;
}

.nav ul li:hover ul, .nav ul li a:hover ul, .nav ul li a:active ul {
    display: block;
}

.nav ul li ul li {
    width: 100%;
}

.list,.news,.pager,.foot {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    background-color: #fff;
    overflow: hidden;
}

.list ul {
    margin: 0 0 -2px 0;
    padding: 2px;
    width: calc(100% + 2px);
    overflow: hidden;
}

.list ul li {
    margin: 0 2px 2px 0;
    width: 24.5%;
    float: left;
    list-style-type: none;
}

.list ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding: 10px 4px;
    display: block;
    border: 1px solid #f3f3f3;
}

.list ul li a:hover {
    text-decoration: none;
    outline: 0
}

.list h3 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.list p {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ededed;
}

.list p span {
    float: right;
}

.pager .current {
    color: #f00;
}

.foot p {
    margin: 10px;
    text-align: center;
}

.pager {
    padding-left: 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px;
}

.webxinxi {
    padding: 10px;
    line-height: 1.8;
}

.webxinxi img {
    width: 100%;
}

.webxinxi ul {
    width: 100%;
}

.webxinxi ul li {
    float: left;
    width: 40%;
}

.webxinxi p {
    margin: 0;
    line-height: 30px;
}

.webxinxi h2 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}

.webxinxi pre {
    padding: 10px;
    margin: 0;
    font-size: 13px;
    line-height: 1.42857143;
    background-color: #f5f5f5;
}

.webxinxi .link {
    color: #888;
    padding: 10px;
    font-size: 12px;
    background: none repeat 0 0 #F6F6F6;
}

.xinxi {
    width: 100%;
    border: 1px;
    border-color: #ced4da;
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: #ced4da;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ced4da;
}

.xinxi td {
    padding: 5px;
    width: 50%;
    text-align: center;
}

.xinxi .bg {
    background-color: #eee;
}

.aizhan {
    max-width: 100%;
    width: auto !important;
}

.dnwu {
    display: none;
}

.daohang-box {
    position: relative;
    line-height: 38px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
}

.daohang-box li {
    list-style-type: none;
}

.daohang-box li a {
    color: #333333 !important;
    cursor: pointer;
    pointer-events: none;
}

.daohang-box li input {
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.daohang-box li select {
    border: 1px solid #e5e9ef;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
}

.daohang-box li textarea {
    border-radius: 3px;
    max-width: 100%;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.daohang-box li button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.daohang-box .post-btn {
    margin-top: 10px;
    text-align: center;
}

.daohang-box .yanzhengma {
    display: flex;
}

.daohang-box .yanzhengma .ccode {
    height: 38px !important;
}

.daohang-box li button:hover {
    opacity: .8
}

@media (max-width:1200px) {
    .dnwu {
        display: block;
    }
    .sjwu {
        display: none;
    }
}

@media (max-width:520px) {
	.daohang {
		width: 100%;
	}
    .nav li {
        width: 29.5%;
        margin: 0 5px;
    }
    .nav li ul li {
        margin: 0;
    }
    .nav a {
        padding: 10px 0;
        display: block;
        font-size: 1em;
        overflow: hidden;
    }
    .list ul li {
        width: 32.4%;
    }

}