@import "less/news.less";

/* news page */

#list-news {}

#list-news .item {
    margin-bottom: 30px;
}

#list-news .item .img {}

#list-news .item .img img {
    width: 100%;
}

#list-news .item .desc {}

#list-news .item .desc h2 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 0px;
}

#list-news .item .desc h2 a {
    color: #008fd5;
    text-decoration: none;
    transition: all 0.5s ease;
}

#list-news .item .desc h2:hover a {
    color: #FBB017;
}

#list-news .item .desc .date {
    font-size: 13px;
    font-style: italic;
    color: #41ADC9;
    margin-bottom: 10px;
}

#list-news .item .desc .inner-desc {}

.box_containerlienhe {
    /* padding:5px; */
    /* padding-top:0; */
    color: #000;
    background: #fff;
    padding-top: 0;
}

.box_containerlienhe .info-desc {
    padding: 25px 0;
    text-align: center;
}

.box_containerlienhe .info-desc .name {
    font-family: Avo_bold;
    text-transform: uppercase;
    color: #363636;
    font-size: 16px;
    margin-bottom: 10px;
}

.box_containerlienhe .info-desc .info {
    font-family: avo;
    font-size: 16px;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.box_containerlienhe h2 {
    /* margin:0; */
}

.box_containerlienhe .header {
    margin-bottom: 20px;
}

.box_containerlienhe .header .name h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.box_containerlienhe .left-position-link {
    position: absolute;
    bottom: 55px;
    left: 42%;
}

.box_containerlienhe .left-position-link a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #FFFFFF;
    padding: 6px 15px;
    color: #333 !Important;
    border: 1px solid #333;
}

.box_containerlienhe .left-position-link a:hover,
.box_containerlienhe .left-position-link a:active {
    background: #444B59;
    text-decoration: none;
    border: 1px solid #fff;
}

.box_containerlienhe .header .name h3 a {
    color: #394752;
}

.box_containerlienhe .header .name h3 a:hover {}

.box_containerlienhe .header .name .tool {
    /* margin-top: 25px; */
    color: #9BA4AB;
    position: absolute;
    font-size: 13px;
    bottom: 5px;
}

.box_containerlienhe .header .name {
    float: left;
    height: 62px;
    margin-left: 5px;
    position: relative;
    min-width: 200px;
    padding: 5px 0;
    width: 80%;
}

.box_containerlienhe .date {
    /* float: left; */
    /* width: 62px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* background-color: #394752; */
    /* color: #fff; */
    font-size: 12px;
    font-style: italic;
    /* margin-right: 10px; */
    /* padding: 14px 0; */
    /* position: absolute; */
    /* left: 0px; */
}

.box_containerlienhe .fix-title {
    /* margin-left:106px; */
}

.box_containerlienhe .box_new {
    padding: 5px 15px;
    float: left;
    border-bottom: 1px dotted #A0A0A4;
}

.box_containerlienhe .box_new:last {
    border-bottom: none;
}

.box_containerlienhe .box_new h1 a {
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    margin: 5px;
}

.box_containerlienhe .box_new h1 a:hover {
    color: #F00 !important;
}

.box_containerlienhe .othernews h1 {
    color: #d31158;
}

.box_containerlienhe .othernews ul {
    list-style: none;
    margin-top: 10px;
}

.box_containerlienhe .othernews ul li {
    padding: 3px 10px 3px 40px;
}

.box_containerlienhe .othernews ul li a {
    color: #d31158;
    background;
    url(../images/bg_tieude.png)no-repeat left 0;
}

.box_containerlienhe .othernews ul li a:hover {
    color: #D40000;
}

.wrap-box-newsimg {
    max-width: 100%
}

.wrap-box-news {
    color: #333;
    margin: 10px 0;
}

.wrap-box-news .news-item .thumb img {
    margin: auto;
}

.wrap-box-news .news-item .thumb {
    margin-bottom: 10px;
    text-align: center;
}

.wrap-box-news .news-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    /* padding-left: 80px; */
}

.wrap-box-news .news-item a.title {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: utm_swissblack;
}

.wrap-box-news .news-item a {
    color: #000;
}

.wrap-box-news .news-item a:hover {
    text-decoration: none;
    color: #000 !important;
}

.news-content img {
    max-width: 100%
}

.news-content .download-wrapper {
    padding: 7px 10px;
    border: 1px solid #ccc;
    background: #F7F7F7;
    margin: 5px 0;
}

.news-content .download-wrapper a:hover {
    text-decoration: none;
    color: #00AD00
}

.news-content .download-wrapper a {
    font-size: 17px;
}

.news-content .download-wrapper a i {}

.news-content .content * {}

.news-content .content {
    max-width: 100%;
    height: auto;
}

.news-content {
    border-radius: 0;
    /* margin-top: 30px; */
    background: #fff;
    /* border: 1px solid rgba(204, 204, 204, 0.75); */
}

.news-content .header h2,
.news-content .header h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    margin-bottom: 7px;
}

.news-content .header .date {
    font-style: italic;
    font-size: 13px;
}

.news-content .description {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
}

.news-content .other-news ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

i.dot {
    background-color: #444B59;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 2px;
}

i.line {
    background-color: #444B59;
    width: 7px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 4px;
}

