@charset 'utf-8';
body{
    margin-top: 65px;
}
/* 容器共同样式start */
.layui-main{
    min-width: 1000px;
    width: 1000px;
}
/* 容器共同样式end */

/* header start */
.layui-header{
    width: 100%;
    position: fixed;
    margin: auto;
    height: 65px;
    top: 0;
    line-height: 65px;
    background: #D40000;
}
.layui-header .layui-nav{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: transparent;
}
.layui-header .layui-nav .layui-nav-item{
    width: 90px;
    padding: 0;
}
.layui-header .layui-nav .layui-nav-item:hover{
    background: #b20000;
}
.layui-header .layui-nav .layui-nav-item a{
    color: rgba(255, 255, 255, 1);
    padding: 0;
    text-align: center;
}
.layui-header .layui-nav .layui-nav-item .layui-nav-child dd{
    line-height: 30px;
    border-radius: 0;
    border-bottom: 1px solid #dd3e3e;
}
.layui-header .layui-nav  .layui-nav-child{
    padding: 0;
    top: 60px;
    border:none;
    background: #b20000;
    box-shadow: none;
}
.layui-header .layui-nav .layui-nav-item .layui-nav-child a{
    background: #b20000;
    color: white;
}
.layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background-color: #dd3e3e;
	transition: all .2s;
	-webkit-transition: all .2s
}

/* header end */

/* pageLink start  */
.layui-pageLink{
    line-height: 65px;
}
.layui-pageLink a:hover{
    color: #c00;
}
/* pageLink end  */

/* wordsInfo start */
.layui-wordsInfo .layui-title{
    font-size: 28px;
    padding: 0 50px;
    color: #d40000;
    line-height: 35px;
    text-align: center;
}
.layui-wordsInfo .layui-cont{
    overflow: hidden;
    padding: 20px 50px 20px 50px;
    min-height:250px;
}
.layui-wordsInfo .layui-cont p{
    font-weight: normal!important;
    font-size: 16px!important;
    white-space: wrap!important;
    word-wrap:break-word!important;
    line-height: 34px!important;
    color: #333!important;
}
.layui-wordsInfo .layui-cont img{
    display: block;
    border: 0;
    max-width: 850px!important;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}
/* wordsInfo end */

/* footer-nav start */
.layui-footer{
/*    margin-top: 25px;*/
    line-height: 50px;
    background-color: rgba(211, 211, 211, 0.2);
    text-align: center;
}
.layui-footer .layui-nav{
    padding: 0;
    background-color: rgba(211, 211, 211, 0.0);
}
.layui-footer .layui-nav .layui-nav-item{
    line-height: 0;
    color: #ccc;
}
.layui-footer .layui-nav .layui-nav-item a{
    display: inline;
    padding: 0 5px;
    color: #000;
    text-align: center;
}
.layui-footer .layui-nav .layui-nav-item:hover a{
    color:#c00;
}
/* footer end */

/* copyright start */
.layui-copyright{
    text-align: center;
    line-height: 25px;
    color: #666;
    padding:15px;
}
/* copyright end */



/*list start*/
.layui-charList{
    min-height: 245px;
}
.layui-charList .layui-listBox{
    overflow: hidden;
    position: relative;
    display: flex;
    flex:1;
    padding: 25px 70px;
    min-height: 170px;
    border-bottom: 1px solid #eee;
    content: "";
}
.layui-charList .layui-listBox img{
    max-width: 264px;
    max-height: 168px;
}
.layui-charList .layui-listBox a{
    display: block;
}
.layui-charList .layui-listBox>a{
    margin-right: 25px;
}
.layui-charList .layui-listBox strong{
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    word-wrap: break-word;
}
.layui-charList .layui-listBox p{
    overflow: hidden;
    margin-top: 25px; 
    line-height: 30px;
    white-space: wrap;
    font-weight: normal;
    font-size: 14px;
    word-wrap: break-word;
    min-height: 100px;
}
/*list end*/


