﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
@import url('../css/owl.carousel.min.css');
@import url('../css/owl.theme.default.min.css');
@import url('../css/gallery.css');
@import url('../css/lightgallery.css');
@import url('../css/menu.css');
@import url('../SpryAssets/SpryTabbedPanels.css');

/*@font-face {
    font-family: "RTL-Media Pro";
    src: url('fonts/RTL-MediaPro-Regular.woff2');
    src: url('fonts/RTL-MediaPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/RTL-MediaPro-Regular.svg#RTL-Media Pro') format('svg'), url('fonts/RTL-MediaPro-Regular.woff') format('woff'), url('fonts/RTL-MediaPro-Regular.woff2') format('woff'), url('fonts/RTL-MediaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Conv_RTL-MediaPro-Light';
    src: url('fonts/RTL-MediaPro-Light.eot');
    src: local('â˜º'), url('fonts/RTL-MediaPro-Light.woff') format('woff'), url('fonts/RTL-MediaPro-Light.ttf') format('truetype'), url('fonts/RTL-MediaPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_RTL-MediaPro-Medium';
    src: url('fonts/RTL-MediaPro-Medium.eot');
    src: local('â˜º'), url('fonts/RTL-MediaPro-Medium.woff') format('woff'), url('fonts/RTL-MediaPro-Medium.ttf') format('truetype'), url('fonts/RTL-MediaPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-style: normal;
    direction: rtl;
    background-color: #e8e7e1;
    font-family: 'Conv_RTL-MediaPro-Light',Sans-Serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
    font-weight:normal !important
}
.clearfix {
	clear: both;
}
a {
	text-decoration: none;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
.header {
	display: block;
	height: 80px;
	background-color: white;
	border-bottom: 2px #f7a631 solid;
	position: relative;
}
.logo {
	float: right;
	width: 200px;
	height: 80px;
	text-align: center;
}
    .logo img {
        border: 0;
        margin-top: 20px;
        width: 160px;
    }
.menu {
    width: 925px;
    margin: 0 auto;
}
.live {
	float: left;
	width: 140px;
	height: 80px;
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
}
.live span {
	line-height: 72px;
	font-weight: bold;
	color: black;
}
.live img {
	border: 0;
	margin-top: 20px;
	float: left;
	margin: 25px 10px 26px 26px;
}
.lang {
    float: left;
    width: 90px;
    height: 42px;
    text-align: center;
    position: relative;
    left: 0;
    top: 13px;
    border-left: 1px #ddd solid;
    background-color: #3a3a3a;
    border-radius: 3px;
}
    .lang img {
        border: 0;
        margin-top: 20px;
        float: left;
        margin: 7px 5px 0 10px;
    }
    .lang span {
        line-height: 39px;
        font-weight: bold;
        color: #fff;
        padding-right: 7px;
    }

.news-content {
	display: block;
	background-color: white;
	padding: 25px 0px;
}
.top-news {
	display: block;
	overflow: hidden;
}
.top-news-big {
	width: 40%;
	height: 350px;
	position: relative;
	float: right;
	display: inline-block;
	overflow: hidden;
}
.top-news-big img {
	height: 100%;
	width: auto;
}
    .top-news-big h1 {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        ;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        ;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        ;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
        ;
        position: absolute;
        padding: 10px 5%;
        width: 90%;
        color: white;
        font-size: 24px;
        bottom: 0;
        right: 0;
        font-weight:normal
    }
.top-news-big h1 span {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #f7a631;
}
.top-news-small {
	width: 32%;
	height: 350px;
	position: relative;
	margin-right: 2%;
	float: right;
	display: inline-block;
}
.top-news-small ul {
	display: block;
}
.top-news-small ul li {
	display: block;
	padding: 15px 0px;
	border-bottom: 1px #ddd solid;
	clear: both;
	width: 100%;
	overflow: auto;
}
.top-news-small-img {
	width: 120px;
	height: 95px;
	float: right;
	overflow: hidden;
	margin-left: 10px;
}
.top-news-small-img img {
	width: 100%;
}
.top-news-small ul li h2 {
	font-size: 16px;
}
.top-news-small ul li a {
	color: #000;
}
.top-news-small ul li a:hover {
	color: #666;
}
.top-news-small ul li span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #f7a631;
}
.top-news-small ul li:first-child {
	padding-top: 0;
}
.top-news-small ul li:last-child {
	padding-bottom: 0;
	border: 0;
}
.top-news-add {
	width: 24%;
	height: 350px;
	position: relative;
	margin-right: 2%;
	float: right;
	display: inline-block;
}
.freq {
	display: block;
	height: 55px;
	background-color: #f0f0f0;
	width: 100%;
	margin-bottom: 20px;
}
.freq h4 {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: black;
	margin: 15px 10px;
}
.freq-drop {
	display: inline-block;
	float: right;
	width: 42%;
	background-color: white;
	border: 1px #ddd solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	padding: 3px 5px;
	margin-top: 11px;
}
.freq span {
	display: inline-block;
	float: right;
	font-size: 22px;
	color: black;
	margin: 11px 10px;
	font-weight: normal;
}
.left-add {
	width: 100%;
	display: block;
}
.left-add img {
	width: 100%;
}
.news-sections {
	display: block;
	padding: 25px 0px;
	clear: both;
}
.news-sections ul {
	display: block;
}
.news-sections ul li {
	float: right;
	display: inline-block;
	width: 24%;
	margin-left: 1.3%;
    min-height:230px
}
.news-sections ul li:last-child {
	margin-left: 0;
}
.news-sections ul li h1 {
	font-size: 26px;
	color: #f7a631;
	margin-bottom: 10px;
}
.news-sections-wrapper {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 1px #CFCFCF;
	box-shadow: 0 1px 1px 1px #CFCFCF;
	height: 349px;
	position: relative;
}
.news-sections-wrapper a {
	color: #000;
}
.news-sections-wrapper a:hover {
	color: #666;
}
.news-sections-img {
	display: block;
	height: 165px;
	overflow: hidden;
}
.news-sections-img img {
	width: 100%;
}
.news-sections-title {
	display: block;
	padding: 10px;
	background-color: white;
}
.news-sections-wrapper h2 {
	font-size: 16px;
	padding: 10px 15px;
}
.news-sections-wrapper span {
	color: #f7a631;
	font-weight: normal;
	font-size: 14px;
	padding: 0 15px;
}
.news-sections ul li h5 {
	display: block;
	padding: 5px 5% 10px;
	background-color: #f5f5f5;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
}
.news-sections ul li h5 span {
	font-size: 16px;
	text-align: right;
	background-image: url('left.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #004975;
	padding-right: 0;
}
.news-sections ul li h5 a:hover {
	text-decoration: underline;
}
.shadow {
	-webkit-box-shadow: 0 1px 1px 1px #CFCFCF;
	box-shadow: 0 1px 1px 1px #CFCFCF;
}
.title {
	display: block;
	font-size: 26px;
	color: #f7a631;
}
.extra-sections {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.extra-sections-report {
	display: inline-block;
	float: right;
	width: 46%;
	height: 430px;
	background-color: white;
	padding:10px  1.6% 28px;
    position:relative;
}
.extra-sections-report ul {
	margin-top: 0px;
}
.extra-sections-report ul li {
	display: block;
	padding: 13px 0px;
	border-bottom: 1px #ddd solid;
	width: 100%;
	clear: both;
	overflow: auto;
}
.extra-sections-report ul li:last-child {
	border: 0;
}
.extra-sections-report ul li a {
	color: #000;
}
.extra-sections-report ul li a:hover {
	color: #666;
}
.report-img {
	width: 130px;
	height: 95px;
	float: right;
	overflow: hidden;
	margin-left: 10px;
}
.report-img img {
	width: 100%;
}
.extra-sections-report ul li h2 {
	font-size: 18px;
	display: block;
}
.report-time {
	font-size: 14px;
	font-weight: normal;
	color: #f7a631;
}
.report-person {
	font-size: 14px;
	font-weight: normal;
	color: #004975;
	padding-right: 10px;
}
.extra-sections-tab {
	display: inline-block;
	float: right;
	width: 24%;
	height: 468px;
	background-color: #7c7c7c;
	margin-right: 1.3%;
}
.tab-news-ul {
	display: block;
}
.tab-news-ul li {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px #9f9f9f solid;
	width: 100%;
	height: 100px;
    clear:both
}
.tab-news-ul li:last-child {
	border: 0;
}
.tab-news-ul li h1 {
	float: right;
	padding: 0 0 45px 15px;
	font-weight: lighter;
	color: #afafaf;
	font-size: 46px;
}
.tab-news-ul li h2 {
	font-size: 16px;
	display: block;
	line-height: 28px;
}
.tab-news-ul li span {
	font-size: 14px;
	font-weight: normal;
	color: #f7a631;
}
.tab-news-ul li a {
	color: #fff;
}
.tab-news-ul li a:hover {
	color: #666;
}
.extra-sections-wtar {
	display: inline-block;
	float: right;
	width: 22%;
	height: 438px;
	background-color: #004975;
	margin-right: 1.3%;
	padding: 15px 1%;
	position: relative;
}
.div-wtar-items {
    display: block;
    margin-top: 15px;
    height: 160px;
}
.wtar-imgs {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
    overflow:hidden
}
.wtar-imgs img {
    width: 100%;
}

.extra-sections-wtar h3 {
    font-size: 16px;
    color: white;
    margin-top: 0px;
    padding-top: 10px;
}
.extra-sections-wtar span {
	font-size: 14px;
	font-weight: normal;
	color: #f7a631;
}
.extra-sections-wtar h2 {
	display: block;
	clear: both;
	margin-top: 10px;
	font-size: 16px;
}
.extra-sections-wtar a {
	color: #fff;
}
.extra-sections-wtar h5 {
	display: block;
	padding: 5px 5% 10px;
	background-color: #045b8f;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
}
.extra-sections-wtar h5 i {
	font-size: 16px;
	text-align: right;
	background-image: url('left-2.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #fff !important;
	padding-right: 0;
	font-style: normal;
}
.extra-more-h5 {
    display: block;
    padding: 5px 5% 10px;
    background-color: #045b8f;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
}

    .extra-more-h5 i {
        font-size: 16px;
        text-align: right;
        background-image: url('left-2.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        padding-left: 10px;
        color: #fff !important;
        padding-right: 0;
        font-style: normal;
    }

.show {
	display: block;
	margin-bottom: 55px;
    margin-top:20px
}
.show-slider {
	width: 74.5%;
	float: right;
	height: 267px;
	display: inline-block;
}
.show-add {
	width: 24%;
	float: right;
	height: 267px;
	display: inline-block;
	margin-right: 1.5%;
}
.show-add img {
	width: 100%;
}
.media {
	display: block;
	padding: 35px 0px;
	background-color: white;
}
.media-video {
	width: 49%;
	display: inline-block;
	float: right;
	margin-right: 2%;
}
.media-photo {
	width: 49%;
	display: inline-block;
	float: right;
}
.media-big {
	display: block;
	position: relative;
	height: 360px;
	width: 100%;
	margin-top: 20px;
    overflow:hidden
}
.media-big img {
	width: 100%;
}
.media-big h1 {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	padding: 10px 5%;
	width: 90%;
	color: white;
	font-size: 24px;
	bottom: 0;
	right: 0;
	color: #fff;
}
.media-big h1 span {
	font-size: 14px;
	font-weight: normal;
	color: #f7a631;
	display: block;
}
.media-small {
	display: block;
	background-color: black;
}
.media-small ul li {
	display: block;
	padding: 1%;
	width: 98%;
	border-bottom: 1px #333 solid;
	clear: both;
	overflow: auto;
}
.media-small-img {
	width: 105px;
	height: 80px;
	float: right;
	margin-left: 15px;
	overflow: hidden;
}
.media-small-img img {
    width: 100%;
}

.media-small ul li h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.media-small ul li span {
	font-size: 14px;
	font-weight: normal;
	color: #f7a631;
}
.media-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
}
.media-icon img {
	width: 30px;
}
.footer {
	display: block;
	background-color: #313131;
	background-image: url('map.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.footer-top {
	display: block;
	height: 68px;
	background-color: #222222;
}
.footer-top-search {
	float: right;
	height: 68px;
	vertical-align: top;
	width: 50%;
}
.search {
	width: 270px;
	margin-top: 13px;
}
.gsearch {
	width: 300px!important;
	direction: rtl!important;
	height: 30px;
	float: left!important;
}
.gsc-control-cse {
	border-color: none !important;
	background: none !important;
	direction: rtl !important;
	height: 20px !important;
	padding: 0px !important;
	border: 0px !important;
}
gsc-input {
	text-align: center !important;
	direction: rtl !important;
	float: right !important;
	background: none !important;
	height: 20px !important;
}
#gsc-i-id1 {
	text-align: right !important;
	direction: rtl!important;
	float: right !important;
	background: none!important;
	font-family: 'Roboto' !important;
	color: #a1a1a1 !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	font-size: 12px !important;
	height: 25px!important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border: none!important;
	background-color: #F40505!important;
	background-image: none;
	filter: none;
	set animation -webkit-transition: all .4s ease !important;
	transition: all .4s ease !important;
	margin-top: 2.5px !important;
	border-radius: 3px !important;
}
input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
	border: none!important;
	background-color: #e0a900 !important;
	background-image: none;
	filter: none;
	set animation -webkit-transition: all .4s ease !important;
	transition: all .4s ease !important;
	border-radius: 3px !important;
}
.gsc-input-box {
	border: 1px solid #ffffff !important;
	background: none repeat scroll 0% 0% #FFF;
	height: 34px!important;
	margin-top: 3px !important;
	border-radius: 3px !important;
	background-image: none !important;
	font-family: Oswald !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: 13px;
	height: 13px;
	padding: 11.5px 15px !important;
	min-width: 13px;
	margin-top: 1px;
	background-color: #3a3a3a !important;
	border: 1px #414141 solid !important;
}
table.gsc-search-box td.gsc-input {
	padding-left: 5px !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 16px;
}
.gs-result .gs-title, .gs-result .gs-title * {
	color: #000000 !important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: silver !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: gray !important;
	font-size: 12px !important;
}
.gs-web-image-box img.gs-image {
	width: 150px !important;
	height: 150px !important;
	border: 2px solid silver;
	margin: 1px !important;
	padding: 1px !important;
}
.gsst_a .gscb_a {
	font-size: 14px !important;
}
.footer-top-lang {
	width: 50%;
	float: right;
	height: 68px;
}
.footer-lang {
	display: block;
	padding: 6px 0px;
	margin-bottom: 10px;
	width: 168px;
	float: left;
}
.lang-btn {
	color: white;
	width: 100%;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url('lang-krd.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	cursor: pointer;
	border: 0;
}
.footer-info {
	display: block;
	padding: 40px 0px;
}
.footer-info-section {
	display: inline-block;
	float: right;
	height: 180px;
	width: 18%;
	padding: 0 2% 0 0;
}
.logo-bottom {
	display: block;
	margin: 25px auto;
	border: 0;
}
.footer-info-section a {
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px;
	display: block;
}
.footer-info-section h6 {
	font-size: 18px;
	color: #f7a631;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
}
.footer-info-section h4 {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	width: 115px;
	float: right;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
.footer-info-section h4 img {
	float: left;
	margin-right: 10px;
}
.avesta {
	display: block;
	background-color: #252525;
	padding: 10px 0px;
	font-size: 14px;
	color: #606060;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.avesta a {
	color: #ffcc00;
}
.all-page {
    display: block;
    background-color: white;
    padding: 25px 0px;
}
.all-page-dynamic {
    display:inline-block;
    float:right;
    width:74.5%;
    vertical-align:top;
    margin-top:20px;
}
.ul-all-item {
    display:block;
}
    .ul-all-item li {
        display: inline-block;
        float: right;
        width: 32%;
        margin-left: 2%;
        margin-bottom: 20px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
        height:275px;
        background-color:white
    }
    .ul-all-item li:nth-child(3n+0) {
        margin-left:0
    }
        .ul-all-item-img {
    width:100%;
    height:160px;
    overflow:hidden;
}
.ul-all-item-img img {
    width:100%;
    border:0;
}
.ul-all-item li h2 {
    padding:10px 15px;
    font-size:16px;
}
.ul-all-item li span {
    padding: 5px 15px;
    font-size: 14px;
    color:#f7a631
}
.ul-all-item li a {
    color:#000
}
.ul-all-item li a:hover {
    color: #666
}
.ul-related {
    display: block;
}

    .ul-related li {
        display: inline-block;
        float: right;
        width: 32%;
        margin-left: 2%;
        margin-bottom: 20px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
        height: 275px;
        background-color: white
    }

        .ul-related li:nth-child(3n+0) {
            margin-left: 0
        }

.ul-related-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

    .ul-related-img img {
        width: 100%;
        border: 0;
    }

.ul-related li h2 {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}

.ul-related li span {
    padding: 5px 15px;
    font-size: 14px;
    color: #f7a631
}

.ul-related li a {
    color: #000
}

    .ul-all-item li a:hover {
        color: #666
    }

.wtar-content-page {
    display:block;
    width:94%;
    padding:0 3%;
    margin-bottom:20px

}
    .wtar-content-page h3 {
        font-size: 16px;
        color: #000;
        margin-top:0px;
        padding-top:43px;
        padding-right:10px !important
    }
    .wtar-content-page span {
        font-size: 14px;
        font-weight: normal;
        color: #f7a631;
        padding-right:0 !important
    }
    .wtar-content-page h2 {
        display: block;
        clear: both;
        margin-top: 25px;
        font-size: 18px !important;
        color: #004975 !important
    }

    
    .all-page-side {
        width: 24%;
        margin-right: 1.5%;
        vertical-align: top;
        float: right;
        display: inline-block;
        margin-top: 20px;
    }
.popular {
    display: block;
    background-color: #7c7c7c;
    width: 92%;
    padding: 4%;
    margin-top: 20px;
}
.popular-news-ul {
    display: block;
}
.popular-news-ul {
    display: block;
    margin-top: 12px;
}
    .popular-news-ul li {
        display: block;
        padding: 8px 0px 9px;
        border-bottom: 1px #9f9f9f solid;
        width: 100%;
        height: 82px;
        clear: both;
    }

        .popular-news-ul li:last-child {
            border: 0;
        }

        .popular-news-ul li h1 {
            float: right;
            padding: 0 0 30px 15px;
            font-weight: lighter;
            color: #afafaf;
            font-size: 44px;
        }

        .popular-news-ul li h2 {
            font-size: 14px;
            font-weight: bold;
            display: block;
            line-height: 26px;
        }

        .popular-news-ul li span {
            font-size: 14px;
            font-weight: normal;
            color: #f7a631;
        }

        .popular-news-ul li a {
            color: #fff;
        }

            .popular-news-ul li a:hover {
                color: #666;
  
                }

.tab-sidebar {
    display: block;
    background-color: #7c7c7c;
    width: 100%;
    margin-top: 20px;
}
.wtar-sidebar {
    display: block;
    background-color: #004975;
    margin-top: 20px;
    width: 90% !important;
    padding: 0 5% !important;
    margin-right: 0 !important;
    height: auto !important;
    padding-bottom: 60px !important
}
.latest {
    display: block;
    background-color: #e8e7e1;
    width: 92%;
    padding: 4%;
    margin-top: 20px;
}
.latest ul {
    display: block;
    margin-top: 12px;
}

    .latest ul li {
        padding: 8px 0px 9px;
        border-bottom: 1px #9f9f9f solid;
        width: 100%;
        height: 82px;
        clear: both;
        display:table;
    }

        .latest ul li:last-child {
            border: 0;
        }
.latest-img {
    width: 90px;
    height: 80px;
    float: right;
    overflow: hidden;
    margin-left: 10px;
    display:table-cell
}
.latest-img img {
    width:100%
}

.latest ul li h1 {
    float: right;
    padding: 0 0 30px 15px;
    font-weight: lighter;
    color: #afafaf;
    font-size: 44px;
}

        .latest ul li h2 {
            font-size: 13px;
            font-weight: bold;
            display: block;
            line-height: 22px;
        }

        .latest ul li span {
            font-size: 14px;
            font-weight: normal;
            color: #f7a631;
        }

        .latest ul li a {
            color: #000;
        }

            .latest ul li a:hover {
                color: #666;
            }
.listing-extra {
    margin: 20px 0;
    display:block
}
.listing-extra-news {
    width:74.5%;
    display:inline-block;
    float:right
}
    .listing-extra-news ul {
        display: block;
    }

        .listing-extra-news ul li {
            float: right;
            display: inline-block;
            width: 32%;
            margin-left: 2%;
        }

            .listing-extra-news ul li:last-child {
                margin-left: 0;
            }

            .listing-extra-news ul li h1 {
                font-size: 26px;
                color: #f7a631;
                font-weight: bold;
                margin-bottom: 10px;
            }

.news-sections-wrapper {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 1px #CFCFCF;
    box-shadow: 0 1px 1px 1px #CFCFCF;
    height: 349px;
    position: relative;
}

    .news-sections-wrapper a {
        color: #000;
    }

        .news-sections-wrapper a:hover {
            color: #666;
        }

.news-sections-img {
    display: block;
    height: 165px;
    overflow: hidden;
}

    .news-sections-img img {
        width: 100%;
    }

.news-sections-title {
    display: block;
    padding: 10px;
    background-color: white;
}

.news-sections-wrapper h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}

.news-sections-wrapper span {
    color: #f7a631;
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px;
}

.listing-extra-news ul li h5 {
    display: block;
    padding: 5px 5% 10px;
    background-color: #f5f5f5;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
}

    .listing-extra-news ul li h5 span {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        background-image: url('left.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        padding-left: 10px;
        color: #004975;
        padding-right: 0;
    }

    .listing-extra-news ul li h5 a:hover {
        text-decoration: underline;
    }

.listing-extra-wtar {
    display: inline-block;
    float: right;
    width: 24%;
    margin-right: 1.3%;
}
.listing-extra-wtar-content {
    width: 94%;
    height: 319px;
    background-color: #004975;
    padding: 15px 3%;
    position: relative;
    margin-top: 10px;
}
.wtar-img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-top: 25px;
    margin-left: 10px;
    float: right;
    overflow:hidden
}
.wtar-img img {
    width: 100%;
}

.listing-extra-wtar h3 {
    font-size: 16px;
    color: white;
    margin-top: 40px;
}

.listing-extra-wtar span {
    font-size: 14px;
    font-weight: normal;
    color: #f7a631;
}

.listing-extra-wtar h2 {
    display: block;
    clear: both;
    margin-top: 25px;
    font-size: 18px;
}

.listing-extra-wtar a {
    color: #fff;
}

.listing-extra-wtar h5 {
    display: block;
    padding: 5px 5% 10px;
    background-color: #045b8f;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
}

    .listing-extra-wtar h5 i {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        background-image: url('left-2.png');
        background-position: 0 center;
        background-repeat: no-repeat;
        padding-left: 10px;
        color: #fff !important;
        padding-right: 0;
        font-style: normal;
        font-weight: bold;
    }

.show-page {
    display: block;
}

    .show-page li {
        display: inline-block;
        float: right;
        width: 49%;
        margin-left: 2%;
        margin-bottom: 20px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
        height: 320px;
        background-color: white
    }

        .show-page li:nth-child(2n+0) {
            margin-left: 0
        }

.show-page-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

    .show-page-img img {
        width: 100%;
        border: 0;
    }

.show-page li h2 {
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
}

.show-page li span {
    padding: 5px 15px;
    font-size: 16px;
    color: #666
}
.show-page li h4 {
    color: #f7a631;
    padding: 3px 15px;
}
    .show-page li a {
    color: #004975;
}

    .show-page li a:hover {
        color: #666
    }


.media-page {
    display: block;
}

    .media-page li {
        display: inline-block;
        float: right;
        width: 49%;
        margin-left: 2%;
        margin-bottom: 20px;
        height: 330px;
        background-color:#000;
    }

        .media-page li:nth-child(2n+0) {
            margin-left: 0
        }

.media-page-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position:relative
}

    .media-page-img img {
        width: 100%;
        border: 0;
    }

.media-page li h2 {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
}

.media-page li span {
    padding: 5px 15px;
    font-size: 16px;
    color: #f7a631
}

.media-page li a {
    color: #fff;
}

    .media-page li a:hover {
        color: #666
    }

.detail {
    display:block;
}
.detail h1 {
    font-size:38px;
    font-weight:bold;
    color:#000;
    margin-bottom:10px
}
.detail-time {
    font-size: 14px;
    font-weight: normal;
    color: #f7a631;
}
.detail-section {
    font-size: 14px;
    font-weight: normal;
    color: #004975;
    padding-right: 10px;
}
.detail-img {
    width:100%;
    display:block;
    margin-top:20px
}
.detail-img img {
    width:100%
}
    .detail-caption {
    display:block;
    background-color:#000;
    color:#666;
    font-size:14px;
    font-weight:normal;
    padding:5px;
    margin-bottom:20px
}
.detail-p {
    font-size:20px;
    font-weight:normal;
    line-height:36px;
    color:#555
}
.detail-p iframe {
    width:100%
}
    .detail-p img {
    width:100%;
    margin:5px 0px;
}
    .detail-p p img {
        width: 100%;
        margin: 5px 0px;
    }
    .detail-p blockquote {
        display: block;
        padding: 0;
        width: 95%;
        font-size: 32px;
        font-style: normal;
        position: relative;
        margin: 50px 0px;
        line-height: 50px;
        clear: both;
        font-weight: bold;
        color: #004975
    }

    .detail blockquote:before {
        content: url(qout.png);
        position: relative;
        right: 0px;
        top: 0px;
        margin-left: 20px;
        float: right
    }
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin:15px 0px;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .related {
        display:block;
        margin-top:20px;
        border-top:1px #ddd solid;
        padding-top:15px;
    }
.more-wtar {
    background-color: white;
    padding-bottom: 15px;
    border-radius:3px;
}
.show-detail {
    display: block;
}
    .show-detail p {
        font-size: 20px;
        font-weight: normal;
        line-height: 36px;
    }
.show-describe {
    display: table;
    width: 96%;
    padding: 2%;
    background-color: #e8e7e1;
}
.show-describe-img {
    width:130px;
    height:130px;
    overflow:hidden;
    border:2px #f7a631 solid;
    float:right;
    margin-left:20px;
    border-radius:65px;
    display:table-cell
}
.show-describe-img img {
    width:100%;
}
.show-describe-text {
    width:80%;
    float:right;
    display:table-cell;
} 


.show-describe h5 {
    font-size: 18px;
    font-weight: bold;
    color: #004975;
}
.show-describe h5 span {
    font-weight:normal;
    color:#666;
}
.show-describe p {
    font-size: 16px;
    font-weight: normal;
    color:#000;
    line-height:26px
}
.show-info {
    display: block;
    margin-top: 35px;
}

    .show-info ul {
        display: block;
        width: 100%;
        margin-top:15px
    }

        .show-info ul li {
            display: table;
            width: 100%;
            margin-bottom: 10px;
            height: 70px;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
            background-color: white;
        }

.show-date {
    display: table-cell;
    width: 15%;
    line-height: 70px;
    text-align: center
}

    .show-date span {
        color: #004975;
        font-size: 18px;
        font-weight: bold;
    }

.show-play {
    display: table-cell;
    width: 9%;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73152+0,f7a631+100 */
    background: #f73152; /* Old browsers */
    background: -moz-linear-gradient(left, #f73152 0%, #f7a631 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f73152 0%,#f7a631 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f73152 0%,#f7a631 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73152', endColorstr='#f7a631',GradientType=1 ); /* IE6-9 */
}

    .show-play img {
        position: absolute;
        top: 20px;
        right: 31%;
    }

