@charset "utf-8";
.listConts {
    color: #333;
    width: 900px;
    margin: 30px auto 0;
    padding: 0 20px;
}

.listConts .title {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-weight: normal;
}

.listConts .info {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    width: 350px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    margin: 10px auto;
    color: #666;
}

.listConts .info small {
    font-family: "Microsoft YaHei";
    margin-left: 8px;
    margin-right: 3px;
    color: #999;
    font-size: 12px;
}

.listConts .showimg {
    margin: 20px 0 30px;
    text-align: center;
}

.listConts .conttitle {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #999;
    line-height: 24px;
    border-bottom: 1.5px solid #ddd;
    font-size: 14px;
}

#textarea {
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    padding: 0 20px;
    text-align: justify;
    line-height: 2;
}

.preNext {
    position: relative;
    padding: 10px 0 20px;
}

.preNext .actBox {
    position: absolute;
    top: 20px;
    right: 0;
}

input,
select,
textarea {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 16px;
}

.preNext .actBox li {
    display: inline;
    padding-left: 22px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.preNext .actBox li#act-pus {
    background-position: 4px -73px;
}

.preNext .actBox li#act-pnt {
    background-position: 4px -109px;
}

.preNext .actBox li a {
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei";
}

.text li a {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.text li a:hover {
    color: #00832b;
}
.detail{
    padding: 20px 0px 30px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    min-height: 100px;
    color: #333;
}
.detail p{
    margin: 0 0 5px;
}
.detail1{
    padding: 20px 0px 40px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.detail1 p{
    margin: 5px 0;
}
.detail img{
    display: block;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}
.currentDd{
    color:#0c60ba;
}

.currentDt{
    background-image:url(../images/jiantou1.jpg);
}

.navContent{
    display: none;
    border-bottom:solid 1px #e5e3da;
}
.navContent li{
    border-bottom:1px solid #e5e3da;

}

.navContent li a{
    display:block;
    width:246px;
    height:53px;
    text-align:center;
    font-size:14px;
    line-height:53px;
    color:#000;
}

.navContent li a:hover{
    color:#fff;
    background-color:#0c60ba;
}
.lefter {
    margin-bottom: 50px;
}


/* 产品缩略图代码 */

.artTop{
    width: 100%;
    height: 232px;
    padding-bottom: 30px;
    overflow: hidden;
}
.pic-module{
    width: 282px;
    float: left;
    height: 212px;
    text-align: center;
    overflow: hidden;
    margin-left: 5px;
}
.pic-module span{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 282px;
    height: 212px;
}
.pro-module{
    width: 355px;
    height: 232px;
    float: right;
    margin-right: 125px;
    position: relative;
}
.proName{
    text-align: center;
    width: 355px;
    height: 48px;
    line-height: 48px;
    background: #00832b;
	margin-bottom: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.createdate , .skim{
    border-bottom: #d5d5d5 1px dotted;
    line-height: 48px;
    color: #231815;
}
.createdate span ,
.skim span{
    color: #666464;
    font-weight: normal;
    padding-left: 5px;
}
.pro-module a{
    display: block;
    width: 133px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00832b;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 5px;
    bottom: 0;
}
.pro-module a:hover{
    background: #eb3c3c;
}
.detailName{
    font-size: 20px;
    color: #00832b;
    padding: 15px 0 10px;
}
.detailCont{
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 0, 0);
    padding: 0 0 50px;
    text-align: center;
}