@charset 'UTF-8';
#eqm-select-wrapper {
    margin-top: 14px;

}

#eqm-select-wrapper .eqm-web-path {
    color: #636363;
    font-size: 12px;
}

#eqm-select-wrapper .eqm-content .options {
    margin-top: 40px;
    margin-bottom: 20px;
}

#eqm-select-wrapper .eqm-content .options .type {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 40px;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 13px;
    box-sizing: border-box;

}

#eqm-select-wrapper .eqm-content .options .selected {
    position: relative;
    color: #f22d2d;
    font-weight: bold;
    border-bottom: 2px solid #f22d2d;
}

#eqm-container {
    width: 100%;
}
#eqm-container .eqm-content{
    margin: 0 auto;
    padding-bottom: 40px;
}
#eqm-container .eqm-content .eqm-main{
    width: 850px;
    float: left;
}
#eqm-container .eqm-content .eqm-right-bar{
   float: right;
    width: 300px;
}
.eqm-content .eqm-right-bar .title{
    font-size: 16px;
    line-height: 16px;
    border-left: 6px solid #f22d2d;
    height: 16px;
    text-indent: 2px;
}
.eqm-content .eqm-right-bar .pic{
    width: 100%;
    overflow: hidden;
}
.eqm-content .eqm-right-bar .pic li{
    margin-top: 14px;
    width: 100%;
    height: 209px;
}
.eqm-content .eqm-right-bar .pic li a {
	display: block;
	width: 100%;
	height: 100%;
}
#eqm-container .eqm-content .eqm-main .hot-news{
    width: 100%;
    margin-bottom: 40px;
}
#eqm-container .eqm-main .hot-news .pic{
    float: left;
    width: 280px;
    height: 200px;
    overflow: hidden;
}
#eqm-container .eqm-main .hot-news .infoWrapper{
    float: left;
    margin-left: 20px;
    width: 550px;
    position: relative;
    height: 200px;
    padding-top: 26px;
    box-sizing: border-box;
}
#eqm-container .eqm-main  .infoWrapper .title{
    font-size: 18px;
    font-weight: bold;
    
}
#eqm-container .eqm-main  .infoWrapper .abstract{
    color: #636363;
    width: 100%;
    -webkit-line-clamp: 3;
    max-height:60px !important;
    line-height: 20px;
    margin-top: 20px;
}
#eqm-container .eqm-main  .infoWrapper .more{
    position: absolute;
    bottom: 15px;
    width: 86px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #ff4d46;
    border-radius: 13px;
    color: #ff4d46;
    text-align: center;
}
#eqm-container .eqm-main .content-list{
    width: 100%;
}
#eqm-container .eqm-main .content-list li{
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    height: 104px;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}

#eqm-container .content-list li .abstract,#eqm-container  .content-list li .time{
    color: #636363;
}
#eqm-container .eqm-main .content-list li .title{
    font-weight: bold;
    vertical-align: middle;
}
#eqm-container .eqm-main .content-list li .abstract{
    margin: 8px 0 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}


/* 詳情頁 */


#eqm-container .eqm-content .eqm-main .titleWrap{
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 60px;
}
.eqm-content .eqm-main .titleWrap .title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
}
.eqm-content .eqm-main .titleWrap p{
    text-align: center;
}
.eqm-content .eqm-main .titleWrap span{
    color: #663366;
}
.eqm-content .eqm-main .titleWrap .publish-time{
    margin-right: 30px;
}
#content{
    width: 100%;
    padding-top:30px;
    padding-bottom: 40px;
    overflow: hidden;
    min-height: 500px;
    border-bottom: 1px solid #d2d2d2;
    
}

#prev-next-wrap{
    margin-top: 20px;
    margin-bottom: 120px;
}
#prev-next-wrap a{
    color: #636363;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#prev-next-wrap .prev{
    float: left;
    text-align: left;
}
#prev-next-wrap .next{
    float: right;
    text-align: right;
}