a {
    text-decoration: none;
    color: #333333;
}
body {
    font-size: 14px;
    background: #ffffff;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
.comm-wrapper {
    position: relative;
    width: 1260px;
    height: auto;
    margin: 0 auto 50px;
}
.crumbs_box {
    padding: 25px 0;
}
.cate_left {
    width: 935px;
}
.cate_left .detail_top {
    border-bottom: 1px solid #D6D6D6;
}
.cate_left .detail_top h1 {
    font-size: 40px;
    color: #333333;
}
.detail_es {
    margin: 15px 0;
}
.detail_nt {
    float: left;
}
.detail_nt span {
    font-size: 15px;
    color: #000000;
}
.cont_box {
    position: relative;
    padding-left: 95px;
}
.for_fixed_cont {
    position: absolute;
    left: 0;
    width: 70px;
    border: 1px solid #EFEFEF;
    background: #fff;
}
.for_fixed_cont.fixed {
    position: fixed;
}
.add_vote_box>div {
    padding: 7px 0;
    border-bottom: 1px solid #EFEFEF;
    color: #253F8E;
    text-align: center;
    font-size: 12px;
}
.add_vote_box>div a {
    color: #253F8E;
}
.vote_box {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.vote_box .num {
    margin: 3px 0;
    font-size: 12px;
}
.zan,.cai {
    position: relative;
}
.zan:hover .vote_hover_tip,
.cai:hover .vote_hover_tip {
    display: block;
}
.vote_hover_tip {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background: #333333;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    display: none;
}
.zan .vote_hover_tip {
    bottom: 30px;
}
.zan .vote_hover_tip:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 8px solid transparent;
    border-top: 8px solid #333333;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}
.cai .vote_hover_tip {
    top: 30px;
}
.cai .vote_hover_tip:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #333333;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
}
.detail_share {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
}
.detail_share>span {
    font-size: 12px;
    color: #999999;
    vertical-align: 8px;
}
.detail_share ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.detail_share ul li {
    margin-bottom: 10px;
}
.detail_share ul li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
}
.detail_share ul li span.facebook {
    background-image: url("../images/common/facebook_v786c80.svg");
}
.detail_share ul li span.linkedin {
    background-image: url("../images/common/LinkedIn_v4fd04d.svg");
}
.detail_share ul li span.twitter {
    background-image: url("../images/common/twitter_va13991.svg");
}
.detail_share ul li span.weixin {
    background-image: url("../images/common/weixin_v48d5c1.svg");
}
.exhibition_add {
    display: flex;
    background: #EFF6FE;
    height: 80px;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}
.exhibition_add .item {
    width: 30%;
}
.exhibition_add .item p {
    color: #1F88E4;
    display: flex;
    align-items: center;
}
.exhibition_add .item p i {
    font-size: 25px;
    margin-right: 7px;
}
.exhibition_add .item div {
    font-size: 15px;
    font-weight: bold;
    color: #434A8F;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail_zhengwen {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 30px;
    word-break: break-word;
}
.detail_zhengwen a {
    color: #1470cc;
}
.detail_keyword {
    margin-top: 44px;
    display: flex;
}
.detail_keyword ul {
    margin-left: 5px;
}
.detail_keyword ul li {
    float: left;
    color: #5D77A8;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 10px;
    border-right: 1px solid #d6d6d6;
}
.detail_keyword ul a:last-child li {
    border-right: none;
}
.detail_keyword ul li:hover {
    color: #253F8E;
}

