/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





*{
	font-family:tahoma, arial unicode, arian amu;
}


::-webkit-scrollbar {
    width: 10px;
	height:10px;
	background-color:#ffffff;
}
 
/* Track */
::-webkit-scrollbar-track {
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #449FD2; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #449FD2; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}

.bar{
	position:fixed;
	height:4px;
	background-color:#449FD2 !important;
}

header{
	width:100%;
	background-color:#F7F4F4;
}
.realHeader{
	margin:30px auto;
	margin-bottom:20px;
	width:1280px;
	position:relative;
}
.menuButton{
	width:36px;
	height:36px;
	float:left;
	background:url(../img/menu.png) center no-repeat;
	margin:22px 0; 
	cursor:pointer;
}
.menuBody{
    position: fixed;
    display: none;
    width: 400px;
    height: 100%;
    background-color: #dcdcdc;
    top: 0;
    padding-top: 130px;
    z-index: 999;
	padding-left:10px;
	margin-left:-10px;
}
.menuBody a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    color: #525252;
	margin-left: -10px;
}
.menuBody a:hover{
    background: #525252;
    color: #F7F4F4;
}
.menuCloseButton{
    position: absolute;
    top: 52px;
    left: 10px;
    background: url(../img/close.png) center no-repeat;
    width: 36px;
    height: 36px;
	cursor:pointer;
}
.logo{
	width:335px;
	height:80px;
	float:left;
	margin-left:10px;
	position:relative;
	z-index:9999;
}
.logo a, .logo img{
	display:block;
	width:335px;
	height: auto;
}
.headerCenter{
	width:700px;
	height:20px;
	margin-top:30px;
	margin-left:130px;
	float:left;
}
.usefull{
	float:left;
	margin-right:20px;
}
.usefull span{
	display:inline-block;
	font-size:14px;
	color:#666666;
    line-height: 20px;
}
.rateTablo-elem{
	display:inline;
	font-size:14px;
	color:#4D4D4D;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
#weather i {
    color: #4D4D4D;
    font-family: weather;
    font-size: 30px;
    font-style: normal;
    line-height: 20px;
    text-transform: none;
}
.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }


#weather h2{
	font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
#weather ul{
	display:none;
}
.searchButton{
	width:36px;
	height:36px;
	float:right;
	background:url(../img/search.png) center no-repeat;
	margin:22px 0;
	cursor:pointer;
}
.searchBody{
	display:none;
    position: absolute;
    right: 0;
    top: 22px;
    height: 36px;
    background: #F7F4F4;
    width: 400px;
}
.searchCloseButton{
    background: url(../img/close.png) center no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
}
.search{
    display: block;
    float: left;
    height: 36px;
    width: 270px;
    border: none;
    outline: none;
    padding: 0 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
}
.ssubmit{
	display: block;
    float: left;
    background: #449FD2;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 90px;
}
.ticker{
	height:37px;
	background-color:#F3F3F3;
	background-image:url(../img/run.png);
}
.ticker a{
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    text-decoration: none;
    margin-left: 30px;
}
.ticker a time{
	display: inline-block;
    color: #fff;
    background-color: #449FD2;
    border-radius: 3px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    padding: 0 9px;
    margin-right: 3px;
}


.main{
	width:1280px;
	margin:20px auto;
}
.mainNews{
	height:430px;
	background-color:white;
}
.mainNews a{
	display:block;
	width:310px;
	height:210px;
	overflow:hidden;
	text-decoration:none;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	position:relative;
}
.mainNews a:first-child{
	width: 640px;
    height: 430px;
    margin-left: 0;
}
.mainNews a:first-child span{
	font-size:20px;
	padding:20px;
}
.mainNews a:first-child time{
	font-size:14px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
}
.mainNews a img{
	display:block;
	width:100%;
}
.mainNews a span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: 14px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    color: white;
    font-weight: bold;
}
.mainNews a time{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: white;
    background: #449FD2;
    border-radius: 3px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
}
.mainLeft{
	float:left;
	width:960px;
	background-color:white;
}
.mainLeftCats{
	width:640px;
	float:left;
}
.titler a{
	display:block;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	border-top:1px solid #CFCFCF;
	border-bottom:1px solid #666666;
	color:#666666;
	padding-left:5px;
}
.catOnMain{
	padding-bottom:20px;
}
.catOnMain a{
	display:block;
	text-decoration:none;
	margin-top:10px;
}
.catOnMain a:first-child img{
    display: block;
    float: left;
    margin-right: 10px;
}
.catOnMain a:first-child span time{
    display: block;
}
.catOnMain a img{
	display:none;
	min-height:20px;
}
.catOnMain a span{
	display:block;
	font-size:15px;
	line-height:20px;
	color:#000000;
}
.catOnMain a span time{
	display:inline-block;
	font-size:12px;
	color:#449FD2;
	line-height:17px;
	margin-right:10px;
}
.mainLeftSide{
	width:310px;
	float:right;
}
.blackBox{
	background-color:#333333;
	padding-right:10px;
	margin-bottom:10px;
}
.blackBox .catOnMain{
	padding:10px;
	padding-top:0;
}
.blackBox .catOnMain span{
	color:white;
}
.blackBox .catOnMain span time{
	color:red;
}
.blackBox .titler a{
	border-top:#333;
	border-bottom:1px solid red;
	color:white;
	padding-left:10px;
}
.videosMain a{
	display:block;
	text-decoration:none;
	position:relative;
	width:280px;
	height:180px;
	overflow:hidden;
	margin:15px;
	margin-top:0;
}
.videosMain a:first-child{
	margin-top:15px;
}
.videosMain a img{
	display:block;
	width:100%;
}
.videosMain a span{
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: 14px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    color: white;
    font-weight: bold;
}
.play{
	width:50px;
	height:50px;
	background-image:url(../img/play.png);
	position:absolute;
	top:65px;
	left:115px;
}
.silverBox{
	background-color:#F7F4F4;
	padding-right:10px;
	padding-bottom:10px;
}
.silverBox .titler a{
	border-top:1px solid #F7F4F4;
	padding-left:10px;
	margin-bottom:10px;
}
.mostPop a{
	display:block;
	margin:10px;
	margin-bottom:0;
	text-decoration:none;
}
.mostPop a img{
	display:block;
	width:90px;
	height:60px;
	float:left;
	margin-right:10px;
}
.mostPop a span{
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 19px;
    height: 76px;
    overflow: hidden;
}
.mostPop a span time{
    display: inline-block;
    color: #808080;
    margin-right: 1px;
    font-size: 11px;
}

