.container {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
} 
a {
    color: #000000;
}
.xin {
    width: 1180px;
    margin: 0 auto;
}

.topbar {
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-list img {
    vertical-align: middle;
    margin-right: 5px
}

.top-right {
    display: flex;
}

.top-left img {
    width: 240px;
}

.top-list {
    margin-right: 20px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.nav {
    background-color: #d65d1b;
}

.navbar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f87510;
}

.need {
    position: relative;
    margin: 20px auto;
}

.need-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.need-line {
    width: 50px;
    height: 2px;
    background-color: orange;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.search {
    display: flex;
}

.search select {
    width: 170px;
    height: 30px;
    outline: none;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}

ul,
li {
    list-style: none;
}

.nav-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-list {
    width: 100px;
    text-align: center;
    color: #fff;
}

.nav-list img {
    width: 100%;
    vertical-align: bottom;
}

.nav {
    background-color: #d65d1b;
}

.enact {
    color: #fff;
    width: 100%;
    height: 105px;
    line-height: 105px;
    margin: 0 auto;
    background: url('../image/cxhd10.png')no-repeat 0 /100%;
}

.enact a {
    color: #fff;
}

.enact-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.bgc {
    position: relative;
}

.now {
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 20px;
    border: 1px solid #fff;
    margin: 20x auto;
}

ul,
li {
    list-style: none;
}

.foot {
    padding: 20px 0;
    background-color: #4c4c4c;
}
.foot a {
    text-decoration: none;
}  

.foot-title {
    color: #fff;
    line-height: 40px;
}

.foot-cont {
    display: flex;
    justify-content: space-between;
}

.stick {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99999;
    border-radius: 10px;
    background-color: #fff;
}

.stick-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.stick-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stick-list img {
    width: 30px;
    height: 30px;
}

.stick-item {
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

.freecont {
    position: absolute;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 100px;
    right: 100px;
    background-color: #fda45f;
    border-radius: 10px;
    display: none;
    color: #fff;
    padding: 10px;
}

.fr1 {
    display: flex;
}

.freecont input {
    width: 70%;
    border-radius: 10px;
    outline: none;
    border: 1px solid #fff;
}

.stick-list:hover {
    background-color: #fda45f;
    color: #fff !important;
}

.stick-list a {
    color: #000000;
    text-decoration: none;
}

.codecont {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 200px;
    right: 100px;
    display: none;
}

.codecont img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.nav-list:hover {
    cursor: pointer;
}

.num {
    padding-top: 25px;
    display: flex;
    margin-left: 150px;
}

.num-list {
    border: 1px solid #c0c0c0;
    padding: 3px 7px;
    margin-right: 6px;
}

.jbys-pop1 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100px;
    color: #000000;
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.numnav {
    color: #fda45f;
    border: 1px solid #fda45f;
}

.nav-list:hover {
    cursor: pointer;
}

.yszsbgc {
    background-color: #f9f9f9;
}

.knowledge {
    display: flex;
}

.know-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 15px 0;
    color: #a09f9f;
}

.know-item img {
    width: 20px;
    margin: 0 50px;
}

.know-line {
    width: 100%;
    height: 1px;
    background-color: #ebedef;
}

.know-line1 {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: #ebedef;
}

.know-item:hover {
    border-left: 2px solid #fda45f;
    color: #f87510;
}

.know-right {
    padding: 20px;
    padding-bottom: 40px;
    background-color: #fff;
    flex: 1;
    margin-bottom: 50px;
}

.know-big {
    display: flex;
}

.know-ttl {
    color: #c3c3c3;
    margin: 8px 0;
}

.stick-list:hover {
    color: #fff;
}

.lxwm {
    position: relative;
}

.know-cont {
    padding-left: 20px;
}

.know-cont:hover {
    color: #fff!important;
}

.know-time {
    display: flex;
    align-items: center;
    color: #c3c3c3;
}

.know-time img {
    margin-right: 5px;
}

.know-title {
    font-size: 18px;
}

.know-two {
    display: flex;
}

.know-two1:hover {
    color: #fff!important;
}

.contnav {
    background-color: #fda45f;
}

.ysdt-right {
    width: 25%;
    margin-left: 20px;
}

.ysdttag1 {
    display: flex;
    align-items: center;
}

.ysdttag1 img {
    margin-right: 10px;
}

.ysdt-hot {
    font-size: 18px;
    font-weight: bold;
}

.ysdt-tag {
    display: flex;
    justify-content: space-between;
}

.tag-item {
    margin-top: 10px;
    padding: 30px 15px;
    color: #fff;
    background-color: #fda45f;
}

.tag3 {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.ysdt-make {
    padding: 20px 15px 30px 15px;
    margin-top: 15px;
    background-color: #fff;
}

.ysdt-make input {
    font-size: 14px;
    text-indent: 20px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border-style: none;
    background-color: #f8f8f8;
}

.ysdt-submit {
    margin-top: 10px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #fda45f; cursor:pointer;
}

.ysdtul {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.ysdthot1 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.circle {
    width: 5px;
    height: 5px;
    background-color: #b1b1b1;
    border-radius: 50%;
}

.ysdthot1 .circle {
    margin-right: 10px;
}

.stick-list:hover {
    color: #fff;
}

.ysdtline {
    width: 2px;
    height: 15px;
    background-color: #b1b1b1;margin-left: .3rem;
}

.lxwm {
    position: relative;
}

.ysdtul:hover {
    color: #f87510;
    cursor: pointer;
}

.ysdthot1:hover {
    color: #f87510;
    cursor: pointer;
}

.ysdt-submit:hover {
    background-color: #fda45f;
}

.qa-line1 {
    width: 100%;
    height: 1px;
    margin: 10px auto;
    background-color: #e8e8e8;
}

.tag3 p:hover {
    cursor: pointer;
}

.present {
    padding: 20px 0;
}
.present a {
    color: #000;
}
.find {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

.find-middle {
    background-color: #fff;
    width: 64%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
}

.find-middle input {
    width: 90%;
    height: 40px;
    border-style: none;
    outline: none;
}

.find-middle img {
    margin: 0 20px;
}

.find-right {
    border-radius: 5px;
    margin-left: 10px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #f87510;
}

.present:hover {
    cursor: pointer;
}

.ysdtbig {
    display: flex;
    padding-bottom: 30px;
}

.ysdt-left {
    padding: 30px 20px;
    width: 70%;
    background-color: #fff;
}

.ysdt-title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.ysdt-item {
    display: flex;
    align-items: center;
    margin-left: 200px;
    margin-top: 10px;
    color: #a09f9f;
}

.ysdt-list {
    display: flex;
    align-items: center;
}

.author {
    padding: 2px;
    background-color: #eeeeee;
}

.ysdt-list img {
    margin-right: 5px;
}

.ysdt-text {
    text-indent: 25px;
    line-height: 25px;/* text-align:center;*/
}

.pretwo {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pre {
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f6f6f6;
overflow: hidden;
word-break: keep-all;
white-space: nowrap;
text-overflow: ellipsis;		
}

.pre:hover {
    background-color: #f87510;
}

.qa-line {
    width: 100%;
    height: 1px;
    margin: 20px auto;
    background-color: #e8e8e8;
}