#right-nav-navigation {
    top: 5px;
}

#right-nav-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#right-nav-navigation ul li {
    margin: 3px 0;
    font-size: 16px;
}

#right-nav-navigation ul ul {
    margin-left: 10px;
}

#right-nav-navigation ul li a {
    color: #444B59;
}

#right-nav-navigation ul li a:hover {
    text-decoration: none;
    color: #31353E
}

#right-nav-navigation section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#right-nav-navigation .content.news {}

#right-nav-navigation .content.news ul {}

#right-nav-navigation .content.news ul li {
    margin: 15px 0;
}

#right-nav-navigation .content.news ul li .date {
    font-size: 12px;
    font-style: italic;
}

#right-nav-navigation .content.news ul li .name {}

#right-nav-navigation .content.news ul li .name h3 {
    margin: 0;
    font-size: 15px;
}

#right-nav-navigation .content.news ul li .name h3 a {
    color: #444B59;
    font-weight: bold;
}

#right-nav-navigation .content.news ul li .name h3 a:hover {
    color: #31353E
}

#right-nav-navigation .content.news ul li .desc {
    text-align: justify;
    font-size: 90%;
}

.item-news {
    margin-bottom: 60px;
}

.item-news .left-tool {
    float: left;
    width: 90px;
    margin-left: -97px;
}

.item-news .left-tool .date {
    width: 80px;
    background: #fff;
    text-align: center;
    font-size: 2em;
    padding: 13px 0;
    margin-bottom: 15px;
}

.item-news .left-tool .date span {
    display: block;
    font-size: 0.4em;
}

.item-news .left-tool .type {
    width: 80px;
    background: #fff;
    text-align: center;
    font-size: 2em;
    padding: 0;
    margin-bottom: 15px;
}

.item-news .left-tool .type img {
    width: 40%;
}

.item-news .left-tool .type img.image {
    padding: 30% 0;
}

.item-news .left-tool .type img.video {
    padding: 32% 0;
}

.item-news .left-tool .type object {
    width: 38px;
}

.item-news .right-content {
    width: calc(94%);
    float: right;
    margin-right: 6%;
}

.item-news .right-content .image-wrap {
    position: relative;
}

.item-news .right-content .image-wrap i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 100px !important;
    color: #fff;
}

.item-news .right-content .image-wrap img {
    max-width: 100%;
    width: 100%;
}

.item-news .right-content .desc-news {
    background: #fff;
    padding: 8% 8% 5%;
}

.item-news .right-content .desc-news h3 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.detail_content h3 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.item-news .right-content .desc-news h3 a {}

.item-news .right-content .desc-news h3:hover a {}

.item-news .right-content .desc-news .inner {
    color: #77787b;
    font-size: 1em;
    font-family: SFUDinLight;
    line-height: 120%;
}

.item-news .right-content .desc-news .inner a {
    margin-top: 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.item-news .right-content .desc-news .inner a:hover {}

.right-category {}

.right-category .title {
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 10px;
}

.right-category .content {}

.right-category .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-category .content ul li {
    position: relative;
}

.right-category .content > ul > li {
    border-top: 2px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-news ul li{
	padding:5% 0 !important;
	
}
.list-news ul li a{
	font-size: 1.2em !important;
	line-height: 120%;
    color: #77787b !important;
}



.right-category .content ul li i {
    position: absolute;
    top: 3px;
    right: 0;
}

.right-category .content ul li a {
	font-size: 1.5em;
}

.right-category .content ul li ul li a {
	font-size: 1.2em;
}

.right-category .content ul li:hover > a {}

.right-category .content ul li a i {}

.right-category .content ul li ul {}

.right-category .content ul li ul li {
    padding: 3px 0 3px 22px;
    position: relative;
}

.right-category .box-hot {
    margin-top: 40px
}

.right-category .content ul li ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #888;
    position: absolute;
    left: 10px;
    top: 10px;
}

.right-category .content ul li ul li a {
	color: #77787b;
}

.right-category .list-news li {
    border: 0 !important
}

.more-news {}

.more-news .title_related {
    padding: 24px 0;
}

.more-news .item-news-copy {}

.more-news .item-news-copy .desc {
    max-height: 85px;
    padding: 10%;
    background: #fff;
    height: 85px;
}

.more-news .item-news-copy .desc h4 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 16px;
    max-height: 40px;
}

.more-news .item-news-copy .desc h4 a {}

.more-news .item-news-copy .desc h4:hover a {
    text-decoration: none;
}

@media(max-width:768px) {
    .item-news .left-tool {
        width: 100%;
        float: none;
    }
    .item-news .left-tool .date {
        display: inline-block;
        font-size: 13px;
        padding: 5px;
        width: auto;
    }
    .item-news .left-tool .date span {
        font-size: 10px;
    }
    .item-news .left-tool .type {
        display: inline-block;
        margin-left: 5px;
    }
    .item-news .left-tool .type object {
        width: 22px;
    }
    .item-news .right-content {
        width: 100%;
		margin-right: 0;
    }
	.item-news .left-tool {
		float: left;
		width: 90px;
		margin-left: 0;
	}
    .item-news {
        margin-bottom: 20px
    }
    .item-news .right-content .desc-news h3 {
        font-size: 18px;
        line-height: 25px
    }
}