.left-content{
    width: 790px;
}
.right-content{
    width: 390px;
}
/* 项目 */
.project-item{      
    width: 190px;
    box-sizing: border-box;
    border-radius: 6px;
    transition: all 0.5s;
}
.project-item:nth-child(even){
    margin-right: 0;
}
.project-item:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.project-item:hover .button{
    background: #E8199E;
    color: #fff;
    border-color: #E8199E;
}
.project-item .button{
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    padding: 0;
    margin: 0;
    line-height: 34px;
    text-align: center;
    color: #373737;
    cursor: pointer;
    transition: all 0.5s;
}
/* 问答 */
/* 提问按钮 */
.AskButton{
    width: 390px;
    height: 70px;
    cursor: pointer; 
}
.AskButton img{
    width: 390px;
    height: 70px;
}
.answers .icon-wd{
    width: 24px;
    height: 24px;
    border-radius: 100000px;
    line-height: 24px;
}
.answers .conetnt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 600px;
}
.answers .border-bottom{
    border-bottom: 1px solid #d2d2d2;
}
.answers .answers-icon  i{
    display: block;
    width: 18px;
    height: 18px;
    background: url('../image/icon-diary@2x.png') no-repeat;
    background-size:18px 54px ;
}
.answers  .answers-icon .icon-18{
    background-position-y: -18px;
}
.answers  .answers-icon  .icon-36{
    background-position-y: -36px;
}
/*文章详情 */
.Discount{
    width:600px;
    margin: 20px auto 20px auto;
    border-radius: 10px;
}
.Discount .button{
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #E8199E;
}
.main-content img{
    max-width: 100%;
}
/* 动态 */
.dynamic h1{
    text-align: center;
    
}
.dynamic a{
    color: #373737;
}
.dynamic .stage{
    width: 100%;
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space: inherit;
    max-height:40px;
    text-align: center;
}
.dynamic .news-list .title-list{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.dynamic .news-list li{
    transition: all 0.5s;
}
.dynamic .news-list li:hover{
    box-shadow:0 3px 6px rgba(0,0,0,0.15) ;
}
.dynamic .news-list li p,.dynamic .news-list li b{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 项目详情 */
.projectDetails {
    width: 100%;
}
.projectDetails .button{
    right: 10px;
    top: 10px;
}
.projectDetails .button a{
    display: block;
    width: 78px;
    height: 30px;
    box-sizing: border-box;
    background: #E8199E;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #E8199E;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.projectDetails .button .special{
    background: #FF98D9;
}
.projectDetails .conetnt img{
    max-width: 100%;
}
/* 问答详情 */
.ask-content {
    width: 100%;
}
.ask-content .round {
    width: 30px;
    height: 30px;
    background: #E8199E;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 1000px;
}
.ask-content .my-Reply input{
    width: 638px;
    height: 44px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    line-height: 44px;
    background: #fff;
    outline:none;
    padding: 10px;
    box-sizing: border-box;
}
.ask-content .my-Reply input:focus{   
	border-color:#E8199E;
}
.ask-content .my-Reply button{
    width: 100px;
    height: 44px;
    background: #E8199E;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 44px;
    text-align: center;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.ask-content .Avatar{
    width: 40px;
    height: 40px;
}
.ask-content .ask-item{
    border-bottom: 1px solid #d2d2d2;
}
/* 分页 */
.page{
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
}
.page .page-butt:nth-child(1){
    border-right: 1px solid #d2d2d2;
}
.page .page-butt{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.page  li{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    border-right: 1px solid #d2d2d2;
}
.page  li.active{
    color: #fff;
    background:#E8199E;
}
.page  li.active a{
    color: #fff;
}