
:root {
    --main-color: #214661;
    --second-color: #1590ff;
}

html, body {
}

.containerBg.news-detail {
    padding: 0 15px;
}

* {
    font-family: "å¾®è½¯é›…é»‘";
}

a:hover {
    text-decoration: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding-right: 0;
}

#q {
    border: 1px solid var(--second-color);
}

ul, li {
    list-style: none;
}

.item a {
    display: block;
    float: left;
    background: #deedff;
    height: 180px;
    margin-right: 10px;
    width: 225px;
    text-align: center;
    line-height: 120px;
    color: #999;
    font-size: 24px;
    position: relative;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%;
    height: 130px;
}

.item a p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.28);
    margin: 0;
    color: #fff;
    text-align: center;
    /*line-height: 20px;*/
    font-size: 16px;
    padding: 5px 10px;
}

.item a.left, .item a.right {
    width: 6%;
    margin: 0;
}

.item a.right {
    float: right !important;
}

.item a:hover {
    text-decoration: none;
    color: var(--second-color);
}

.item a.smallThan720 {
    float: none;
    margin-top: 20px;
    width: 90% !important;
}

#myCarousel {
    width: 100%;
}

/*.carousel-control.left{*/
/*background: url(../images/leftone.png) no-repeat left center;*/
/*}*/
/*.carousel-control.right{*/
/*background: url(../images/rightone.png) no-repeat right center;*/
/*}*/
/*.carousel-inner{*/
/*width: 920px;*/
/*margin: 0 auto;*/
/*}*/
.item {
    overflow: hidden;
}

.title {
    font-family: 'Pacifico', cursive;
    margin: 0;
    /*margin-bottom: 35px;*/
    display: block;
    height: 90px;
    line-height: 90px;
    /*font-size: 32px;*/
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 10px 0px;
    /*background: url(../images/sep.png) no-repeat bottom center;*/
}

.leftTitle {
    line-height: 30px;
    color: #333;
    font-size: 18px;
    border-left: 3px solid var(--second-color);
    padding-left: 10px;

}

.dataTag ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.dataTag ul li {
    /* border-right: 1px solid #d7d7d7;
    width: 158px; */
    margin: 2px;
    margin-left: 10px;
    font-size: 14px;
    float: left;
    text-align: center;
    padding-right: 4px;
    padding-top: 15px;
}

.dataTag ul li span {
    margin-left: 5px;
}

.dataTag ul li a {
    display: block;
    /*color: #7e7e7e;*/
    /*text-decoration: underline;*/
}

.dataTag ul li a:hover {
    color: var(--second-color);
}

.dataOther ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.dataOther ul li {
    /* border-right: 1px solid #d7d7d7;  */
    /* width: 150px; */
    text-transform: capitalize;
    height: 31px;
    margin: 2px;
    font-size: 14px;
    float: left;
    text-align: center;
    /* padding-right: 4px; */
    /* padding-top: 5px; */
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 5px 8px;
    background: rgba(243, 243, 243, 0.4);
}

.dataOther ul li a {
    /* min-height: 50px; */
    border-bottom: 1px solid #d7d7d7;
    display: block;
    color: #7e7e7e;
    padding-bottom: 5px;
}

.dataOther ul.last li a {
    border: none;
}

.dataOther ul li a:hover {
    color: var(--second-color);
}

.dataOther ul li a:hover {
    text-decoration: none;
}

.dataOther ul li.special {
    padding-top: 5px;
}

.dataOther ul li.special a {
    padding-bottom: 5px;
}

.dataOther ul.last {
    margin-bottom: 30px;
}

.borderBottom {
    border-bottom: 3px solid #f8f8f8;
    padding-bottom: 10px;
}

.borderBottom .row .thumbnail {
    border: none;
    padding-top: 20px;
}

.borderBottom .row .caption {
    height: 76px;
}

.aBox {
    overflow: hidden;
    margin-bottom: 10px;
}

.kw_wrapper {
    float: left;
    width: 20%;
    margin: 5px 0;
    padding-right: 10px;
}

.aBox a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    background: #f3f3f3;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 0 5px;
}

.aBox a:nth-child(6n) {
    margin-right: 0;
}

.aBox a:hover {
    text-decoration: none;
    color: var(--second-color);
    border: 1px solid #ccc;
}

.newDataList {
    overflow: hidden;
    margin-bottom: 30px;
}