.show-title {
    display: table-cell;
    width: 76%;
    padding: 18px;
    vertical-align: top
}

    .show-title h2 {
        color: black;
        font-size: 18px;
        font-weight: bold;
    }

.archive {
    display: block;
}

.dropdown-archive {
    border: 1px #efefef solid;
    padding: 8px;
    float: right;
    width: 17%;
    font-size: 14px;
    margin-left: 1%;
}

.btns {
    background-color: #04558D;
    color: white;
    padding: 8px 25px;
    font-size: 14px;
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
}

    .btns:hover {
        background-color: #c62127;
    }

.text-inputs {
    border: 1px #efefef solid;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.numericbutton {
    padding: 3px 8px;
    font-size: 18px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin: 0 1px;
    color: #000;
}

.currentpage {
    padding: 3px 8px;
    font-size: 18px;
    background-color: transparent;
    border-radius: 3px;
    margin: 0 1px;
    color: #000;
}

.nextbutton {
    padding: 3px 8px;
    font-size: 18px;
    background-color: #f7a631;
    border-radius: 3px;
    margin: 0 1px;
    color: #fff;
}

.lastbutton {
    padding: 3px 8px;
    font-size: 18px;
    background-color: #f7a631;
    border-radius: 3px;
    margin: 0 1px;
    color: #fff;
}
.detail-col-section {
    background-color:#000;
    margin:10px 0
}

