﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #333;
}
li {
    list-style: none;
}
html {
    width: 100%;
    height: 100%;
    min-width: 1024px;
}
body {
    width: 100%;
    height: 100%;
    min-width: 1024px;
    background-image: url(./bodyBg.png);
    background-size: cover;
}
.znwd2022_logo{width: 1300px;height: 50px;margin: 0 auto;margin-top: 70px;color: #fff;font-size: 40px;line-height: 50px;font-weight: bold}
.leftBox {
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
}
.robot {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.robot img{
    width: 150px;
}
.searchList li span:last-child{
    color: #999;
    float: right;
    position: relative;
    top: 4px;
}
.searchTitle {
    display: inline-block;
    width: 69%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 5px;
}
.cWord a {
    color: #007dfe;
}
.tips {
    width: 60%;
    height: 160px;
    background-image: url(./tipsBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    /* margin-top: 150px; */
    position: absolute;
    bottom: 300px;
    padding: 10% 30px 0 30px;
}
.banquan {
    color: white;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
}
.banquan p span {
    margin-right: 50px;
}
.banquan p span img {
    width: 14px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.logo {
    width: 90%;
    max-width: 500px;
}
.znwd_sj{width: 1300px;
    height: 750px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;}
.rightBox {
    /*width: 60%;
    min-width: 400px;
    height: 100%;
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 0 27px rgba(16, 101, 190, 0.35);*/
    width: 1000px;height: 750px;margin: 0 auto;background: #fff;border-radius: 5px;float: left;}
.znwd2022_right{width: 299px;height: 750px;float: right;background: #fff}
.znwd_xz{width: 100%;height: 46px;border-bottom: 1px solid #f1f1f1;line-height: 45px;font-size: 16px;color: #333;padding: 0 20px}
.znwd_xznr{width: 100%;height: auto;line-height: 25px;font-size: 14px;color: #333;padding:  20px}
.chatList {
    width: 100%;
    height: 80%;
    overflow-y: auto;background: #f3f6ff;
    box-shadow: #d4ddfb 1px 1px 5px 2px inset;
    padding: 40px 20px;
}
.ipt {
    width: 100%;
    height: 20%;
    overflow-y: auto;
    background-color: white;
    border-top: 1px solid #eee;
    padding: 20px;box-shadow: #d4ddfb 0px 0px 2px 1px inset;
    padding: 10px 20px;
}
.iptBox {
    width: 100%;
    height: 60%;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
}
.cBar {
    padding: 30px 0px 0 80px;
    position: relative;
}
.cPic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.cPic img {
    width: 100%;
}
.cRBar {
    padding: 30px 0px 0 80px;
    text-align: right;
}
.cMain {
    width: 75%;
    min-height: 60px;
    min-width: 330px;
    position: relative;
}
.cRMain {
    min-height: 60px;
    min-width: 330px;
    position: relative;
    
}
.hotList {
    width: 50%;
    float: left;
}
.hotTitle {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 5px;
}
.cWord {
    display: inline-block;
    padding: 20px;
    border-radius: 0 20px 20px 20px;
    background-color: white;
    box-shadow: 1px 0 10px rgba(16, 101, 190, 0.2);
    margin-bottom: 20px;
}
.cSearch {
    padding: 20px;
    border-radius: 0 20px 20px 20px;
    background-color: white;
    box-shadow: 1px 0 10px rgba(16, 101, 190, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
}
.cRWord {
    padding: 20px;
    border-radius: 20px 0px 20px 20px;
    background-color: #007dfe;
    color: white;
    box-shadow: 1px 0 10px rgba(16, 101, 190, 0.2);
    margin-bottom: 20px;
    display: inline-block;
}
.cManu {
    width: 100%;
    height: 110px;
    max-width: 380px;
    margin-bottom: 20px;
}
.cManu ul {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
}
.cManu ul li {
    width: 24%;
    max-width: 110px;
    min-width: 80px;
    height: 110px;
    border-radius: 10px;
    background-color: white;
    float: left;
    box-shadow: 1px 0 10px rgba(16, 101, 190, 0.2);
    text-align: center;
    padding-top: 20px;
}
.cManu ul li img {
    height: 45px;
}
.cManu ul li p {
    margin-top: 5px;
}
.title {
    height: 30px;
    height: 40px;
    color: #999;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.title span {
    color: #007dfe;
}
.recommend_title {
    color: #999;
    margin-bottom: 10px;
}
.searchList li a:hover {
    color: #00baff;
}
.searchList li {
    margin-bottom: 10px;
}
.searchList li span {
    display: inline-block;
}
.searchList li::before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #00baff;
    margin-right: 10px;
}
.actionBox a{
    color: #999;
    font-size: 12px;
}
.actionBox img {
    width: 15px;
    position: relative;
    top: 3px;
}
.iptBtn {
    text-align: right;
}
.iptBtn a {
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    display: inline-block;
    color: white;
    background-color: #007dfe;
}
@media screen and (max-width: 750px) {
    html {
        min-width: 100%;
    }
    body {
        padding: 0;
        min-width: 100%;
    }
    .cPic {
        display: none;
    }
    .banquan {
        display: none;
    }
    .leftBox {
        display: none;
    }
    .rightBox {
        width: 100%;
        min-width: 100%;
        height: auto;
    }
    .logo {
        width: 100%;
        max-width: 250px;
    }
    .ipt {
        position: fixed;
        bottom: 0;
        height: 130px;
    }
    .cMain {
        min-width: 200px;
    }
    .cBar {
        padding: 30px 0px 0 0px;
    }
    .cRBar {
        padding: 30px 0px 0 0px;
    }
    .chatList {
        height: auto;
        padding: 20px;
        padding-bottom: 140px;
    }
    .cManu ul {
        width: 130%;
    }
    .hotTitle {
        width: 80px;
    }
    .searchTitle {
        width: 58%;
    }
}