html,
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.VientianeQA {
    width: 1200px;
    margin: 0 auto;
}

.VientianeQA_title,.VientianeQA_title a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #999999;
}

.VientianeQA_img {
    width: 100%;
    height: 180px;
}

.VientianeQA_wen {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    margin: 15px auto;
}

.VientianeQA_wen_box {
    width: 94%;
    display: flex;
    /* justify-content: space-between; */
    margin: 0 auto;
    flex-wrap: wrap;
}

.VientianeQA_wen_boxImg {
    margin-top: 30px;
    width: 20px;
    height: 20px;
}

.VientianeQA_wen_boxUl {
    width: 94%;
    margin-top: 30px;
    margin-left: 10px;
}

.VientianeQA_wen_boxUl li:nth-child(1) {
    color: #333333;
    font-size: 16px;
    font-weight: 900;
}

.VientianeQA_wen_boxUl li:nth-child(2) {
    color: #999999;
    font-size: 12px;
}

.VientianeQA_wen_boxUl li>span {
    display: inline-block;
    margin-right: 30px;
    margin-top: 15px;
}

.list_title {
    width: 94%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    /* border-bottom: 1px solid #EEEEEE; */
}

.list_title div {
    font-size: 16px;
    color: #222222;
    border-left: 3px solid #FF3737;
    width: 150px;
}

.list_title span {
    display: inline;
    margin-left: 15px;
    font-weight: 900;
}

.textarea {
    width: 92%;
    height: 150px;
    background-color: #EEEEEE;
    margin: 0 3%;
    border: none;
    padding: 15px;
}

.YZM_box {
    width: 96%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px auto;
    color: #999999;
}

.UP_Down {
    width: 100%;
    height: 100px;
    background-color: white;
    margin: 20px auto;
}

.UP_Down div {
    color: #999999;
    font-size: 14px;
    width: 94%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.UP_Down div:nth-child(1) {
    padding-top: 13px;
}

.comment {
    width: 100%;
    background-color: white;
    border-radius: 5px;
}

.title {
    width: 94%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    font-weight: 900;
}

.list_title {
    width: 96%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2%;
    /* border-bottom: 1px solid #EEEEEE; */
}

.list_title div {
    font-size: 16px;
    color: #222222;
    border-left: 3px solid #FF3737;
    width: 150px;
}

.list_title span {
    display: inline;
    margin-left: 15px;
    font-weight: 900;
}

.text {
    width: 94%;
    margin: 10px auto;
    color: #666666;
    font-size: 14px;
}

.author,
.source {
    width: 94%;
    margin: 10px auto;
    display: flex;
    align-items: center;
}

.author li {
    margin-right: 20px;
    color: #F98C51;
    font-size: 14px;
}

.source li {
    margin-right: 20px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.source li:nth-child(1) {
    color: #F98C51;
}

.keyword {
    width: 94%;
    margin: 10px auto;
    color: #666666;
    font-size: 14px;
}

.BtnImg {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.BtnImg img {
    width: 120px;
    height: 40px;
    margin-right: 10px;
}

.comment_box {
    width: 94%;
    margin: 0 auto;
}

.comment_boxList {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
    flex-wrap: wrap;
}

.comment_boxList2 {
    width: 93%;
    margin-left: 7%;
    border-top: none !important;
}

.head_portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 15px;
}

.comment_boxList_R {
    width: 92%;
}

.people {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 12px;
    margin-top: 15px;
}

.people li {
    margin-right: 20px;
}

.people li:nth-child(1) {
    color: #333333;
    font-size: 14px;
    font-weight: 900;
}

.comment_boxList_content {
    color: #666666;
    margin: 20px 0;
    font-size: 14px;
    line-height: 28px;
	text-indent:28px;
}

.pinglun img {
    width: 80px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.listBox {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #E8302E;
}

.listBox>li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.listBox>li:hover {
    background-color: #F98C51;
    color: white
}

.activeBav {
    background-color: #E8302E !important;
    color: white !important
}

.table {
    width: 100%;
    background-color: #FFFFFF;
}

.list_ul {
    width: 98%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.list_ul:nth-child(even) {
    background-color: #F5F5F5;
}

.list_ul li {
    display: flex;
    align-items: center;
}

.list_ul li a{
	font-size:15px;
	font-weight:100;
	color:#666666;
}

.list_ul li>img {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.list_ul li>span {
    color: #666666;
    font-size: 14px;
    font-weight: 900;
}

.list_ul li>p {
    color: #999999;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.pageBox {
    width: 98%;
    height: 90px;
    position: relative;
    margin: 0 auto;
}

.tableNumBox {
    height: 90px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.tableNumBox span{
	color:#999999;
}

.AllNum,
.PageNum {
    color: #999999;
    font-size: 14px;
    margin-right: 30px;
}

.NumBox {
    display: flex;
    align-items: center;
}

.NumBox span {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.UpNum,
.nextNum {
    width: 56px;
    height: 28px;
    line-height: 28px;
    color: #666666;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.VientianeQA_title>span {
	font-weight:700;
}

.pinglun2 {
    cursor: pointer;
}

.dianzan {
    cursor: pointer;
}