#btn {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1000;
}

#panel {
    display: none;
    width: 270px;
    background-color: #f7a631;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 10000;
    left: 0px;
    height: auto;
    top: 82px;
}
.audio {
    margin: 3%;
    width: 94%;
    background-color: #000;
}
.start-logo {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 3px #f7a631 solid;
    position: relative;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}
    .start-logo img {
        width: 120px;
        margin-top:10px
    }
.start-wraper {
    display: table;
    margin:30px auto;
}
.start-sides h2 {
    font-weight:bold;
    color:#fff;
    font-size:20px;
    width:120px;
    background-color:#f7a631;
    padding:0px 0 3px;
    text-align:center;
    border-radius:50px;
    margin:0 auto 20px
}
.start-sides {
    width: 48%;
    float: right;
    display: table-cell;
    margin:0 1%;
}
.start-sides ul li {
    display:block;
    background-color:#fff;
    padding:2% 0 2% 2%;
    width:98%;
    border-bottom:1px #ddd solid
}
    .start-sides ul li a {
        color: #004975;
        font-size: 16px;
        border-right: 3px #f7a631 solid;
        padding-right: 25px;
    }



        @media only screen and (max-width: 1360px) {
            .logo {
                width: 160px;
            }

                .logo img {
                    width: 100%
                }
        }

        @media only screen and (max-width: 1250px) {
            .menu {
                width: 870px;
            }
        }

        @media only screen and (max-width: 1200px) {

            .menu {
                width: 807px;
            }
        }

        @media only screen and (max-width: 1120px) {
            .menu {
                width: 770px;
            }
        }

        @media only screen and (max-width: 1170px) {
            .wrapper {
                width: 960px;
            }

            .top-news-big {
                height: 287px;
            }

            .top-news-small {
                height: 300px;
            }

            .top-news-small-img {
                width: 120px;
                height: 84px;
            }

            .top-news-small ul li h2 {
                font-size: 16px;
            }

            .top-news-small ul li {
                padding: 6px 0px;
            }

            .freq h4 {
                margin: 15px 5px;
            }

            .freq-drop {
                width: 42%;
            }

            .top-news-add {
                height: 300px;
            }

            .extra-sections-report {
                display: block;
                float: none;
                width: 96%;
                padding: 1.6% 2%;
                margin-bottom: 20px;
                padding-bottom: 22px
            }

            .extra-sections-tab {
                width: 50%;
                margin-right: 0;
            }

            .extra-sections-wtar {
                width: 46%;
                margin-right: 1.3%;
                padding: 15px 1.3%;
            }

            .media-big {
                height: 295px;
            }

            .ul-all-item li {
                width: 49%;
            }

                .ul-all-item li:nth-child(3n+0) {
                    width: 49%;
                    margin-left: 2%
                }

                .ul-all-item li:nth-child(2n+0) {
                    margin-left: 0%
                }

            .show-describe-text {
                width: 70%;
            }
        }

        @media only screen and (max-width: 1100px) {
            .logo {
                height: 70px;
                width: 150px;
                position: relative;
                z-index: 100;
            }

                .logo img {
                    margin-top: 20px;
                    width: 120px;
                }

            .live {
                float: right;
                right: 18px;
                height: 70px;
                position: relative;
                z-index: 100;
            }


                .live img {
                    margin: 22px 10px 20px 26px;
                }

                .live span {
                    line-height: 66px;
                }

            .lang {
                float: right;
                right: 18px;
                height: 70px;
                border-left: 0;
                z-index:10000000000
            }


            .menu {
                width: 100%;
                height: 70px;
            }

            .header {
                height: 70px;
            }

            #panel {
                width: 100%;
                top: 72px;
            }

            .audio {
                margin: 15px 2%;
                width: 96%;
                background-color: #000;
            }
        }

        @media only screen and (max-width: 1024px) {
            .header {
                height: 70px;
            }

            .logo {
                height: 70px;
                width: 150px;
            }

                .logo img {
                    margin-top: 20px;
                    width: 120px;
                }

            .live {
                float: right;
                right: 18px;
                height: 70px;
            }

                .live img {
                    margin: 22px 10px 20px 26px;
                }

                .live span {
                    line-height: 66px;
                }

            .lang {
                float: right;
                right: 18px;
                height: 70px;
                border-left: 0;
                border-right: 1px #ddd solid
            }

                .lang img {
                    margin: 20px 5px 20px 0px;
                }

            .menu {
                width: 100%;
                height: 70px;
            }

            .show-slider {
                width: 100%;
                float: none;
                height: auto;
                display: block;
                margin-bottom: 60px;
            }

            .show-add {
                width: 100%;
                float: none;
                height: auto;
                display: block;
                margin-right: 0%;
                text-align: center;
            }

                .show-add img {
                    width: 300px;
                }

            .top-news-big h1 span {
                padding-top: 5px
            }

            .top-news-small ul li h2 {
                line-height: 24px;
                margin-bottom: 5px;
            }

            .news-sections-wrapper h2 {
                line-height: 24px;
                margin-bottom: 5px;
            }

            .extra-sections-report ul li h2 {
                line-height: 24px;
                margin-bottom: 5px;
            }

            .media-small ul li h2 {
                line-height: 24px;
                margin-bottom: 5px;
                padding-top: 5px;
            }

            .latest ul li h2 {
                line-height: 24px;
                margin-bottom: 5px;
            }

            .ul-related li h2 {
                line-height: 24px;
                margin-bottom: 5px
            }

            .ul-all-item li h2 {
                line-height: 24px;
                margin-bottom: 5px
            }

            .media-page li h2 {
                line-height: 24px;
                margin-bottom: 5px
            }

            .wtar-content-page h3 {
                line-height: 24px;
                margin-bottom: 5px
            }
        }

        @media only screen and (max-width: 960px) {
            .wrapper {
                width: 768px;
            }

            .top-news-big {
                height: auto;
                width: 100%;
                float: none;
                display: block;
                margin-bottom: 15px;
            }

                .top-news-big img {
                    width: 100%;
                }

            .top-news-small {
                height: auto;
                width: 100%;
                float: none;
                display: block;
                margin-bottom: 15px;
                margin-right: 0;
            }

                .top-news-small ul li h2 {
                    font-size: 18px;
                }

            .top-news-add {
                height: auto;
                display: block;
                width: 100%;
                margin-right: 0;
                float: none;
            }

            .freq h4 {
                margin: 15px 10px;
            }

            .freq-drop {
                width: 50%;
            }

            .left-add {
                text-align: center;
            }

                .left-add img {
                    max-width: 300px;
                }

            .news-sections ul li {
                width: 48%;
                margin-left: 2%;
                margin-bottom: 25px;
            }

            .news-sections-wrapper {
                height: 310px;
            }

            .media-big {
                height: 236px;
            }

            .all-page-dynamic {
                display: block;
                float: none;
                width: 100%;
                vertical-align: top;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .all-page-side {
                width: 100%;
                margin-right: 0;
                vertical-align: top;
                float: none;
                display: block;
                margin-top: 20px;
                clear: both;
            }

            .popular-news-ul li {
                padding: 10px 0;
                height: auto;
            }

                .popular-news-ul li h1 {
                    padding: 0 0 5px 15px;
                    font-size: 32px;
                }

            .news-sections-img {
                height: 135px;
            }

            .news-sections-wrapper h2 {
                font-size: 16px;
            }

            .listing-extra-news {
                display: block;
                float: none;
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px
            }

            .listing-extra-wtar {
                display: block;
                float: none;
                width: 100%;
                margin-right: 0;
            }

            .listing-extra-wtar-content {
                height: 250px;
            }

            .media-page li {
                height: 300px;
            }

            .media-page-img {
                height: 170px;
            }
        }

        @media only screen and (max-width: 768px) {
            .wrapper {
                width: 640px;
            }

            .media-video {
                width: 100%;
                display: block;
                float: none;
                margin-right: 0;
            }

            .media-photo {
                width: 100%;
                display: block;
                float: none;
                margin-bottom: 20px;
            }

            .media-big {
                height: auto;
            }

            .footer-info-section {
                width: 48%;
                height: 145px;
            }

            .footer {
                background-size: cover;
            }

            .footer-info-section:first-child {
                display: none;
            }

            .show-page li {
                height: 280px;
            }

            .show-page-img {
                height: 170px;
            }

            .detail h1 {
                font-size: 30px;
            }

            .ul-related-img {
                height: 130px;
            }

            .show-date {
                width: 15%;
            }

                .show-date span {
                    font-size: 14px;
                }

            .show-play img {
                right: 33%;
                width: 18px;
            }

            .show-title h2 {
                font-size: 16px;
            }
        }

        @media only screen and (max-width: 640px) {
            .wrapper {
                width: 96%;
            }

            .news-sections-wrapper {
                height: 330px;
            }

            .news-sections-img {
                height: 150px;
            }

            .news-sections-wrapper h2 {
                font-size: 16px;
            }

            .news-sections {
                padding: 15px 0px;
            }

            .show {
                margin-bottom: 35px;
            }

            .listing-extra-news ul li {
                float: none;
                display: block;
                width: 100%;
                margin-left: 0;
                margin-bottom: 20px;
            }

            .show-page-img {
                height: 140px;
            }

            .all-page {
                padding: 5px 0px;
            }

            .detail h1 {
                font-size: 22px;
            }

            .detail-p {
                font-size: 18px;
                line-height: 32px;
            }

                .detail-p blockquote {
                    font-size: 28px;
                }
            .start-sides ul {
                display:none
            }
            .start-wraper {
                margin: 50px auto;
            }
        }

        @media only screen and (max-width: 560px) {
            .news-sections-wrapper {
                height: 310px;
            }

            .news-sections-img {
                height: 125px;
            }

            .extra-sections-tab {
                width: 100%;
                margin-right: 0;
                display: block;
                float: none;
                margin-bottom: 15px;
                height: auto;
            }

            .extra-sections-wtar {
                width: 96%;
                margin-right: 0;
                padding: 15px 2%;
                height: auto;
            }

            .div-wtar-items {
                margin-top: 10px;
                margin-bottom: 30px;
            }

            .tab-news-ul li {
                height: auto;
                clear: both;
                overflow: auto;
            }

                .tab-news-ul li h1 {
                    padding: 0 0 25px 15px;
                }

            .media {
                padding: 15px 0px;
            }

            .footer-top {
                height: auto;
                overflow: auto;
            }

            .footer-top-lang {
                width: 100%;
                float: none;
                height: 68px;
            }

            .footer-top-search {
                width: 100%;
                float: none;
                height: 50px;
            }

            .footer-lang {
                margin-bottom: 0;
                width: 168px;
                float: none;
                margin-right: 15px;
            }

            .ul-all-item-img {
                height: 140px;
            }

            .show-page li {
                height: 250px;
            }

                .show-page li span {
                    font-size: 14px;
                }

            .media-page li {
                height: 270px;
            }

            .media-page-img {
                height: 130px;
            }

            .ul-related li {
                display: block;
                float: none;
                width: 100%;
                margin-left: 0;
                height: auto;
                background-color: white;
                padding-bottom: 15px;
            }

            .ul-related-img {
                height: auto;
            }

            .show-date {
                width: 20%;
            }

            .show-title {
                width: 71%;
            }

            .show-describe-img {
                width: 90px;
                height: 90px;
                border-radius: 45px;
            }

            .show-describe h5 span {
                display: block;
            }

            .dropdown-archive {
                padding: 2%;
                float: none;
                width: 100%;
                font-size: 14px;
                margin-left: 0%;
                margin-bottom: 10px
            }
        }

        @media only screen and (max-width: 460px) {
            .news-sections ul li h1 {
                font-size: 18px;
            }

            .news-sections-wrapper {
                height: 255px;
            }

            .news-sections-img {
                height: 105px;
            }

            .news-sections-wrapper h2 {
                font-size: 14px;
            }

            .wtar-img {
                margin-top: 25px;
            }

            .extra-sections-wtar h3 {
                margin-top: 10px;
            }

            .media-big h1 {
                font-size: 20px;
            }

            .ul-all-item-img {
                height: 110px;
            }

            .show-page li {
                height: 220px;
            }

            .show-page-img {
                height: 100px;
            }

            .show-page li h2 {
                padding: 4px 10px;
            }

            .show-page li span {
                padding: 4px 10px;
                font-size: 14px;
            }

            .show-page li h4 {
                font-size: 12px;
                padding: 4px 10px
            }

            .media-page li {
                height: 220px;
            }

            .media-page-img {
                height: 100px;
            }

            .media-page li h2 {
                padding: 10px 10px;
                font-size: 14px;
            }

            .media-page li span {
                padding: 5px 10px;
                font-size: 14px;
            }

            .detail-p blockquote {
                font-size: 22px;
                line-height: 40px;
                margin: 30px 0px;
            }
        }

        @media only screen and (max-width: 420px) {
            .header {
                height: 50px;
            }

            .logo {
                width: 100px;
                height: 50px;
            }

                .logo img {
                    margin-top: 15px;
                    width: 80px;
                }

            .live {
                width: 85px;
                height: 50px;
                border-right: 1px #ddd solid;
            }

                .live img {
                    margin: 17px 0px 0px 0px;
                    width: 16px;
                }

                .live span {
                    line-height: 48px;
                    font-size: 14px;
                }

            .lang {
                width: 65px;
                height: 50px;
                border-left: 1px #ddd solid;
                margin-right: 5px;
                border-right: 0;
                padding-left: 5px;
            }

            .menu {
                height: 50px;
            }

            .lang img {
                margin: 17px 0px 0px 0px;
                width: 16px;
            }

            .lang span {
                line-height: 48px;
                font-size: 14px;
            }

            .top-news-big h1 {
                font-size: 20px;
            }

            .top-news-small ul li h2 {
                font-size: 16px;
            }

            .extra-sections-report ul {
                margin-top: 10px;
            }

            .report-img {
                width: 115px;
            }

            .extra-sections-report ul li h2 {
                font-size: 16px;
            }

            .wtar-content-page h3 {
                font-size: 14px !important;
            }

            .wtar-content-page span {
                font-size: 12px !important;
            }

            .wtar-content-page h2 {
                margin-top: 10px !important;
                font-size: 14px !important;
            }

            .more-wtar {
                width: 100% !important;
                margin-left: 0 !important;
                display: block !important;
                float: right !important;
                margin-bottom: 10px !important
            }

            .show-date {
                width: 20%;
            }

                .show-date span {
                    font-size: 12px;
                    font-weight: normal;
                }

            .show-play {
                width: 12%;
            }

            .show-title {
                width: 68%;
                padding: 9px
            }

                .show-title h2 {
                    font-size: 14px;
                }

            .news-sections ul li {
                min-height: auto;
            }

            .show-describe-img {
                display: block;
                float: none;
                margin: 0 auto;
            }

            .show-describe-text {
                width: 100%;
                float: none;
                display: block;
            }

            .show-describe h5 {
                text-align: center;
            }

            #panel {
                top: 62px;
            }

            .audio {
                margin: 8px 2%;
            }
        }

        @media only screen and (max-width: 380px) {
            .news-sections-wrapper {
                height: 245px;
            }

            .news-sections-img {
                height: 90px;
            }

            .news-sections-wrapper h2 {
                padding: 10px 10px;
            }

            .ul-all-item li {
                width: 100%;
                margin-left: 0;
                margin-bottom: 10px;
                height: auto;
                padding-bottom: 10px;
                float: none;
                display: block;
            }

            .ul-all-item-img {
                height: auto;
            }

            .ul-all-item li:nth-child(3n) {
                width: 100%;
                margin-left: 0;
                margin-bottom: 10px;
                height: auto;
                padding-bottom: 10px;
                float: none;
                display: block;
            }

            .show-page li {
                height: 195px;
            }

            .show-page-img {
                height: 90px;
            }

            .show-page li h2 {
                font-size: 16px;
            }

            .media-page-img {
                height: 85px;
            }
        }