.newDataList img {
    float: left;
    margin-right: 20px;
}

.dataContent {
    float: left;
    width: calc(100% - 110px);
}

.dataContent div {
    overflow: hidden;
}

.dataContent div h6 {
    width: calc(100% - 110px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000;
    height: 24px;
}

.dataContent div h6 a {
    color: #7e7e7e;
}

.dataContent div h6 a:hover {
    color: var(--second-color);
}

.dataContent div span {
    float: right;
    color: #666666;
}

.dataContent p {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 70px;
}

.newOne div {
    background: url(../images/add1.png) no-repeat left center;
    background-size: 15px;
    text-indent: 10px;
}

.topOne .topTitle {
    color: var(--second-color);
    font-size: 18px;
    border: 1px solid #b9d7fb;
    line-height: 40px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #deedff;
    padding-left: 20px;
}

.topOne h6.topTitle {
    margin-top: 20px;
}

.topOne ul {
    padding: 0;
    margin: 0;
}

.topOne ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #CCCCCC;
    padding-left: 20px;
}

.topOne ul li a {
    color: #333333;
}

.topOne ul li:hover a {
    color: var(--second-color);
}

.topOne img {
    width: 100%;
}

.topOne p {
    margin: 0;
    line-height: 25px;
    color: #666666;
}

.alertf {
    color: #333;
    background-color: #eaeaea;
    border-color: #dad7d7;
}

.second-color {
    color: var(--second-color);
}

.searchList .rightOne {
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px dashed #999;
}

.searchListTitle{
    color: #337ab7;!important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.rightOne img {
    height: 6em;
    width: 8em;
    border: 1px solid #999;
    padding: 1px;
}

.rightOne ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rightOne h4 {
    font-size: 1.3em;
    color: #333333;
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 24px;*/
}

.searchList p {
    margin: 0 auto;
}

.searchList .info {
    margin: 0 auto;
}

.rightOne ul li {
    float: left;
    margin-right: 15px;
    min-width: 100px;
    color: #999;
}

.rightOne ul li img {
    width: 15px;
    height: 15px;
}

.rightOne span {
    /*display: block;*/
    height: 20px;
    margin-top: 5px;
    /*background: url(../images/divider.png) no-repeat left center;*/
}

.rightOne .more {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    background: var(--second-color) url(../images/arrow.png) no-repeat 25px center;
    /*margin-top: 20px;*/
}

.rightOne p {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 90px;
}

.rightOne .more:hover {
    background: #d83a3f url(../images/arrow.png) no-repeat 25px center;
}

.contentList {
    margin-bottom: 30px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--second-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page {
    margin-top: 30px;
    clear: both;
}

.breadcrumb {
    /*padding: 11px 15px;*/
    /*margin-left: 15px;*/
}

/*æ–°é—»*/
.news_list .container-fiuled.full {
    padding: 0px 0px;
}

.news_list h1, .news_list h2, .news_list h3, .news_list h4, .news_list h5 {
    letter-spacing: 0.8px;
    font-family: 'Roboto Slab', serif;
}

.news_list .title-small span {
    position: relative;
}

.news_list .listing-item {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.news_list .year {
    color: #555555;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-bottom: 10px;
}

.news_list .company {
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #ececec;
    color: #cccccc;
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
}

.news_list .job {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list .text-detail {
    margin-top: 20px;
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}

.news_list .text-detail p {
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 34px;
    font-weight: 300;
    color: #999999;
}

.news_list .wrap-card {
    position: relative;
    box-shadow: 0px 0px 0px var(--second-color);
    box-shadow: 0px 0px 0px;
    transition: all 0.2s ease 0s;
    -webkit-transform: translateY(0px) translateX(0px);
    -o-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
}

.news_list .wrap-card:before,
.news_list .wrap-card:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background: var(--second-color);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: all 0.2s ease;
    z-index: 1;
}

.news_list .wrap-card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
}

.news_list .wrap-card:after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
}

.news_list .wrap-card:hover {
    box-shadow: 20px 20px 0px #ccc;
    -webkit-transform: translateY(-10px) translateX(-10px);
    -o-transform: translateY(-10px) translateX(-10px);
    -moz-transform: translateY(-10px) translateX(-10px);
    -ms-transform: translateY(-10px) translateX(-10px);
    transition: all 0.2s ease 0.4s;
}