.detail_source {
    padding-top: 55px;
    color: #b6b6b6;
    font-size: 15px;
}
.ad {
    display: block;
    margin-top: 48px;
    width: 100%;
}
.other_news {
    padding-top: 55px;
    border-top: 1px solid #d8dde2;
    margin-top: 50px;
}
.other_news .items {
    display: flex;
    margin-bottom: 27px;
}
.other_news .items span {
    font-size: 16px;
    color: #999999;
    width: 80px;
    display: inline-block;
    line-height: 30px;
}
.other_news .items a {
    width: calc(100% - 80px);
    display: inline-block;
}
.other_news .items h3 {
    font-size: 23px;
    color: #333333;
    width: 100%;
    line-height: 35px;
}
.other_news .items h3:hover {
    text-decoration: underline;
}
.flex {
    display: flex;
}
.flex_b {
    justify-content: space-between;
}
.flex_c {
    align-items: center;
}
.commnent_box {
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}
.add_comment_box {
    height: 40px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 1px solid #D6D6D6;
}
.add_comment_box b {
    font-size: 15px;
}
.add_comment_box a {
    color: #1470CC;
    font-weight: bold;
}
.add_comment_box a span {
    background: #1470cc;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
}
.add_comment_box a i {
    font-size: 13px;
}
.editor {
    min-height: 200px;
}
.commnent_box .tox-tinymce {
    border: none;
}
.commnent_box .tox-statusbar {
    display: none!important;
}
.btn_box {
    border-top: 1px solid #d6d6d6;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.btn_box .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #d51a1c;
    cursor: pointer;
    border-radius: 5px;
}
.btn_box .btn_pink {
    background: #FCEFEF;
    cursor: not-allowed;
}
.btn_box .btn_red {
    background: #d51a1c;
    color: #FFFFFF;
}
.comment_level_1 {
    padding: 20px 0 0;
    border-bottom: 1px solid #d6d6d6;
}
.comment_level_1:last-child {
    border-bottom: none;
}
.comment_level_1>img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #f1f2f4;
}
.comment_level_1>a>img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #f1f2f4;
}
.comment_detail {
    padding-left: 10px;
    width: calc(100% - 45px);
}

