/*//十佳文物保护工程*/
body{
    background-color: #F2F2F2;
    font-family: Microsoft YaHei;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: Microsoft YaHei;
}
/*公共样式*/
.con{
    margin: 0 0 10px 0;
    border: 1px solid #cccccc;
    background: #FFFFFF;
}
.con h3.bt{
    background-color: #ffffff;
    font-size: 20px;
    line-height:60px;
    height: 60px;
    padding-left: 24px;
    border-left:12px solid #834254;
    border-bottom: 1px solid #834254;
    margin: 0;
    color: #834254;
}
.con .bt .more{
    font-size: 14px;
    color: #834254;
    padding-right: 25px;
    margin-right: 22px;
    background: url("../../images/Icon/icon_01.png") no-repeat right center;
}
/*十佳文物维修工程*/
.proje ul{
    padding-left: 30px;
    padding-top: 18px;
}
.proje ul li{
    width: 225px;
    padding-right: 10px;
    padding-left: 0;
    vertical-align: middle;
}
.proje ul li .thumbnail{
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}
/*.proje .thumbnail .caption{*/
    /*overflow: hidden;*/
    /*height: 120px;*/
/*}*/
.proje .thumbnail .caption h3{
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}
.proje .thumbnail .caption p{
    color: #808080;
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proje li a:hover .caption h3{
    color: #834254;
}
.proje li a:hover .thumbnail{
    border-color: #834254;
}
.proje .thumbnail img{
    width: 194px;
    height: 110px;
    margin-bottom: 8px;
}
/*活动动态*/
.active ul{
    padding: 25px 0;
}
.active ul li{
    padding-left: 35px;
}
.active ul li a{
    font-size: 16px;
    padding: 20px 60px 20px 25px;
    display: block;
    color: #000;
}
.active ul li a:hover{
    background: #834254;
    color: #fff;
}
.active ul li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
}
/*评选办法*/
.way{
    padding-right: 5px;
}
.way .con{
    margin: 0 0 90px -15px;
    height: 390px;
}
.way ul{
    padding-top: 20px;
}
.way ul li{
    padding-left: 35px;
}
.way ul li a{
    font-size: 16px;
    padding: 17px 12px 16px 10px;
    display: block;
    color: #000;
}
.way ul li a .dian{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000;
    margin-bottom: 8px;
    margin-right: 12px;
}
.way ul li a:hover{
    background: #834254;
    color: #fff;
}
.way ul li a:hover .dian{
    background: #fff;
}
.way ul li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
    display: inline-block;
}
/*研讨会*/
.seminar{
    padding-left: 5px;
}
.seminar .con{
    height: 390px;
    margin: 0 -15px 90px 0;
}
.seminar h3.bt{
    border-left: 0;
    border-bottom: 0;
}
.seminar .carousel{
    margin-top: 25px;
}
.seminar .carousel-inner .item{
    height: 293px;
}
.seminar .carousel .item img{
    width: 350px;
    height: 230px;
    margin: 0 auto;
}
.seminar .carousel .carousel-caption{
    bottom: 0;
    padding-bottom: 10px;
}
.seminar .carousel .carousel-caption h4{
    color: #000;
    font-size: 16px;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.seminar .carousel .carousel-control{
    width: 30px;
    height: 30px;
    bottom: 45px;
    top: auto;
}
.seminar .carousel a.left{
    background: url("../../images/brandrecom/left.png") no-repeat;
}
.seminar .carousel a.right{
    background: url("../../images/brandrecom/right.png") no-repeat;
}