﻿body {
    padding: 0;
    margin: 0;
    background-color: #DCF0FD;
}

.bg__know {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.main__content {
    /* width: 1200px; */

    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.title__ {

    background: rgba(255, 255, 255, 0.36);
    border-radius: 8px 8px 8px 8px;

    display: flex;

    flex-flow: row wrap;
    align-content: flex-start;
    width: fit-content;
    align-items: center;
    padding: 8px 18px;
    box-sizing: border-box;

}

.title__ .title__text {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    /* line-height: 32px; */
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.gh_logo {
    width: 40px;
    height: 44px;
    margin-right: 8px;
}

.content__img {

    width: 40%;
    margin-top: 50px;
    margin-bottom: 50px
    /* height: 400px; */
}

@media (max-width: 1500px) {


    .content__img {

        width: 35%;
        margin-top: 6%;
        /* height: 400px; */
    }
}


.cards__ {
    display: flex;
    gap: 31px;
    flex-wrap: wrap;

}

.ques__card {

    width: calc((100% - 62px) / 3);

    background: #FBFDFF;   display: block;
    padding-top: 1px;

    padding-bottom: 14px;

    cursor: pointer;

    transition: all 0.3s ease 0.1s;

}

.ques__card:hover {

    box-shadow: 3px 3px 3px #ecebeb;

    transform: translateY(-3px);

}
.ques__card .card__header {

    border-bottom: 1px dashed #ebe8e8;
    display: flex;
    align-items: center;
    padding: 0 15px;

    box-sizing: border-box;

    height: 80px;



}

.ques__card .card__header img {
    width: 45px;
    height: 40px;
}

.ques__card .card__header .ch__key {

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #0477E6;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 15px;
}


.ques__card .card__content {
    /* width: 353px;
    height: 47px; */
    height: auto;
    font-size: 16px;
    color: #696969;
    /* line-height: 1.5; */
    text-align: left;

    padding: 0 14px;
    padding-top: 10px;
    margin: 0 auto;

    /* height:120px;
    max-height:120px; */
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;

    text-align: justify;


}

.ques__card .card__content > * {



}

.item__bar {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
/* 
.item__bar .more {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    transition: color 0.1s ease 0.1s;

} */

.item__bar .more a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    transition: color 0.1s ease 0.1s;
    text-decoration: none;

}


.item__bar .more a:hover {

    color: #000;
}

.item__bar .title {

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    display: inline-block;
    padding: 14px 0;
    box-sizing: border-box;
    border-bottom: 4px solid #0477E6;
}

.article__list {

    /* border: 1px solid red; */
    /* height: 1000px; */
    margin-top: 60px;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}

.clear {
    clear: both;
}

.article__list .article__card {

    width: calc(50% - 20px);

    float: left;
    margin-left: 40px;
     height:240px;
}

.article__list .article__card:nth-child(odd) {

    margin-left: 0px;
}

.list__content {
   # height:150px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* padding-left: 0; */
    padding-left: 20px;

}

.list__content a {

   color: #333333;
   font-size: 18;
   text-decoration: none;
   cursor: pointer;
   transition: color 0.1s ease 0.1s;
}

.list__content a:hover {
    color: #000;
}
 


.divide {

    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #ddd;
    margin: 20px auto;
    list-style-type: none;
    margin-left: -20px;

}

.footer__cards {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    gap: 43px;
    flex-wrap: wrap;
    margin-top: 300px;
}

.footer__cards .footer__card {

    width: 370px;
    height: 224px;
    box-sizing: border-box;

    background-size: 100% 100%;

    padding: 22px;
    box-sizing: border-box;
    cursor: pointer;
}

.footer__card_1 {
    background-image: url(h__item_1.png);
}

.footer__card_2 {
    background-image: url(h__item_2.png);
}

.footer__card_3 {
    background-image: url(h__item_3.png);
}

.footer__card_4 {
    background-image: url(h__item_4.png);
}


.footer__card_1 .title {

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    color: #0477E6;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: radial-gradient(0deg, #0477E6 0%, #3FACFB 100%);
    padding-bottom: 16px;
    box-sizing: border-box;
}

.footer__card_1 .underline {
    height: 5px;
    width: 100px;
    background-color: #0477E6;
}


.footer__card_2 .title {

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    color: #1E8025;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 16px;
    box-sizing: border-box;

    background: radial-gradient(0deg, #0477E6 0%, #3FACFB 100%);
}

.footer__card_2 .underline {
    height: 5px;
    width: 100px;
    background-color: #1E8025;
}


.footer__card_3 .title {

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    color: #d67415;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    padding-bottom: 16px;
    box-sizing: border-box;
}

.footer__card_3 .underline {
    height: 5px;
    width: 100px;
    background-color: #d67415;
}


.footer__card_4 .title {

    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    color: #8965dd;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    padding-bottom: 16px;
    box-sizing: border-box;
}

.footer__card_4 .underline {
    height: 5px;
    width: 100px;
    background-color: #8965dd;
}





@media (max-width: 800px) {

    .title__ {

        background: rgba(255, 255, 255, 0.36);
        border-radius: 8px 8px 8px 8px;

        display: flex;

        flex-flow: row wrap;
        align-content: flex-start;
        width: fit-content;
        align-items: center;
        padding: 2px 10px;
        box-sizing: border-box;

    }

    .title__ .title__text {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        line-height: 41px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .gh_logo {
        width: 30px;
        height: 34px;
    }

    .content__img {

        width: 60%;

        margin: 0 auto;
        margin-top: 6%;
        margin-bottom: 6%;

        /* height: 400px; */
    }

    .ques__card {

        width: calc(100% - 10px);

    }

    .main__content {
        width: 100%;
        /* width: 86%; */
        padding: 0 10px;
        box-sizing: border-box;
        padding-top: 20px;
    }


    .article__list .article__card {

        width: 100% !important;
        margin-left: 0px;
        margin-top: 14px;
        /* float: left; */
        /* margin-left: 40px; */
       
    }



    .article__list .article__card:nth-child(odd) {

        margin-left: 0px;
    }


    .footer__cards .footer__card {

        width:100% !important;
        height: 266px;
        box-sizing: border-box;
    
        background-size: 100% 100%;
    
        padding: 40px;
        box-sizing: border-box;
        cursor: pointer;
    }


    .search__area {

        width:90% !important;
    }
    .search__button {
        width: 82px !important;
    
    }

    .search__area .search {
        width: calc(100% - 82px) !important;
    }


    .menu___bar {

        width: 100%;
       # height: 50px !important;
    }

    .menu___bar .menu__item {
  
        font-size: 14px !important;
        margin-left: 5px !important;
        line-height: 50px !important;
    }


    .anwser_item .time {
        font-size: 14px !important;

    }

    .nav__bar {
        font-size: 16px;
    }

}

.search__area {
    width: 700px;
    height: 56px;
    display: flex;
    margin: 30px auto 0px;

}

.search__area input {

    font-size: 22px;
    text-indent: 1em;

}

.search__area .search {
    width: calc(100% - 112px);
    border: 1px solid #ccc;

  /* 移除默认内边距 */
  padding: 0;
  /* 移除默认外边距 */
  margin: 0;
  /* 移除默认背景 */
  /* 移除默认轮廓（聚焦时的外框） */
  outline: none;
  /* 移除默认外观（浏览器特定的样式） */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 确保字体与父元素一致 */
  font: inherit;
  /* 移除默认文本颜色 */
  color: inherit;
  /* 移除默认圆角 */
  border-radius: 0;
  /* 确保盒模型一致 */
  box-sizing: border-box;
}

.search__button {
    width: 112px;
    height: 56px;
    background-color: #0477E6;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    cursor: pointer;
}








.menu___bar {

    width: 100%;
   # height: 63px;
    background: radial-gradient(0% 0% at 0% 0%, #ABD8FF 0%, #CBEBFF 100%);
    border-radius: 32px 32px 32px 32px;

    display: flow;

    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;

}



.menu___bar .menu__item {
    list-style-type: none;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0C4777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 60px;
    line-height: 63px;
}

.menu___bar .menu__item a{
    color: #333;
    text-decoration: none;
}

.menu___bar .menu__item a:hover {

    color: #000;

}


/* .menu__item:first{
    margin-left: 0 !important;
} */


.nav__bar {

    width: 100%;
    padding: 110px 15px 14px 0;
    /* box-sizing: border-box; */

    display: flex;
    align-items: center;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;


    color: #555555;
}

.nav__bar p a {

    color: #555555;
    text-decoration: none;

}

.nav__bar img {

    width: 15px;
    height: 19px;

    margin-right: 10px;

}



.nav__nk__2 {

    width: 100%;
    height: 54px;
    background-image: url(jbbar.png);
    background-size: 100% 100%;



}

.nav__nk__2 .title {

    font-size: 20px ;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    line-height: 54px;
    background-color: #3178FB;
    display: inline-block;

}

.ques_item {

    margin-top: 68px;
    margin-left: 20px;
    position: relative;

}

.ques_item img {
    width: 52px;
    height: 52px;
    position: absolute;
    left: -20px;
    top: -28px;

}

.ques_item .content {
    /* min-height: 67px; */
    /* line-height: 67px; */
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 0px 23px 0px 13px;
    width: fit-content;
    padding: 0 32px;

font-family: MicrosoftYaHei;
font-size: 18px;
color: #333333;
text-align: left;
font-style: normal;
text-transform: none;
padding: 12px 25px;
text-align: justify;

}

.anwser_item {

    display: flex;
    justify-content: right;
    margin-top: 38px;   
    position: relative;

    

}

.anwser_item img {
    width: 52px;
    height: 52px;
    position: absolute;
    right: -26px;
    top:10px;

}


.anwser_item .time {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #646464;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.anwser_item .content {

    width: fit-content;
/* max-width: 930px; */
background: #3178FB;
border-radius: 23px 0px 13px 0px;

font-family: MicrosoftYaHei;
font-size: 20px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
padding: 12px 25px;
width: fit-content;
text-align: justify;
}

.info__kn_124 {

    width: 100%;
    text-align: left;


font-family: MicrosoftYaHei;
font-size: 16px;
color: #333333;
line-height: 38px;

font-style: normal;
text-transform: none;

margin-top: 0px;

}

/*pagination*/
.page{ text-align: center;}
.page a{ display: inline-block; *display: inline; zoom: 1; height: 26px; line-height: 26px;  color: #555555; font-size: 16px; }
.page a:hover{ color: #fff; background-color: #325baa;}
.page a.on{ color: #fff; background-color: #325baa;}
.page span { display: inline-block; *display: inline; zoom: 1; height: 26px;line-height: 26px;color: #555555; font-size: 16px;}
.page span .text { width: 30px; margin: 0 5px;}
#page_div {
text-align: center;
margin: 20px auto 20px auto;}
/*list分页 begin*/
			
			#page_div {
				text-align: center;
				margin: 20px auto 20px auto;
			}
			
			.pagination-index,
			.pagination-num,
			.pagination-last a {
				height: 1.6em;
				line-height: 1.6em;
				border: 1px solid #bfbfbf;
				margin: 0 .1em;
				padding: 0 .5em;
				display: inline-block;
				border-radius: 3px;
				color: #000;
			}
			
			.pagination-num {
				padding: 0 1em;
			}
			
			.pagination-num.active {
				background-color: #325baa;
				border: 1px solid #325baa;
				color: #ffffff;
			}
			
			.pagination-last {
				margin-left: 5px;
			}
			
			.pagination-last>input {
				height: 1.6em;
				width: 3em;
				border: 1px solid #bfbfbf;
				border-radius: 5px;
				text-align: center;
			}
			
			.pagination-last span:nth-child(5) {
				margin-left: 0.5em;
			}
			
			.pagination-last a {
				border: none;
			}
