* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/***********************BigListStyle**********************/
.BigListStyle {
    margin: 0 0 15px 0;
}
.BigListStyle .head {
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 320px;
}
.BigListStyle .title {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.BigListStyle .article-list {
    margin:10px 0 0;
    text-align:justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.BigListStyle .article-list .item.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 20px;
}
.BigListStyle .article-list .item.first .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.BigListStyle .article-list .item.first a.name {
    font-weight: bold;
    font-size:14px;
    display:inline-block;
    padding:10px 0;
}
.BigListStyle .article-list a.name:hover, .BigListStyle a.btn.btn-detail:hover, .BigListStyle .paging a:hover {
    color:#df2e09;
}
.BigListStyle .article-list .item.first a.img img {
    width: 100%;
}
.BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .article-list .list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.BigListStyle .article-list .list .item a.img{
    float:left;
}
.BigListStyle .article-list .list .item a.img img {
    width: 95px;
    height: 65px;
    margin-right:10px;
}
.BigListStyle .article-list .list .item a.name {
    font-size:14px;
}
.BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.BigListStyle .article-list .list .item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .paging {
    font-size: 14px;
    display: none;
    margin: 10px 5px 0 0;
}
.BigListStyle .paging span {
    font-weight:bold;
}
.BigListStyle .paging a {
    font-weight:normal;
}
.paging {
    font-size: 14px;
    /* display: inline-block; */
    margin: 0 0 5px 0;
    width: 100%;
    text-align: right;
    display: none;
}
.paging span {
    font-weight:bold;
}
.paging a {
    font-weight:normal;
}
/**********************.SliderStyle***********************/
.SliderStyle {
    
}
.SliderStyle .wrap {
    margin: auto;
}
.SliderStyle .wrap .head {
}
.SliderStyle .wrap .title {
    color: #df2e09;
    padding: 30px 0;
    font-family: Roboto;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
}
.SliderStyle .wrap .head:after {

}
.SliderStyle .wrap .item {

}
.SliderStyle .wrap .item a.img img {
    display: block;
    height: 140px;
    object-fit: cover;
}
.SliderStyle .wrap .item .info {
    padding: 10px 15px;
    float: none;
}
.SliderStyle .wrap .item a.name span {
    font-weight: normal !important;
    color: #555;
    font-size: 15px;
    display: -webkit-box;
    margin: 0;
    line-height: 1.5;
    width: 100% !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.SliderStyle .wrap .item a.name span:hover {
    color: #df2e09;
}
.SliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.owl-nav {
}
.owl-nav button:hover {
    color: #fff !important;
}
.owl-nav button {
    position: absolute;
    color: #fff9 !important;
    top: 35%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
}
.owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-nav i.fa {
    font-size: 50px;
}
.TabStyle.SliderStyle .article-list .item .p-container a.img {
    float: none!important;
}
/**********************TabStyle***********************/
.UIArticleListCommon .TabStyle {
    margin: 0px 0 10px 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.UIArticleListCommon .TabStyle .wrap {}

.UIArticleListCommon .TabStyle .head .title {display: none;}

.UIArticleListCommon .TabStyle .head .tab {
    height: 32px;
    cursor: pointer;
}
.UIArticleListCommon .TabStyle .head .tab .icon {

}
.UIArticleListCommon .TabStyle .head .tab .list {

}
.UIArticleListCommon .TabStyle .head .tab .list a.item.current {
    vertical-align:top;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item.current {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item.current span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item {
    height: 32px;
    padding: 0 20px;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: skew(28deg);
    -ms-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(29deg);
    background-color: #fdf3e8;
    display: inline-flex;
    margin-left: -13px;
    position: relative;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item span{
    color: #3f3f3f;
    -webkit-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    transform: skew(-29deg);
    font-size: 15px;
    line-height: 24px;
}
.UIArticleListCommon .TabStyle .tab .item img {
    display: none;
}
.UIArticleListCommon .TabStyle .article-list {
    margin: 10px 0 0;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .p-container a.img{
    float:left;
    width: 20%;
    clear: both;
}
.UIArticleListCommon .TabLinkStyle .article-list .item:first-child .p-container a.img img {
    width: 95%;
    height: 116px;
    object-fit: cover;
    display:inherit;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info {
    float: left;
    width: 80%;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info:before {
    content: "";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
}
.UIArticleListCommon .TabStyle .article-list .item:first-child .info a.name {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0 10px 0;
    color:#666;
    margin: 0;
}
.UIArticleListCommon .TabStyle .article-list .item .p-container {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.UIArticleListCommon .TabStyle .article-list .item .p-container a.img {
    /* float: left; */
    /* width: 20%; */
    /* clear: both; */
}
.UIArticleListCommon .TabLinkStyle .article-list .item .p-container a.img img {
    width: 90%;
    height: 90px;
    margin-right: 10px;
    object-fit: cover;
    display: none;
}
.UIArticleListCommon .TabStyle .article-list .item .info:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.UIArticleListCommon .TabStyle .article-list .item .info {
    width: 100%;
    display:inline-block;
    padding: 0 5px;
}
.UIArticleListCommon .TabStyle .article-list .item .info a.name {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    color: #555;
    width: 99%;
    margin-left: 15px;
    line-height: 1.5;
}
.UIArticleListCommon .TabStyle .article-list .item .info a.name:hover {
    color: #df2e09;
}
.UIArticleListCommon .TabStyle .article-list .item .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.UIArticleListCommon .TabStyle .head .tab .list a.item:first-child {
    vertical-align:top;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item:first-child {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.UIArticleListCommon .TabStyle .head .tab .list a.item:first-child span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
/**********************Tab2***********************/
.tab2 {
    margin: 0 0 10px 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.tab2 .wrap {}

.tab2 .head .title {display: none;}

.tab2 .head .tab {
    height: 32px;
    cursor: pointer;
}
.tab2 .head .tab .icon {

}
.tab2 .head .tab .list {

}
.tab2 .head .tab .list a.item.current {
    vertical-align:top;
}
.tab2 .head .tab .list a.item.current {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.tab2 .head .tab .list a.item.current span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.tab2 .head .tab .list a.item {
    height: 32px;
    padding: 0 20px;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: skew(28deg);
    -ms-transform: skew(28deg);
    -o-transform: skew(28deg);
    transform: skew(29deg);
    background-color: #fdf3e8;
    display: inline-flex;
    margin-left: -13px;
    position: relative;
}
.tab2 .head .tab .list a.item span{
    color: #3f3f3f;
    -webkit-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    transform: skew(-29deg);
    font-size: 15px;
    line-height: 24px;
}
.tab2 .tab .item img {
    display: none;
}
.tab2 .article-list {
    margin: 10px 0 0;
}
.tab2 .article-list .item:first-child .p-container a.img{
    float:left;
    width: 20%;
    clear: both;
}
.UIArticleListCommon .TabLinkStyle .article-list .item:first-child .p-container a.img img {
    width: 95%;
    height: 116px;
    object-fit: cover;
    display:inherit;
}
.tab2 .article-list .item:first-child .info {
    float: left;
    width: 80%;
}
.tab2 .article-list .item:first-child .info:before {
    content: "";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.tab2 .article-list .item:first-child .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    text-align: left;
}
.tab2 .article-list .item:first-child .info a.name {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 5px 0 10px 0;
    color:#666;
    margin: 0;
    text-align: left;
}
.tab2 .article-list .item .p-container {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.tab2 .article-list .item .p-container a.img {
    /* float: left; */
    /* width: 20%; */
    /* clear: both; */
}
.UIArticleListCommon .TabLinkStyle .article-list .item .p-container a.img img {
    width: 90%;
    height: 90px;
    margin-right: 10px;
    object-fit: cover;
    display: none;
}
.tab2 .article-list .item .info:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display:inline-block;
    position: absolute;
}
.tab2 .article-list .item .info {
    width: 100%;
    display:inline-block;
    padding: 0 5px;
}
.tab2 .article-list .item .info a.name:hover {
    color: #df2e09;
}
.tab2 .article-list .item .info .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab2 .head .tab .list a.item:first-child {
    vertical-align:top;
}
.tab2 .head .tab .list a.item:first-child {
    margin: 0;
    height: 32px;
    padding: 0 20px;
    border-bottom: 32px solid #df2e09;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
}
.tab2 .head .tab .list a.item:first-child span {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.tab2 .article-list .item:first-child {
    float: left;
    width: 55%;
    text-align: center;
    margin: 0;
}
.tab2 .item {
    margin-left: 55%;
    padding-left: 5px;
}
.tab2 .item:first-child img {
    width: 145px !important;
    height: 125px !important;
    object-fit: cover;
}
.tab2 .article-list .item:first-child .p-container .info {
    width: 65%;
}
.tab2 .article-list a.img {
    width: 35% !important;
}
.tab2 .article-list a.name span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    line-height: 1.5;
}