.comment_person {
    height: 45px;
}
.comment_person b {
    font-size: 15px;
    color: #333333;
}
.comment_person .time {
    font-size: 13px;
    color: #999999;
    margin: 0 15px;
}
.comment_person a {
    color: #1470CC;
}
.comment_person span {
    color: #999999;
}
.comment_info .comment_cont {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    word-break: break-word;
}
.comment_info .comment_cont i{
    color: #999999;
    font-style: normal;
}
.comment_info .comment_cont a {
    color: #1470cc;
}
.comment_info .comment_cont img {
    max-width: 100%;
}
.comment_info .comment_cont.max {
    overflow: hidden;
    max-height: 500px;
}
.comment_level_2 .comment_cont.max {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-height: 72px;
    -webkit-line-clamp: 3;
}
.comment_info .commnent_box {
    display: none;
}
.comment_info .btn_box .btn_grey {
    width: 90px;
    margin-right: 5px;
    color: #777777;
    border-radius: 20px;
}
.comment_info .btn_box .btn_grey:hover {
    background: #F5F5F5;
}
.comment_info .btn_box .btn_red {
    width: 90px;
    margin-right: 5px;
    color: #FFFFFF;
    background: #d51a1c;
    border-radius: 20px;
}
.comment_info .btn_box .btn_red:hover {
    background: #B81C22;
}
.comment_cont a.more_comment_cont {
    color: #1470CC;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 24px;
    width: 100%;
    display: none;
    background: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,1));
    text-align: right;
}
.emoji-picker-icon {
    top: 10px;
}
.comment_bottom {
    padding: 15px 0;
}
.comment_bottom>div {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.comment_bottom .vote_box {
    flex-direction: row;
    line-height: 20px;
    width: unset;
}
.comment_bottom .vote_box .num {
    margin: 0 5px;
}
.comment_bottom>div>i {
    margin-right: 5px;
}
.reply,
.edit{
    cursor: pointer;
}
.reply_box {
    position: relative;
    width: calc(100% - 100px);
    margin-bottom: 10px;
    display: none;
}
.reply_box textarea {
    border: 1px solid #777777;
    width: 100%;
    padding: 10px;
    resize: none;
    font-family: Arial;
    line-height: 20px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.reply_box .reply_btn {
    height: 40px;
    border-radius: 20px;
    text-align: center;
    width: 90px;
    position: absolute;
    right: -100px;
    bottom: 0;
    line-height: 40px;
}
.reply_box .btn_pink {
    color: #d51a1c;
    background: #FCEFEF;
    cursor: not-allowed;
}
.reply_box .btn_red {
    background: #D51a1c;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}
.reply_box .btn_red:hover {
    background: #d51a1c;
    color: #FFFFFF;
}
.comment_level_2_box {
    border-top: 1px solid #d6d6d6;
    padding: 15px 0 0;
}
.comment_level_2>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f1f2f4;
}
.comment_level_2>a>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f1f2f4;
}
.comment_level_2 .comment_detail {
    width: calc(100% - 30px);
}
.comment_level_2 .comment_bottom {
    padding: 15px 0;
}
.comment_level_2 .comment_person {
    height: 30px;
}
.more_comment {
    height: 25px;
    border: 1px solid #1470CC;
    cursor: pointer;
    border-radius: 13px;
    background: #F3F8FC;
    color: #1470CC;
    line-height: 23px;
    text-align: center;
    width: 150px;
    margin-bottom: 15px;
    font-size: 12px;
    margin: 20px auto 0;
}
.comment_list>.more_comment {
    margin-top: 20px;
}
.no_comment {
    text-align: center;
    padding: 80px 50px 100px;
}
.no_comment img {
    width: 80px;
}
.no_comment p {
    font-size: 16px;
    margin-top: 40px;
}
.related_news {
    padding: 0 0 20px;
    margin-top: 35px;
}
.related_news .title {
    font-size: 20px;
    font-weight: bold;
    color: #D51a1c;
}
.related_news .swiper-container {
    margin-top: 20px;
    padding: 0 15px;
}
.related_news .swiper-slide {
    width: 200px;
    margin-right: 35px;
}
.related_news .swiper-slide .main_icon {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
    transform: translate(0,0);
    position: absolute;
    display: block;
}

.related_news .swiper-slide .img {
    width: 200px;
    height: 200px;
    border: 1px solid #d6d6d6;
}
.related_news .swiper-slide img {
    width: 190px;
    height: 190px;
    display: block;
    margin: 4px auto;
}
.related_news .swiper-slide .name{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.related_news .swiper-slide .price{
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
    color: #D51A1C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related_news .swiper-slide .supplier_name {
    font-size: 13px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}
.allIcon_main {
    display: inline-block;
    position:relative;
    cursor:pointer;
    line-height:20px;
    padding-right: 3px;
}
.related_news .swiper-slide span {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    display: inline-block;
}
.related_news .slide_btn {
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.3);
    z-index: 9;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
    border-radius: 50%;
}
.related_news .slide_btn:hover {
    background: rgba(0,0,0,1);
}
.related_news .slide_btn i {
    color: #ffffff;
    font-size: 15px;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}

.cate_right {
    width: 280px;
    padding-left: 30px;
    border-left: 1px solid #000000;
}
.m_t_30 {
    margin-top: 30px;
}
.pricetrade-box{
    width: 250px;
    height: 202px;
    background: url(../images/weekly_price/pic-2_v0ab839.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.pricetrade-box p.h2{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}

.pricetrade-box .white{
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 10px auto 0 auto;
}

.pricetrade-box .txt{
    margin: 10px 15px 0 15px;
    font-size: 12px;
    line-height: 18px;
}

.pricetrade-box .txtinput{
    width: 230px;
    height: 30px;
    margin: 20px auto 0 auto;
    border: 1px solid #aab7cc;
}

.pricetrade-box .txtinput input{
    border: none;
    width: 164px;
    height: 28px;
    float: left;
    padding-left: 10px;
    font-size: 13px;
    color: #555;
    outline: none;
}

.pricetrade-box .txtinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #AAB7CC;
    font-size: 12px;
}
.pricetrade-box .txtinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #AAB7CC;
    font-size: 12px;
}
.pricetrade-box .txtinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #AAB7CC;
    font-size: 12px;
}
.pricetrade-box .txtinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AAB7CC;
    font-size: 12px;
}
.pricetrade-box .txtinput .subbtn{
    display: inline-block;
    width: 64px;
    height: 28px;
    background: #aab7cc;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.ad_div img {
    width: 250px;
}
.common_right {
}
.common_right .title {
}
.common_right .title h2 {
    font-size: 22px;
}
.news {
    margin-top: 30px;
}
.news ul li {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
}
.news ul li {
    width: 100%;
    text-align: left;
    position: relative;
}
.news ul li p {
    line-height: 22px;
    max-height: 50px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 15px;
}
.news ul li p:hover {
    text-decoration: underline;
}
.news ul li span {
    color: #999999;
}
.extended {
    margin-top: 30px;
}
.extended ul {
    margin-top: 5px;
}
.extended ul li {
    display: flex;
    padding:  15px 0;
    border-bottom: 1px solid #d6d6d6;
}
.extended ul li img {
    width: 57px;
    height: 50px;
}
.extended ul li p {
    font-size: 15px;
    line-height: 22px;
    max-height: 66px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333333;
    text-align: left;
    margin-left: 10px;
    margin-top: -3px;
}

