.publications-list{
    margin-bottom: 60px;
     background: #FFFFFF;
    border-radius: 5px;
    padding:60px 75px;
}
/*
.link{
    background: url(../../images/common/publications/link_bg2.png);
    width: 137px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 50px;
    color: #24292E;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
	margin-top:10px;
}
.link span{
    position: relative;
    z-index: 2;
}
.link:before{
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/common/publications/link_bg.png);
    width: 137px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    opacity: 1;
}
.link:hover{
    color: #4DE8BB;
}
.link:hover:before{
    opacity: 0;
}*/
.list-v li a.link{
	display:inline-block;
	width:30px;
	/*margin-top:5px;*/
	vertical-align: middle;
	height:30px;
	border-radius:8px;
	transition: all .3s ease;
	background:#5EECCB url(../../images/common/publications/link_ic.png) center no-repeat;
}
.link:hover{
	background-color:#43DCC4;
	
}

.publications-list .box{
    display: flex;
    margin-bottom: 35px;
}
.publications-list .item:last-child .box{
    margin-bottom: 0;
}
.publications-list .txt{
    padding: 0px 35px 0;
}

.publications-list .pic{
    min-width: 300px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s ease;
}
.publications-list .pic img{
    border-radius: 5px;
    overflow: hidden;
}

.name{
    font-size: 18px;
    font-weight: bold;
    color: #2CB299;
    margin: 5px 0 10px;
  /*  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;*/
    transition: all .3s ease;
}

.txt-list{
    margin-right: 25px;
    display: inline-block;
    font-size: 15px;
    color: #666666;
}
.list-v .txt-list a{
    display: inline;
}
.txt-list:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000000;
    margin:-3px 10px 0 0;
    vertical-align: middle;


}
.txt-list strong{
    color: #80807B;
    font-size: 16px;
}
.faq-question{
    font-family: Oswald;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0 5px;
    color: #72726D;
    /*cursor: pointer;*/
    transition: all .3s ease;
	 color: #1E7967;
}
.faq-question span .ic{
   display: inline-block;
    width: 17px;
    height: 17px; 
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
    position: relative;
    background: url(../../images/common/publications/ic3.png) no-repeat center center;
    
}
.faq-question span .ic:before{
    background: url(../../images/common/publications/ic2.png) no-repeat center center;
    width: 17px;
    content: '';
    display: block;
    height: 17px;
    position: absolute;
    vertical-align: middle;
    transition: all .3s ease;
}
.faq-question span .ic:after{
    background: url(../../images/common/publications/ic1.png) center center no-repeat;
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    vertical-align: middle;
    transition: all .3s ease;
    position: absolute;
}
.faq-question:hover,.active .faq-question{
   
}
.active .faq-question span .ic:before{
  opacity: 0;

}
.active .faq-question span .ic:after{
    transform:rotate(180deg);

}
.faq-answer{
    display: none;
    color: #666;
    font-size: 15px;
}
.faq-answer:after{
    content: '';
    display: block;
    margin: 28px 0 42px;
    height: 1px;
    background: #D7D7D7;
    width: 100%;

}
.publications-list2{
    max-width: 1080px;
    margin: auto;
}
.publications-list2 .box{
    margin-bottom: 45px;
    display: block;
}
.name:hover{
    color: #1E7967;
    text-decoration: underline;
}
.name_box{
   /* padding-right: 167px;*/
    position: relative;
}
.name_box .name{
  /*  line-height: 40px;
    height: 40px;*/
}
.name_box .link{
    position: absolute;
    right: 0;
    top: 0;

}
.publications-list2 .faq-answer:after{
    width: 100%;
    margin: 25px 0 0px;
}
.publications-list2 .item{
    padding:0 80px 0 15px;
}
.item + .year{
    padding-top: 45px;
}
.year img{
    vertical-align: middle;
    margin-top: -5px;
}
.year{
    display: block;
    position: relative;
    font-size: 26px;
    color: #24282D;
    font-family: Oswald;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 18px;
    border-bottom: 5px solid #E1E1E1;
    padding-bottom:10px;
    vertical-align: middle;

}
.year:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-top: 5px solid #33C7AA;
    width: 71px;
}

.year img{
    margin-right: 10px;
    vertical-align: middle;
}

.publications-detail .txt_box,.publications-detail .title{
    padding-left: 15px;
}
.title{
    font-size: 18px;
    color: #2CB299;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #D7D7D7;
}

/*tab*/
.ui-tabs-nav{
	height:auto;
	overflow:hidden;
	border-bottom:solid 1px #666;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
	background:#ddd;
}
.ui-tabs .ui-tabs-nav li  a{
	padding:8px 12px;
}
.ui-tabs .ui-tabs-nav .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #5de8c2;
    background: #5de8c2;
    font-weight: normal;
    color: #000;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;

}
.ui-widget-content {
  

}
/*!tab*/
@media screen and (max-width: 1000px) {
 .publications-list .txt{
    width: 100%;
    padding: 10px 0 0;
 }

 
 .publications-list .pic{
    min-width: inherit;
    box-sizing: border-box;
    padding: 0px
 }
 .publications-list .box{
    flex-wrap: wrap;
    justify-content: center;
 }
 .publications-list2 .item{
    padding-right: 0;
 }
 .name_box .link{
    position: relative;
 }
 .name_box{
    padding-right: 0;
    
 }
 .name{
    margin: 15px 0 10px;
 }
 .publications-detail{
    padding-bottom: 10px;
 }
}
@media screen and (max-width: 768px) {
    .publications-list{
        padding:30px;
    }

}
@media screen and (max-width: 600px) {
     .publications-list{
        padding:30px 5px;
    }

}
@media screen and (max-width: 400px) {
    .publications-list .box{
        max-width: 300px;
        margin: 0 auto 35px;
     }
}