body{
    background-color: rgba(000, 000, 000, 0.05);
}


/* 站内导航 */
.nnva{
    width: 1400px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: rgba(000, 000, 000, 0.8);
    margin: auto;
    
}
.lbcont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.lbcont .left{
    width: 260px;
    overflow: hidden;
}
.lbcont .left .title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-indent: 30px;
    color: rgba(255, 255, 255, 0.8);
    background-color:rgba(000, 000, 000, 0.4);
}
.lbcont .left ul{
    width: 100%;
    overflow: hidden;
    background-color: rgba(000, 000, 000, 0.1);
}
.lbcont .left ul li{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.lbcont .left ul li a{
    display: block;
    width: 100%;
    text-indent: 30px;
    line-height: 60px;
    font-size: 20px;
}
.lbcont .left ul .three{
	padding-left:44px;
}
.lbcont .left ul .three div{
	font-size:16px;
	margin-bottom:10px;
}

.lbcont .rig{
    width: 1050px;
    overflow: hidden;
    
}
/* 三级分类 */
.lbcont .rig .sjfl{
    width: 100%;
    overflow: hidden;
    background-color: rgba(000, 000, 000, 0.05);
    padding: 25px 15px;
    box-sizing: border-box;
    border-top: 1px solid rgba(000, 000, 000, 0.2);
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 20px;
}
.lbcont .rig .sjfl .lm{
    width: 100px;
    overflow: hidden;
    text-align: right;
    line-height: 40px;
    font-weight: bold;
    color: rgba(000, 000, 000, 0.6);
}
.lbcont .rig .sjfl .tab{
    width: 970px;
    overflow: hidden;
    padding-left: 15px;
    box-sizing: border-box;
}
.lbcont .rig .sjfl .tab a{
    height: 40px;
    line-height: 40px;
    font-size: 16x;
    box-sizing: border-box;
    margin-right: 5px;
    border-radius: 50px;
    padding: 5px 15px;
    word-wrap:break-word;
}
.lbcont .rig .sjfl .tab a:hover{
    background-color: #ab202d;
    color: #fff;
}
.lbcont .rig .rigtitle{
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    text-indent: 20px;
    
}
.lbcont .rig .rigtitle h1{
    font-size: 36px;
    color: #ab202d;
}
.lbcont .rig .riglb{
    width: 100%;
    overflow: hidden;
}
.lbcont .rig .riglb .list{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    padding: 30px 20px;
    box-sizing: border-box;
	display:flex;
}
.lbcont .rig .riglb .list .pic{
	width:180px;
	height:140px;
	background-size:cover;
	background-position:center;
	flex-shrink:0;
	margin-right:20px;
}
.lbcont .rig .riglb .list .content{
	flex-grow:1;
}
.lbcont .rig .riglb .list h1{
    font-size: 26px;
    color: rgba(000, 000, 000, 0.8);
    margin-bottom: 15px;
}
.lbcont .rig .riglb .list h2{
    font-size: 18px;
    color: rgba(000, 000, 000, 0.6);
    margin-bottom: 20px;
}
.lbcont .rig .riglb .list p{
    font-size: 18px;
    line-height: 26px;
    color: rgba(000, 000, 000, 0.8);
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}
.lbcont .rig .rigcont{
    width: 100%;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
}
.lbcont .rig .rigcont img{
    width: 60%;
    height: auto;
    margin: 20px 0;
    box-sizing: border-box;
}
.lbcont .rig .rigcont p{
    font-size: 18px;
    line-height: 30px;
    color: rgba(000, 000, 000, 0.8);
    text-align: justify;
    margin: 30px 0;
    box-sizing: border-box;
}

/* 详细页面 */
.xxcont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.xxcont .title{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    
}
.xxcont .title h1{
    font-size: 36px;
    margin-bottom: 20px;
}
.xxcont .title p{
    font-size: 18px;
    color: rgba(000, 000, 000, 0.6);
}
.xxcont .cont{
    width: 100%;
    overflow: hidden;
    padding: 50px 20px;
    box-sizing: border-box;
    line-height: 36px;
    font-size: 18px;
}
.xxcont .cont img{
    width: 60%;
    overflow: hidden;
    margin: 30px 0;
    box-sizing: border-box;
    margin: auto;
}
.xxcont .cont p{
    margin: 30px 0;
    box-sizing: border-box;
}

/* 搜索结果 */
.sscont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.sscont .title{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    
}
.sscont .title h1{
    font-size: 36px;
    margin-bottom: 20px;
}

.sscont .title span{
    padding: 0 5px;
    color: #ab202d;
}
.sscont .cont{
    width: 100%;
    overflow: hidden;
}
.sscont .cont .list{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
}
.sscont .cont .list h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.sscont .cont .list h2{
    font-size: 18px;
    color: rgba(000, 000, 000, 0.4);
    margin-bottom: 10px;
}
.sscont .cont .list p{
    font-size: 18px;
    line-height: 30px;
    color: rgba(000, 000, 000, 0.6);
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}

/* 证书查询 */
.cxcont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.cxcont .title{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    
}
.cxcont .title h1{
    font-size: 36px;
    margin-bottom: 20px;
}
.cxcont .cont{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
}
.cxcont .cont input{
    width: 400px;
    height: 60px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    background-color: rgba(000, 000, 000, 0.05);
    margin: 15px 0;
    box-sizing: border-box;
    text-indent: 15px;
    font-size: 18px;
    border-radius: 5px;
}
.cxcont .cxan{
    width: 800px;
    overflow: hidden;
    margin: auto;
    padding: 30px 0;
    border-top: 1px solid rgba(000, 000, 000, 0.2);
    display: flex;
    justify-content: center;
}
.cxcont .cxan a{
    display: block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    background-color: #ab202d;
    color: #fff;
    font-size: 18px;
}



/* 专家智库 */

.expert {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.expert .list {
    width: 470px;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.expert .list .pic {
    width: 170px;
    height: 240px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.expert .list .pic img {
    width: 170px;
    height: 230px;
    display: block;
}

.expert .list .rig {
    width: 290px;
    height: 240px;
    float: right;
    padding: 10px;
    box-sizing: border-box;
}

.expert .list .rig h1 {
    width: 100%;
    line-height: 30px;
    font-size: 22px;
}

.expert .list .rig h2 {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.expert .list .rig p {
    width: 100%;
    height: 110px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.expert .list .rig a {
    display: block;
    width: 80px;
    height: 35px;
    background-color: #ffbe98;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb4b02;
}

.expert .detapic {
    width: 300px;
    height: 400px;
    float: left;
}

.expert .detapic img {
    width: 300px;
    height: 400px;
}

.expert .detarig {
    width: 600px;
    overflow: hidden;
    float: right;
}

.expert .detarig h1 {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.expert .detarig h2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.expert .detarig p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    margin: 20px 0;
    box-sizing: border-box;
}

.mianrigth {
    width: 1080px;
    overflow: hidden;
    float: right;
}

.mianrigth .title {
    width: 100%;
    height: 140px;
    background-image: url(/images/right-01.png);
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
}

.mianrigth .title h1 {
    font-size: 34px;
    color: #692729;
}

.mianrigth .cont {
    width: 100%;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
}



.apply .nr{
    width: 92%;
    display: table;
    overflow: hidden;
    padding: 15px 0;
    margin: auto;
}
.apply .nr h1{
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    margin-bottom: 20px;
}
.apply .nr p{
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
}
.apply .nr img{
    width: 70%;
    display: block;
    margin: auto;
    border-radius: 3px;
}
.apply .nr table{
    width: 60%;
    margin: auto;
    font-size: 16px;
}
.apply .nr table td{
    padding: 10px 0;
}
.apply .nr .td1{
    width: 20%;
    text-align: center;
}
.apply .nr .td2{
    width: 80%;
    text-align: left;
}
.apply .nr .td2 span{
    margin-left: 15px;
    position: relative;
    top:-4px;
}
.apply .nr table .input-1{
    width: 90%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid rgb(0 ,0,0,.2);
    text-indent: 10px;
    outline:none; 
}
.apply .nr table .input-2{
    width: 20px;
    height: 20px;
    border: 1px solid rgb(0 ,0,0,.2);
    outline:none; 
}
.apply .nr table select{
    width: 50%;
    height: 37px;
    border-radius: 3px;
    border: 1px solid rgb(0 ,0,0,.2);
    outline:none; 
}
.apply .nr .tijiao{
    width: 100%;
    display: table;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgb(0 ,0,0,.2);
    margin-top: 30px;
}
.apply .nr .tijiao a{
    text-decoration: none;
    width: 150px;
    height: 45px;
    background-color: #c24e00;
    border-radius: 3px;
    display: block;
    margin: auto;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
}