.news_list .wrap-card:hover:after,
.news_list .wrap-card:hover:before {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.news_list .card {
    background: #f6f6f6;
    padding: 20px 30px 30px;
    margin-bottom: 30px;
    border: 0px solid rgba(129, 129, 129, 0.1);
    height: 200px;
}

.news_list .card:before,
.news_list .card:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    background: var(--second-color);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transition: all 0.2s ease 0.2s;
}

.news_list .card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 100%;
}

.news_list .card:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
}

.news_list .card:hover:after,
.news_list .card:hover:before {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
}

.news_list h2.title {
    color: #333333;
    /*font-size: px;*/
    /*font-weight: ;*/
    margin: 0 auto -8px;
    padding-bottom: 22px;
    text-transform: uppercase;
    width: 190px;
    position: relative;
    text-align: center;
}

.news_list p.desc {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #8c8c8c;
    margin: 0px auto;
    margin-bottom: 47px;
}

.news_list .form-control::-webkit-input-placeholder {
    text-indent: 10px;
    -webkit-transition: text-indent 0.4s ease-in;
    transition: text-indent 0.4s ease-in;
}

.news_list .form-control:focus::-webkit-input-placeholder {
    text-indent: 999px;
}

.news_list .met_pager {
    margin-top: 20px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
}

.news_list .met_pager * {
    display: inline-block;
}

.news_list .met_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    background: #fff;
    text-align: center;
    color: #76838f;
}

.news_list .met_pager a:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.news_list .met_pager a.NextA {
    border-right: 1px solid #e4eaec;
}

.news_list .met_pager .PreSpan,
.news_list .met_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    color: #ccd5db;
    cursor: default;
}

.news_list .met_pager .firstPage,
.news_list .met_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px;
}

.news_list .met_pager a.Ahover {
    border-color: var(--second-color);
    background: var(--second-color);
    color: #ffffff;
    cursor: default;
}

.news_list .met_pager a.Ahover:hover {
    border-color: var(--second-color);
    background: var(--second-color);
    color: #ffffff;
}

.news_list .met_pager a {
    text-decoration: none;
}

.news_list .met_pager a:active,
.news_list .met_pager a:focus,
.news_list .met_pager a:hover {
    text-decoration: none;
}

.news_list .met_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa;
}

.news_list .met_pager input {
    display: none;
}

.news_list .met_pager .firstPage,
.news_list .met_pager .lastPage {
    height: auto;
    line-height: inherit;
}

.news_list .pager li {
    width: 49%;
    display: inline-block;
}

.news_list .pager li a {
    max-width: 100%;
}

.news_list #met-pager-btn {
    border-color: var(--second-color);
    background-color: var(--second-color);
}

.news_list dl, .news_list ol, .news_list ul {
    margin-top: 0;
    padding: 0;
}

/*.news_list{*/
/*margin-left: 10px;*/
/*}*/
.breadcrumb {
    background: #deedff;
    margin-top: 10px;
}

.leftBox {
    border: 1px solid #E6E6E6;
    padding-bottom: 15px;
}

.about .aboutBox {
    padding-left: 15px;
}

.about .aboutBox h3 {
    font-size: 18px;
    font-weight: bold;
}

.about .aboutBox p {
    text-align: justify;
}

.about .aboutBox ul {
    padding: 0;
}

.about .aboutBox ul li {
    list-style: disc;
    margin-left: 15px;
}

.about img {
    width: 100%;
    margin-bottom: 20px;
}

.news_list_detail.met-shownews {
    padding: 30px 0;
}

.news_list_detail.met-shownews .met-shownews-body {
    background: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.news_list_detail {
    padding: 40px 0px;
}

.news_list_detail.met-shownews .met-shownews-body .row {
    margin: 0;
}

.news_list_detail .met-shownews-content {
    padding: 0px 20px;
    margin: 10px;
}

/* .news_list_detail .details-title {
    padding: 20px;
} */

.news_list_detail .details-title h1 {
    font-size: 30px;
    color: #333;
    /* margin: 10px 0; */
    text-align: center;
}

.news_list_detail .details-title .info {
    font-size: 16px;
    color: #a3afb7;
}

.news_list_detail .details-title .info span {
    padding-right: 10px;
}

.news_list_detail .met-editor {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}

.news_list_detail img {
    width: 100%;
    margin-bottom: 20px;
}

.sidebar-column {
    padding: 0;
}

.sidebar-column li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #E6E6E6;
    padding-left: 10px;
    font-size: 12px;
}

