﻿.mian {
    width: 1100px;
    margin: 12px auto 0;
    overflow: hidden;
    clear: both;
}

.mian_content_box {
    background: #FFF;
    width: 98%;
    height: auto;
    padding: 10px;
    overflow: hidden;
	border:#CCC 1px solid;
}

.mian_content_box .left_nav,
.mian_content_box .right_content {
    float: left;
    overflow: hidden;
}

.mian_content_box .left_nav {
    background: #F5F5F5;
    border: 1px solid #ccc;
}

.title_nav p {
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    padding-left: 60px;
}

.left_nav .title_nav {
    background: url("imagesnry-t.jpg") no-repeat center;
    width: 210px;
    height: 54px;
}

.list_nav {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.list_nav li {
    text-align: center;
}

.list_nav li a {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.list_nav li a:hover{
	color:#C30;}
.contact {
    padding-bottom: 20px;
}

.right_content {
    padding-left: 40px;
    padding-right: 20px;
	padding-bottom:20px;
    width: 74%;
}

.right_content .Time_pos {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #2F82C8;
    font-size: 14px;
    font-weight: bold;
}

.right_content .Time_pos .position {
    float: left;
    color: #333;
    line-height: 2;
}

.right_content .Time_pos .Time {
    float: right;
    color: #333;
    line-height: 2;
    font-size: 14px;
}

.right_content .Time span {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.news_title {
    margin: 15px 0;
    border-bottom: 1px dashed #dfdfdf;
    padding: 0 0 15px 0;
}

.news_title h3 {
    word-wrap: break-word;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 20px;
    color: #444;
    margin: 0 auto;
}

.messages {
    height: 20px;
    font-family: 微软雅黑;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.messages span {
    margin: 0 3px;
}

.messages span a {
    margin: 0 2px;
}

.news_text {
    line-height: 25px;
    color: #333;
    font-family: 微软雅黑;
    font-size: 14px;
	padding:0 10px;
}

.img {
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.tbt {
    text-align: center;
}

.link {
    margin: 15px 0 0 0;
    line-height: 25px;
    font-family: 微软雅黑;
    font-size: 13px;
    color: #333;
    padding: 0 10px;
}

.link p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.link p a {
    font-family: 微软雅黑;
    font-size: 13px;
    color: #333;
}

.link p a:hover {
    color: #FF6600;
}

.set_font .font_large,
.set_font .font_in,
.set_font .font_small {
    cursor: pointer;
    line-height: 24px;
}
.set_font .font_large {
    font-size: 14px;
}
.set_font .font_small {
    font-size: 14px;
}

/*hover*/
.set_font .font_large:hover,
.set_font .font_small:hover {
    color:red;
}
.color_red {
    color: red !important;
}


.message,.contact{
	text-align:center;
	padding:20px 0;
	}
.message h3,.contact h3{
	text-align:center;
	margin-top:10px;
	font-weight:normal;
	font-size:15px;}
.contact{
	margin-bottom:20px;
	}