/* peoplePage start */
.peoplePage{
    padding: 20px 0;
    background-color: rgb(246, 246, 246);
}
.peoplePage .item{
    overflow: hidden;
    float: left;
    width: 210px;
    height:60px;
    padding: 30px 10px 30px 10px;
    margin:0 20px 20px 0;
    background: white;
    color: #000;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    transition: all 0.3s;
}
.peoplePage .item:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.peoplePage .item span{
    font-size: 18px;
    line-height: 40px;
    color: #000;
    vertical-align: middle;
}
.peoplePage .item a img{
    max-width: 160px;
    max-height: 170px;
    width:160px;
    height:170px;
    background-size: cover;
    margin: 0 auto;
}
.peoplePage .item p{
    width: 220px;
    margin: 0 auto;
    line-height:26px;
    font-weight: normal;
    font-size: 14px;
    word-wrap: break-word;
    color:#444;
    text-align:left;
}
.layui-main .layui-laypage .layui-laypage-curr .layui-laypage-em {background-color:#e50213;}
/* peoplePage end */

/* partnerPage start  */
.partnerPage{
    padding: 20px 0;
    background: rgba(211, 211, 211, 0.0);
}
.partnerPage .layui-main{
    width: 980px!important;
    min-height: 300px;
    padding: 0px 5px;
    background: white;
}
.partnerPage .layui-main .item{
    float: left;
    width: 103px;
    height:168px;
    margin-left: 10.5px;
    margin-bottom: 15px;
    border: 1px solid rgba(211, 211, 211, 0.8);
    transition: all 0.5s ease-in-out;
}
.partnerPage .layui-main .item:hover{
    transform: translate(0,-5px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.partnerPage .layui-main .item:hover img{
    opacity: 1;
}
.partnerPage .layui-main .item a{
    padding: 0;
}
.partnerPage .layui-main .item img{
    font-size: 0;
/*    opacity: 0.8;*/
    width:123px;
    height:88px;
}
/* partnerPage end */


/* wrapper start */
.wrapper{
    overflow: hidden;
    padding: 20px 0;
    background: #f2f2f2;
    margin: 0 0 20px 0;
}
.wrapper .yheader{
    overflow: hidden;
    height: 244px;
    background: white;
}
.wrapper .yheader .bg-header{
    overflow: hidden;
}
.wrapper .yheader .bg-header img{
    width: 1000px;
    height: 160px;
}
.wrapper .yheader .v-xm{
    position: relative;
    font-size: 20px;
}
.wrapper .yheader .v-xm .logo{
    position: absolute;
    overflow: hidden;
    top: -40px;
    left: 20px;
}
.wrapper .yheader .v-xm .logo img{
    width: 102px;
    height: 102px;
    border-radius: 50%;
}
.wrapper .yheader .v-xm .name{
    position: absolute;
    left: 130px;
    top: 10px;
    font-weight: bold;
}
.wrapper .yheader .v-xm .name img{
    width: 20px;
    height: 20px;
    margin: -3px 0 0 -3px;
}
.wrapper .yheader button{
    position: absolute;
    right: 20px;
    top: 20px;
    border:none;
    padding: 8px 50px;
    background:#2a90d7;
    border-radius: 5px;
    color: white;
}
/* left start */
.wrapper .left{
    float: left;
    width: 620px;
    background: white;
    margin: 20px 0 0 0;
}
.wrapper .left .tab{
    position: relative;
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #E8E8E8;
    border-spacing: 40px 0;
}
.wrapper .left .tab li{
    display: table-cell;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 2px solid transparent;
}
.wrapper .left .tab .tab-item{
    color: #D40000;
    border-color: #D40000;
}
.wrapper .left .item-list{
    display: none;
    padding: 20px;
    height: auto;
}
.wrapper .left .vis{
    display: block;
}
.wrapper .item-list .item{
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.wrapper .item-list .item .item-photo{
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.wrapper .item-list .item .item-photo img{
    width: 160px;
    height: 100px;
    transition: all 0.8s;
}
.wrapper .item-list .item .item-photo img:hover{
    transform: scale(1.2,1.2);
}
.wrapper .item-list .item .item-photo .icon{
    position: absolute;
    padding: 5px 10px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    bottom: 5px;
    color: white;
    transform: scale(0.8);
}
.wrapper .item-list .item .item-photo .icon i{
    transform: scale(0.6);
}
.wrapper .item-list .item .item-desc .desc-title a{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.wrapper .item-list .item .item-desc .desc-title a:hover{
    color: #D40000;
}
.wrapper .item-list .item .item-desc .desc-footer .item-top{
    padding:1px 2px;
    border: 1px solid #ed4040;
    font-size: 12px;
    color: #ed4040;
    margin-right: 5px;
}
.wrapper .item-list .item .item-desc .desc-footer .pl:hover{
    color: #ed4040;
}
/* left end */

/* right start */
.wrapper .right{
    float: right;
    width: 360px;
    margin: 20px 0 0 0;
}
.wrapper .right .statistics{
    padding: 20px 0;
    overflow: hidden;
    background: white;
}
.wrapper .right .statistics dl a{
    display: block;
    float: left;
    width: 179px;
    text-align: center;
}
.wrapper .right .statistics dl a:first-child{
    border-right: 1px solid #f2f2f2;
}
.wrapper .right .statistics dl a h3{
    font-size: 24px;
    font-weight: 700;
}
.wrapper .right .statistics dl a span{
    color: #777;
}
.wrapper .right .best-article{
    overflow: hidden;
    margin: 20px 0 0 0;
    background: white;
    border-top: 2px solid #D40000;
}
.wrapper .right .best-article .best-title{
    border-bottom: 1px solid #f2f2f2;
}
.wrapper .right .best-article .best-title h2{
    padding: 13px 0 9px 20px;
    font-size: 18px;
    font-weight: bold;
}
.wrapper .right .item-list{
    padding: 0 20px;
    background: white;
}
.wrapper .right .item-list .item .item-photo img{
    width: 118px;
    height: 77px;
}
.wrapper .right .item-list .item .item-desc{
    height: 77px;
    line-height: 20px;
}
.wrapper .right .item-list .item .item-desc .desc-title a{
    font-weight: normal;
    font-size: 14px;
    height: 40px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.wrapper .item-list .item .item-desc{
    position: relative;
    height: 100px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
}
.wrapper .item-list .item .item-desc .desc-footer{
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 0
}
/* 修改部分 start */

/* Multiple Diagrams多图 start */
.dig-title{
    font-size: 20px;
    font-weight: 700;
}
.mul-dig .imgs-list{
    margin-top: 10px;
} 
.mul-dig .imgs-list a{
    display: inline-block;
    margin-left: 15px;
    overflow: hidden;
}
.mul-dig .imgs-list a:first-child{
    margin: 0;
}
.mul-dig .imgs-list a img{
    width: 180px;
    height: 120px;
}
/* Multiple Diagrams多图 end */

/* Big Diagrams 大图 start */
.big-dig .big-head{
    position: relative;
}
.big-dig .big-head a{
    display: block;
    width: 500px;
}
.big-dig .big-head .dig-item-name{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e50123;
    border-radius: 3px;
    text-align: center;
    color: #e50123!important;
    letter-spacing: 2px;
    padding: 5px;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    line-height: 18px;
}
.big-dig .big-box{
    margin-top: 10px;
}
.big-dig .big-box>a{
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.big-dig .big-box>a img{
    width: 160px;
    height: 100px;
}
.big-dig .big-box p{
    font-size: 14px;
    line-height: 28px;
    color: #6d6f6e;
    font-weight: normal;
    word-break: break-all;
}
.big-dig .big-box p::first-letter{
    padding-left: 20px;
}
.scale img{
    transition: all 0.8s!important;
}
.scale img:hover{
    transform: scale(1.2,1.2)!important;
}
/* Big Diagrams 大图 end */