﻿.newsContent {
width: 100%;
position: relative;
overflow: hidden;
max-width: 1250px;
min-width: 1060px;
margin: 0 auto;
border-bottom: 1px solid #dbdbdb;
padding: 15px 0;
background: #fafafa;
min-height: 600px;
}

.newsContent > .left_on { /*外层后加上*/
width: 300px;
height: 600px;
position: absolute;
left: 0;
}

.newsContent .left {
width: 300px;
height: 600px;
position: absolute;
}

.newsContent .left.on {
position: fixed;
}

.newsContent .left h2 {
font-size: 18px;
font-family: 'Microsoft YaHei';
font-weight: 700;
color: #0099cc;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #dedede;
}


.newsContent .left .recentlyNews li {
height: 70px;
padding-bottom: 20px;
margin-bottom: 20px;
/*background:skyblue;*/
border-bottom: 1px solid #dedede;
}

.newsContent .left .recentlyNews li a {
display: block;
height: 80px;
position: relative;
}

.newsContent .left .recentlyNews li a img {
    position: absolute;
    float: left;
    width: 90px;
    height: 70px;
    top: 0;
    left: 5px;
}

.newsContent .left .recentlyNews li a .recentTitle {
    padding-left: 105px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #333333;
}

.newsContent .left .recentlyNews li a:hover p {
    color: #0099cc;
}

.newsContent .left .recentlyNews li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=50);
}

.newsContent .left .recentlyNews li a .recentTime {
    padding-left: 105px;
    font-size: 12px;
    line-height: 22px;
    display: block;
    color: #999999;
    text-align: right;
    margin-top: 10px;
}

/*右边*/
.newsContent > .right {
margin-left: 300px;
font-size: 14px;
position: relative;
}

.newsContent > .right.cur {
margin-left: 250px;
}

.newsContent > .curLocation {
margin-left: 310px;
color: #0062B2;
font-size: 13px;
background: #F2F5F8;
height: 40px;
line-height: 40px;
margin-bottom: 20px;
padding-left: 20px;
}

.newsContent > .curLocation a:hover {
text-decoration: underline;
}

.newsContent .right_in {
width: 90%;
margin: 0 auto;
}

.newsContent .info {
text-align: center;
padding-bottom: 25px;
width: 90%;
margin: 10px auto 20px;
border-bottom: 1px solid #dedede;
}

.newsContent .info span {
padding: 0 10px;
font-size: 12px;
color: #666666;
line-height: 18px;
}

.newsContent > .right p {
margin: 5px;
text-indent: 28px;
line-height: 30px;
color: #333333;
}

.newsContent > .right img {
width: auto;
/* height: 400px; */
margin: 10px auto;
display: block;
}

.newsContent > .right h2 {
line-height: 40px;
font-weight: 700;
font-size: 30px;
text-align: center;
color: #272727;
}

.newsContent > .right h3 {
line-height: 36px;
font-weight: 700;
text-indent: 28px;
color: #272727;
margin: 5px;
font-size: 20px;
}