.news_ul {
    padding: 5px 0;
    margin-top: 10px;
    background: #f8f9fc;
}
.news_ul li {
    padding-left: 8px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.news_ul li.active {
    color: #5d77a8;
    font-weight: bold;
    background: #f2f3f9;
    border-left: 2px solid #5d77a8;
}
.subject {
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
}
.subject img {
    width: 100%;
    display: block;
}
.subject p {
    font-size: 16px;
    font-weight: bold;
}
.subject p:hover {
    text-decoration: underline;
}
.topic_ul {
    margin-top: 5px;
}
.topic_ul li {
    padding-left: 4px;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.topic_ul li b{
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.topic_ul li a:hover {
    color: #1470cc;
}
.topic_ul li:nth-child(1) b {
    color: #ff5300;
    font-weight: bold;
}
.topic_ul li:nth-child(2) b {
    color: #FF9000;
    font-weight: bold;
}
.topic_ul li:nth-child(3) b {
    color: #FFBA00;
    font-weight: bold;
}
.common_div_right .flex {
    display: flex;
    justify-content: space-between;
}
.common_div_right .flex span {
    width: 16px;
    height: 16px;
    background: #E7F0FA;
    color: #1470CC;
    display: block;
    text-align: center;
    line-height: 16px;
}
.common_div_right .flex span i{
    font-size: 12px;
}
.echart_item {
    border: 1px solid #d6d6d6;
    padding: 5px;
    margin-top: 12px;
}
.echart_item div {
    font-size: 14px;
}
.echart_item p {
    font-size: 13px;
}
.echart_item p span {
    color: #777777;
}
.echart_item .echart_box {
    padding-top: 62%;
    border-top: 1px solid #E6E6E6;
    position: relative;
    margin-top: 5px;
}
.echart_item .echart {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.common_ul li {
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
}
.common_ul li p {
    font-size: 15px;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
}
.common_ul li .date {
    font-size: 14px;
    color: #777777;
    margin-top: 5px;
}

.hot_search{
    margin-top: 35px;
}
.hot_search dt{
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #A4A4A4;
    line-height: 1;
}
.hot_search dd a{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    line-height: 1;
}
.hot_search dd a:hover{
    color: #333333;
}
.index_footer {
    margin-top: 50px;
}
.electronic_journal li {
	margin-top: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #999999;
}
.electronic_journal li:first-child {
	margin-top: 0;
}
.electronic_journal .img_box {
	position: relative;
	width: 198px;
	height: 268px;
}
.electronic_journal .img_box .main_pic {
	width: 198px;
	height: 268px;
	cursor: pointer;
}
.electronic_journal .img_box .time_icon {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 17px;
}
.electronic_journal h3 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
}
.electronic_journal h3:hover {
	text-decoration: underline;
}
.electronic_journal .product_des {
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-word;
}
.electronic_journal .date {
	margin-top: 10px;
	font-size: 14px;
	color: #777777;
	line-height: 18px;
}
.electronic_journal .date span {
	color: #333333;
}
.electronic_journal .supplier {
	margin-top: 8px;
	font-size: 14px;
	color: #777777;
	line-height: 18px;
}
.electronic_journal .supplier a {
	color: #1470cc;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
    margin-right: 20px;
}
.for_exhibition {
    margin-bottom: 20px;
}
.for_exhibition img{
    height: 60px;
}
.for_exhibition .ex_name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
}
.for_exhibition .ex_time {
    font-size: 14px;
    color: #777777;
    margin-top: 7px;
}
.for_exhibition .ex_time p {
    margin-top: 5px;
}
.for_exhibition .ex_time p i {
    font-size: 15px;
}
.add_departline {
    border-top: 1px dashed #000000;
    margin-top: 50px;
}
.ex_cate {
    height: 25px;
    line-height: 25px;
    background: #EFF6FE;
    padding: 0 5px;
    font-style: italic;
    color: #1F88E4;
    margin-top: 7px;
}
.ex_cate:hover {
    background: #1F88E4;
    color: #EFF6FE;
}
.related_exhibition_new {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.related_exhibition_new .title {
    font-size: 20px;
    color: #D51a1c;
}
.related_exhibition_new ul{
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
}
.related_exhibition_new ul li{
    border-bottom: 1px solid #d6d6dd;
    padding-bottom: 18px;
}
.related_exhibition_new ul li a {
    font-size: 16px;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    margin-bottom: 10px;
}
.previous_review {
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #D6D6D6;
}
.previous_review .title {
    font-size: 20px;
    color: #D51a1c;
}
.previous_review .cont {
    display: flex;
    margin-top: 15px;
}
.previous_review .cont .img {
    width: 350px;
    height: 210px;
    border: 1px solid #f1f1f1;
    position: relative;
}
.previous_review .cont .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 190px;
    max-width: 330px;
}
.previous_review .cont ul {
    margin-left: 15px;
}
.previous_review .cont ul li {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;
}
.previous_review .cont ul li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    vertical-align: 3px;
}