.mainRight{
	width:310px;
	float:right;
	background-color:white;
}
.newsLine{
	height:518px;
	width:295px;
	margin-left:10px;
	overflow:auto;
}
.newsLine::-webkit-scrollbar {
    width: 5px;
	height:5px;
	background-color:#ffffff;
}
.newsLine a{
    display: block;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #808080;
    margin-right: 10px;
    text-shadow: 1px 1px 0 white;
}
.newsLine a:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.newsLine a time{
	display: inline-block;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: white;
    background: #449FD2;
    border-radius: 3px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    text-shadow: none;
}
.allLatest{
	
}
.allLatest a{
	border: 1px solid #449FD2;
    margin: 20px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #449FD2;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.mpSilver a{
	margin-top:10px;
	border-top:none;
}




footer{
	width:1280px;
	border-top:1px solid #666666;
	margin:0 auto;
	padding:20px 0;
}

footer small{
	float:left;
	color:#666666;
}
.footerLinks{
	float:right;
}
.footerLinks a{
	display:block;
	font-size:14px;
	text-align:right;
}

.pollQuestion {
    font-size: 25px;
    font-weight:900;
}

.pollAnswer {
    background: #dadada;
    margin-top: 25px;
    position: relative;
}

.n_answered {
    background: #dadada80;
    margin-top: 25px;
    position: relative; 
    cursor:pointer;
    transition: 1s;
}

.n_answered:hover {
    background: #dadada;
}

.pBar {
    height: auto;
    min-height: 32px;
    background: #add5ec;
    border-right: 1px solid #449fd2;
    transition: width 1s;
    
}

.pText {
    position: absolute;
    left: 5px;
    top: 5px;
    width:91%;
}

.pPercentage {
    position: absolute;
    top: 5px;
    right: 5px;
}

.d_none {
    display:none;
}














/* Article Show */

.news{
	padding:10px;
}
.news h1{
	padding:0;
	margin:0;
	font-size:22px;	
}
.news time{
	display:block;
	font-size:12px;
	line-height:12px;
	margin-bottom:10px;
	color:gray;
}
.recomendBox{
	height:21px;
	margin-bottom:10px;
}
.recomendBoxUnit{
	float:left;
	overflow:hidden;
	margin-right:10px;
	width:290px;
}
.news p{
	padding:10px 10px 10px 0;
	margin:0;
	text-align:justify;
}
.news p img{
	width:100%;
	height:100%;
}
.news p a{
	color:#449FD2;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.articleImge{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid whitesmoke;
}
.articleImge img{
	display:block;
	width:600px;
}
.articleVideo{
	padding:10px 0;
	margin:10px 0;
	border-top:2px solid whitesmoke;
	border-bottom:2px solid whitesmoke;
	border-top:2px solid whitesmoke;
}
.articleInner{
	float:right;
	width:300px;
}
.suggestions{
	min-height:50px;
	border: 1px solid #E4E4E4;
	background-color:whitesmoke;
	padding:10px 15px;
	margin:10px;
	margin-right:0;
}
.suggestions ul{
	margin:0;
	padding:0;
	list-style-image:url(../img/li.png);
	margin-left: 13px;
}
.suggestions h4{
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #E4E4E4;
	width:211px;
}
.suggestions li{
	margin:0;
	padding:0;
}
.suggestions a{
	display:block;
	color:#333333;
	text-shadow:1px 1px 0 white;
	text-decoration:none;
	margin-bottom:5px;
	font-size:14px;
	transition: all 0.5s ease;
}
.suggestions a:hover{
	text-decoration:underline;
	transition: all 0.5s ease;
}
.articleAuthor{
	width:220px;
	padding-left:10px;
	border-left:1px solid whitesmoke;
	margin:10px;
	margin-right:0;
}
.articleAuthor b{
	display:block;
	color:silver;
	font-size:12px;
	height:12px;
	line-height:12px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid whitesmoke;
}
.articleShaher{
	padding:5px 10px;
	border-top:1px solid whitesmoke;
	border-bottom:1px solid whitesmoke;
}
.articleComments{
	padding:10px;
}
.ya-share2{
	float:left;
}
.articleHits{
    display: block;
    float: right;
    font-size: 14px;
    color: #333;
}
.articleHits span{
    display: inline-block;
    font-weight: bold;
}
.yashare-auto-init{
	float:right;
}
.articleControlls{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background-color:rgba(0,0,0,0.9);
	z-index:99999;
}
.articleControlls .ya-share2{
	margin:8px auto;
	width:192px;
}


