@charset "utf-8";

body{
	background: url(../images/neiye-bg.jpg) no-repeat ;
    background-attachment: fixed;
}
#box_main{
	margin: 100px auto;
	background: #ffffffa8;
}
#sidemenu .caption {
    background: #750508;
    padding: 1em;
}
#sidemenu li a.current, #sidemenu li a:hover {
    background: #750508;
}
#sidemenu li a {
    text-align: center;
    height: 40px;
    line-height: 40px;
}
#sidemenu .cc>ul>li>a{
	font-weight: bold;
    background-color: rgb(216, 216, 216);
    color: #750508;
    margin-bottom: 2px;
}
.plist .list .pro-module {
    margin: 5px;
}
.page {
    text-align: right;
}
.page .pagination span.current {
    background-color: #750508;
    font-weight: bold;
    cursor: pointer;
    border-radius: 15px;
}
.page .pagination span.current:hover{
    background-color: #fff;
    color: #750508;
} 
.pro-module p{
    padding: 5px;
}
.plist .list .pro-module a:hover {
    color: #750508;;
    font-weight: normal;
}
.plist .list .pro-module a {
    color: #555;
    padding: 0 5px;
}
#box_left dd{
    line-height: 3em;
    padding: 2px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}
.caption h4 {
    padding-top: 6px;
}

.newslist li {
    line-height: 50px;
    border-bottom: 1px dashed #ab9d9d;
}
.newslist li a {
    letter-spacing: 2px;
}
#condetail .cc {
    min-height: 600px;
}

#condetail .cc p span {
    background-color: rgba(0,0,0,0)!important;
}

#sidemenu li a.hover {
    background: #750508;
    color: #fff;
}

#box_left {
    width: 280px;
}
#box_right {
    width: 850px;
}
.caption {
    height: 40px;
    line-height: 40px;
}
.caption .location{
    right: 0;
    top: 0;
    line-height: 2;
}
.caption .location a{
    padding: 10px;
    font-size: 1.1em;
    letter-spacing: 0.1em;
}
#pdetail .detail .title {
    padding: 10px 0;
    border-bottom: 1px solid #750508;
}
#pdetail .detail .title h5 {
    height: 28px;
    line-height: 28px;
    background: #750508;
    padding: 0px 45px;
}
#pdetail .detail .dcc {
    text-indent: 2em;
    text-align: justify;
}
#pdetail .pic-module .pic img {
    width: 400px;
    height: auto; 
    border: 1px solid #ccc;
    box-shadow: 1px -3px 15px #ccc;
}