html, body {padding: 0; margin: 0; min-width: 1000px; font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;}

body {
    background: #F6F6F6 url('../img/tbg.png') left top repeat-x;
}

.header {
    position: relative;
    height: 133px;
    margin-bottom: 22px;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 18px;
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    letter-spacing: 2px;
}

.header .search {
    position: absolute;
    right: 0;
    top: 22px;
}

.header .search .button {
    width: 29px;
    height: 31px;
    background: url('../img/search.png') left top no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.header .search .bg {
    display: none;
    overflow: hidden;
}

.header .search input {
    border: none;
    background: none;
    vertical-align: middle;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
    width: 650px;
    margin-left: 10px;
}

.header .search .close {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: url('../img/search_close.png') left top no-repeat;
    margin: 5px 0 0 5px;
    vertical-align: middle;
}

.header .search.opened .bg {
    z-index: 1;
    position: absolute;
    display: block;
    border: solid 4px #ffffff;
    height: 54px;
    /*width: 802px;
    left: -754px;*/
    max-width: 802px;
    width: 300px;
    left: -252px;
    top: -15px;
    background: #6240A1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


.menu {
    position: absolute;
    left: 0;
    top: 74px;
    height: 59px;
}

.menu li {
    float: left;
    padding: 0 23px 0 23px;
    border-left: solid 1px #613C9F;
    border-right: solid 1px #613C9F;
    height: 100%;
}

.menu li:first-child {
    padding-left: 0;
    border-left: none;
}

.menu li:last-child {
    border-right: none;
}

.menu a {
    line-height: 57px;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
}

.title {
    height: 34px;
    line-height: 32px;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-indent: 19px;
    position: relative;
}

.title a {
    color: #ffffff;
}

.title span {
    position: absolute;
    right: 18px;
    color: #DDDDDD;
    font-size: 14px;
    font-weight: normal;
}

.title.bg1 {
    background: #5E3B98;
}

.title.bg2 {
    background: #333333;
}

.news1 ul {
    -webkit-box-shadow: 0px 5px 6px 0.1px #D3D3D3;
    box-shadow: 0px 5px 6px 0.1px #D3D3D3;
    margin-bottom: 25px;
    background: #ffffff;
}

.news1 a {
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #202020;
    text-decoration: none;
}

.news1 ul li {
    padding: 8px 16px 6px 19px;
    border-bottom: solid 1px #E8E8E8;
}

.news1 i {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #888;
}

.news1 i b {
	font-weight: normal;
	text-transform: capitalize;
}

.hot_news {
    margin-bottom: 25px;
    position: relative;
}

.hot_news .hotnews-container {
    min-height: 410px;
}

.hot_news ul {
    list-style: none outside none;
}

.hot_news .hotnews {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.hot_news .hotnews.current {
    display: list-item;
}

.hotnews-previews {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
}

.hotnews-previews span {
    float: left;
    height:39px;
    width:85px;
    line-height:39px;
    color:#ffffff;
    text-align:center;
    font-size:22px;
    cursor:pointer;
    border-left: solid 1px #7F888E;
    position: relative;
}

.hotnews-previews span:last-child {
    margin-right:0;
}

.hotnews-previews span:hover {
    color:#e52106;
}

.hotnews-previews span.current {
    background-color:rgba(0,0,0,1);
    background-color:#5E3B98;
}

.hotnews-previews span.current:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
	background:#5E3B98;
}

.hot_news img {
    width: 100%;
}

.hot_news h1 {
    margin-top: 10px;
    color: #333333;
    font-size: 30px;
    line-height: 1.3em;
}

.hot_news .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:39px;
	background-color:#222;
    background-color:rgba(0,0,0,0.5);
    line-height:39px;
    font-size: 14px;
    color: #fff;
    text-indent: 22px;
}

.hot_news .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 601px;
	font-size: 30px;
	height: auto;
	padding: 10px 0 12px 19px;
	text-indent: 0;
}

.hot_news.view .title {
	position: static;
	width: auto;
	height: 34px;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 0;
}

.hot_news a {
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.hot_news > a {
    color: #333333;
}

.view div[class^="grid"] {
    margin: 0 20px 0 0;
    padding: 0;
}

.view img {
    max-width: 100%;
}

.view h1 {
    margin-top: 0;
}

.left_block {
    float: left;
    width: 640px;
}

.news_list {
    margin-top: -10px;
}

.news_list.right_block {
    margin-left: -10px;
}

.news_list.top {
    float: left;
}

.news_list .item {
    padding: 10px;
    margin-bottom: 18px;
    float: left;
    width: 300px;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

.news_list .item:hover {
    padding: 9px;
    border: solid 1px #DDDDDD;
    background: #FFFFFF;
}

.news_list .item h1 {
    margin-top: 11px;
    font-size: 18px;
}

.news_list .title {
    text-indent: 13px;
    font-size: 14px;
    line-height: 36px;
}

.news_list .title.nodeco {
    text-decoration: none;
    font-weight: normal;
}

.today_news {
    position: relative;
    min-height: 228px;
    background: #ffffff;
    left: -100%;
    width: 100%;
    padding-right: 100%;
    -webkit-box-shadow: 0px 5px 6px 0.1px #D3D3D3;
    box-shadow: 0px 5px 6px 0.1px #D3D3D3;
    margin-bottom: 25px;
}

.today_news .content {
    padding-top: 16px;
    position: relative;
    right: -100%;
    width: 720px;
}

.today_news .logo {
    position: absolute;
    left: -30px;
    top: 24px;
}

.today_news .item {
    padding: 0 10px 0 10px;
    float: left;
    width: 220px;
    text-decoration: none;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #202020;
    cursor: pointer;
}

.today_news h1 {
    font-size: 16px;
    color: #0071C7;
    margin-bottom: 5px;
}

.today_news h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}

.today_news h3 {
    font-size: 13px;
}

.banner {
    margin-bottom: 25px;
}

.counters li {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.top_visitors_title {
    margin-top: 10px;
    font-size: 22px;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #0071C7;
}

.content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.content p {
    margin-bottom: 15px;
    margin-right: 20px;
    line-height: 1.5em;
}

.next_page {
    border-top: solid 3px #268AC6;
    text-align: center;
    background: url('../img/next_page_bg.png') center top no-repeat;
    height: 37px;
}

.next_page a {
    display: inline-block;
    width: 111px;
    height: 34px;
    font-family: proximanova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.socials {
	width: 195px;
	height: 80px;
}

.socials .visit_count {
	float: right;
	width: 56px;
    height: 58px;
    background: url('../img/visit_count.png') left top no-repeat;
    line-height: 35px;
    font-size: 17px;
    color: #333333;
    text-align: center;
}



.footer {
    margin-top: 20px;
    padding-top: 18px;
    height: 100px;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
}

.footer > div:before {
	content: "";
	display: block;
	height: 6px;
	border-top: solid 1px #CCCCCC;
	margin-left: 9px;
	margin-right: 10px;
	clear: both;
}

.footer a {
    color: #005FAB;
}

.footer p {
    padding: 5px 0 5px 0;
}

.footer .fb img {
    margin-right: 10px;
}