/* Category Page */

.categotyPage{
}
.categotyPage a{
	display:block;
	text-decoration:none;
	margin-top: 10px;
}
.categotyPage a img{
    display: block;
    float: left;
    margin-right: 10px;
}
.categotyPage a span{
    display: block;
    font-size: 15px;
    color: #222;
}
.categotyPage a span time{
    display: inline-block;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: white;
    background: #449FD2;
    border-radius: 3px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    text-shadow: none;
}



@media (max-width:1024px){
	.realHeader{
		width:980px;
	}
	.headerCenter {
		width: 490px;
		margin-left: 50px;
	}
	.main {
		width: 980px;
	}
	.mainNews {
		height: 330px;
	}
	.mainNews a:first-child {
		width: 490px;
		height: 330px;
		margin-left: 0;
	}
	.mainNews a {
		width: 235px;
		height: 160px;
	}
	.mainNews a span{
		font-size:12px;
	}
	.mainLeft {
		width: 735px;
	}
	.mainLeftCats {
		width: 490px;
	}
	.catOnMain a span {
		font-size: 12px;
		line-height: 14px;
	}
	.catOnMain a:first-child img {
		width: 100px;
	}
	.mainLeftSide {
		width: 235px;
		float: right;
	}
	.videosMain a {
		width: 215px;
		height: 140px;
		margin: 10px;
	}
	.videosMain a span{
		font-size:11px;
	}
	.play {
		top: 45px;
		left: 82px;
	}
	.mostPop a span {
		font-size: 11px;
		line-height: 15px;

	}
	.mostPop a img {
		width: 70px;
		height: 47px;
		margin-right: 6px;
	}
	.mainRight {
		width: 235px;
	}
	.newsLine {
		width: 220px;
		height:383px;
	}
	.newsLine a {
		font-size: 12px;
	}
	.titler a {
		font-size: 15px;
	}
	footer {
		width: 980px;
	}
}

@media (max-width:500px){
	.realHeader{
		width:320px;
	    margin: 10px auto;
	}
	.menuButton {
		width: 26px;
		height: 26px;
		background: url(../img/menu.png) center no-repeat;
		margin: 12px 0;
		background-size: contain;
	}
	.menuBody {
		width: 250px;
		padding-top: 70px;
	}
	.menuCloseButton {
		top: 22px;
		width: 26px;
		height: 26px;
		background-size: contain;
	}
	.logo, .logo a, .logo img{
		width: 195px;
		height: auto;
	}
	.headerCenter{
		display:none;
	}
	.searchButton {
		width: 26px;
		height: 26px;
		float: right;
		background: url(../img/search.png) center no-repeat;
		margin: 12px 0;
		cursor: pointer;
		background-size: cover;
	}
	.searchBody {
		right: -12px;
		top: 0px;
		height: 36px;
		width: 320px;
		z-index: 999999999999999999;
		border: 12px solid #F7F4F4;
	}
	.search {
		width: 190px;
	}
	.main {
		width: 320px;
		margin: 20px auto;
	}
	.mainNews{
		height: auto;
	}
	.mainNews a {
		width: 320px;
		height: 215px;
		margin-left: 0;
	}
	.mainNews a:first-child {
		width: 320px;
		height: 215px;
	}
	.mainNews a:first-child span {
		font-size: 14px;
		padding: 10px;
	}
	.mainLeft {
		width: 320px;
	}
	.mainLeftCats {
		width: 320px;
		float: left;
	}
	.mainLeftSide {
		width: 320px;
	}
	.videosMain a {
		width: 300px;
		height: 200px;
	}
	.play {
		top: 75px;
		left: 125px;
	}
	.mainRight {
		width: 320px;
		margin-top: 10px;
	}
	.newsLine {
		width: 300px;
		height: 383px;
	}
	footer {
		width: 320px;
	}
	footer small {
		text-align: center;
	}
	.footerLinks {
		float: right;
		margin-top: 10px;
		width: 320px;
	}
	.footerLinks a {
		text-align: center;
	}
	.categotyPage a img {
		width: 100px;
	}
	.categotyPage a span {
		font-size: 12px;
	}
	.news h1 {
		padding: 0;
		margin: 0;
		font-size: 18px;
	}
}