html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "LIBIAN";
    src: url("/tong/fonts/Libian.ttf");
    /*src: url("/tong/fonts/captcha.ttf") format('captcha'),*/
    /*src: url("/tong/fonts/fontawesome-webfont.woff2") format('fontawesome');*/
}

* {
    font-family: "LIBIAN";
}

.content {
    width: 1200px;
    margin: auto;
}

/* start top */
.top {
    background: url("/tong/images/head@3x.png") 100% no-repeat;
    overflow: hidden;
}

.top .logo {
    display: flex;
    justify-content: flex-start;
    margin: auto 25px;
}

.top .logo .img {
    width: 75px;
    height: 75px;
    margin: auto 15px;
}

.top .logo .img img {
    width: 100%;
    height: 100%;
}

.top .logo .text {
    font-size: 23px;
    margin-top: 5px;
}

.top .head {
    margin-top: 45px;
}

.top .head ul {
    display: flex;
    width: 500px;
}

.top .head ul li {
    list-style: none;
    margin: 0 10px;
}

.top .head ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #3C3C3C;
}

.top .head ul li a:hover {
    color: #97291A;
}

.top .head ul li a div {
    width: 100%;
    height: 5px;
    background: #97291A;
    margin-top: 5px;
    opacity: 0;
}

.top .head ul li a:hover div {
    opacity: 1;

}

/* end top*/

.center {
    text-align: center;
}

/* start search*/
.search {
    background: url("/tong/images/search@3x.png") no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

.search .center > .text {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 10px;
    padding: 35px 0;
}

.search .center .input {
    display: flex;
    justify-content: center;
}

.search .center .input .inp input {
    padding: 15px;
    width: 450px;
    height: 20px;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
}


.search .center .input .inp input::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 18px;
}


input {
    outline: none;
    -webkit-appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
}


.search .center .input .text {
    background: #97291A;
    line-height: 50px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 18px;
    height: 50px;
    width: 100px;
}

.search .center .input .text a, .article .article_content .select a, .article .content .more a, .names .content .more a {
    text-decoration: none;
    color: #ffffff;
}

/*end search*/


/* start article*/
.article {
    background: url("/tong/images/article@3x.png") no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

.article .article_back {
    background: url("/tong/images/article_back@3x.png") no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.article .article_back .text {
    font-size: 20px;
    color: #3C3C3C;
    text-align: center;
    padding-top: 20px;
}

.article .article_back .text:nth-of-type(2) {
    padding-top: 5px;
}

.article .article_content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.article .article_content .field {
    width: 560px;
    height: 280px;
    position: relative;
}

.article .article_content .field img {
    width: 100%;
    height: 100%;
}

.article .article_content .field .box div:nth-of-type(1), .article .article_content .select .text div:nth-of-type(1) {
    letter-spacing: 2px;
}

.article .article_content .field .box {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 540px;
}

.article .article_content .select {
    width: 560px;
    height: 280px;
}

.article .article_content .select .text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #423E37;
}

.article .content .more, .names .content .more {
    background: url("/tong/images/text_btn@3x.png") no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.article .content .more .text, .names .content .more .text {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

/* end  article*/


/* start names */
.names {
    background: #FAFDF8;
    width: 100%;
    min-height: 750px;
}

.names .title {
    padding: 15px 0;
    text-align: center;
    color: #3C3C3C;
    font-size: 18px;
}

.names .words {
    background: url("/tong/images/words@3x.png") no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    margin: 15px;
    position: relative;
}

.names .words-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.names .words .text {
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #3C3C3C;
}

/* end names*/

/* start bottom*/
.bottom {
    background: url("/tong/images/bottom@3x.png") no-repeat;
    background-size: 100% 100%;
    height: 200px;
    line-height: 200px;
}


.bottom .bottom_logo {
    display: flex;
    height: 100%;
}

.bottom .bottom_logo img {
    width: 70px;
    height: 70px;
}

.bottom .bottom_logo .img {
    margin: auto 0;
}

.bottom .bottom_logo .text {
    margin: auto 0;
    line-height: 3;
    margin-left: 20px;
    color: #ffffff;
    font-size: 16px;
}

.bottom .content .bottom_back {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.bottom .content .bottom_back .qe {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.bottom .content .bottom_back .qe .box {
    line-height: 30px;
    margin: auto 35px;
}

.bottom .content .bottom_back .qe .box .text {
    font-size: 16px;
    color: #ffffff;
}

.bottom .content .bottom_back .qe .box .img {
    height: 100px;
    width: 100px;
}

/* end bottom*/

.title-hide-noe {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.title-hide-tow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.title-hide-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*start names  */
.names .words .text:hover .xsBox {
  display: block;
}

.xsBox {
    position: absolute;
    width: 500px;
    height: auto;
    background: url("/tong/images/265b5a0e-fd4a-424c-8295-85dd323dd599.png") no-repeat;
    background-size: 100% 100%;
    top: -45px;
    left: 55px;
    z-index: 2;
    display: none;
    padding: 36px 36px 36px 60px;
    box-sizing: border-box;
    flex-direction: column;
    text-align: center;
}

.simpleTxt {
    flex: 1;
    height: auto;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}

.xcxBox1 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
}

.goBtn {
    width: auto;
    padding: 10px 30px;
    height: 45px;
    border: 1px solid #DC323F;
    border-radius: 10px;
    margin: 20px auto 0;
    color: #DC323F;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
}

.xcxTop > img {
    width: 50%;
    height: 50%;
}

.zqw-extra {
    height: 340px;
    min-height: 300px;
    padding-top: 30px;
    overflow: hidden;
    min-width: 100%;
    width: 100%;
}

.zqw-extra .left {
    height: 100%;
    float: left;
    width: 100%;
}

.zqw-extra .title {
    overflow: hidden;
    margin-bottom: 14px;
}

.zqw-extra .title h3 {
    font-size: 22px;
    padding: 0 32px;
    font-weight: normal;
    float: left;
    line-height: 50px;
    background: url(../../images/icon-tit-left.png) no-repeat left center, url(../../images/icon-tit-right.png) no-repeat right center;
    background-size: 28px auto;
}

.zqw-extra .title p {
    float: right;
    width: calc(100% - 200px);
    border-bottom: solid 1px #cbc5c7;
    line-height: 38px;
    text-align: right;
    margin-top: 10px;
}

.zqw-extra .title p a {
    color: #999;
    font-size: 14px;
}

.zqw-extra .hot {
    line-height: 40px;
    padding: 5px 0;
}

.zqw-extra .hot li .cont {
    width: calc(100% - 120px);
    float: left;
}

.overHide_one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.zqw-extra .hot li .time {
    float: right;
    font-size: 16px;
}


._title_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 10px;
}

._title_none {
    display: none;
}

.xl-searchbigBox {
    position: relative;
    margin-top: 30px
}

.xl-searchbig {
    position: absolute;
    top: 50px;
    left: 0;
    min-height: 30px;
    width: 460px;
    line-height: 30px;
    background: #FFFFFF;
    padding: 10px;
    display: none;
    z-index: 900;
    font-size: 18px;
}

.xl-searchbig div{
    text-align: left;
}

.xl-searchbig div a{
    color: #3c3c3c;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

a{
    text-decoration: none;
}


/*end names*/