.sidebar-column li a {
    color: #333333;
}

.sidebar-column li:hover a {
    color: var(--second-color);
}

.sidebar-column li.first {
    background: #deedff;
    height: 40px;
    line-height: 40px;
    color: var(--second-color);
    font-size: 16px;
    font-weight: bold;
}

.sidebar-column {
    margin-top: 30px;
}

.recommend h3 {
    background: #deedff;
    height: 40px;
    line-height: 40px;
    color: var(--second-color);
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}

/*#accordion{*/
/*position: fixed;*/
/*width: 220px;*/
/*}*/
#accordion .panel {
    padding-bottom: 5px;
}

#accordion .list-group-item {
    border: 0px solid #E6E6E6;
    border-bottom: 1px dashed #e6e6e6;
    padding: 3px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;

}

.list-group-item a {
    color: #333333;
    display: block;
}

.list-group-item:hover {
    background: #EFEFEF;
}

.dataListOne {
    background: #EEEEEE;
    padding: 10px;
    margin-bottom: 30px;
    height: 280px;
    box-shadow: 0px 0px 10px #999;
    position: relative;
}

.dataListOne a {
    display: block;
    border: 1px solid var(--second-color);
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: var(--second-color);
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.dataListOne i {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 20px;
    min-width: 100px;
    height: 25px;
    font-style: normal;
    background: url(../images/icon_2.png) no-repeat 5px center;
    text-indent: 32px;
    line-height: 25px;
    background-size: 20%;
}

.dataListOne:hover a {
    background: var(--second-color);
    color: #FFFFFF;
    border: 1px solid var(--second-color);
}

.dataListOne span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.dataListOne:hover {
    box-shadow: 0px 0px 20px #999;
}

.dataListOne img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.dataListOne p {
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 20px;
    max-height: 60px;
}

.specialList {
    overflow: hidden;
}

.specialList img {
    float: left;
    width: 200px;
    height: 120px;
    margin-right: 15px;
    border: 1px solid #cdcdcd;
    padding: 1px;
}

.leftSpecial .met-editor img {
    width: 310px;
    height: 185px;
    border: 1px solid #cdcdcd;
    padding: 3px;
}

.specialList p.des {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
    max-height: 70px;
}

.specialList {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.specialList h4 {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}

.leftSpecial h2 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.leftSpecial {
    background: #EFEFEF;
    margin-top: 30px;
    padding: 15px 10px;
}

.leftSpecial h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    height: 3px;
    width: 100px;
}

.met-editor img {
    margin-bottom: 15px;
}

.met-editor span {
    color: #333;
    /* font-weight: bold; */
}

.met-editor p {
    line-height: 30px;
    color: #222c31;
}

.met-editor p:last-of-type {
    border: none;
}

.info a {
    color: var(--second-color);
    float: right;
    font-size: 14px;
    /*padding: 5px 10px;*/
    border: 1px solid var(--second-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.info a:hover {
    color: #FFFFFF;
    background: var(--second-color);
    text-decoration: none;
    border: 1px solid transparent;
}

.info a:nth-child(4) {
    margin-right: 10px;
}

.info i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.info span {
    line-height: 25px;
    vertical-align: top;
    /*width: 100px;*/
    margin-right: 20px;
}

.details-title span {
    display: block;
    width: 100%;
    text-align: center;
}

.info i.time {
    background: url(../images/watch.png) no-repeat center;
    background-size: 90%;
}

.info i.eyes {
    background: url(../images/shape.png) no-repeat center;
    background-size: 90%;
}

.info i.download {
    background: url(../images/shape7.png) no-repeat center;
    background-size: 90%;
}

.info i.source {
    background: url(../images/source.png) no-repeat center;
    background-size: 100%;
}

.red {
    color: #fff;
    background-color: var(--second-color);
}

.lakeblue {
    color: #fff;
    background-color: #1279a0;
}

.special_list .thumbnail p {
    text-align: center;
}

.special_list .special_item a {
    min-height: 250px;
}

/*
    data/tab page css
*/
.media-list {
    padding: 5px 0px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.media-list h4z {
    font-size: 1.3em;
}

.media-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
}
