/* events  详情页*/
.r_con .event_content h1 {
  margin-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px dotted #d7d7d7;
}
.r_con .event_content .item {
  display: flex;
  align-items: center;
  border-left: 2px solid #003687;
  padding-top: 37px;
  padding-bottom: 40px;
  margin: 40px 0;
  background-color: #f2f3f7;

}
.r_con .event_content .item .date {
  width: 114px;
  height: 107px;
  margin: 0 28px 0 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #003282;
 border-radius: 17px;
}
.r_con .event_content .item .date .m,
.r_con .event_content .item .date .y,
.r_con .event_content .item .date .d {
  color: #fff;
    text-indent: initial;
line-height: normal;
}
.r_con .event_content .item .date .m,
.r_con .event_content .item .date .d {
  font-size: 24px;
}
.r_con .event_content .item .date .y {
  font-size: 18px;
}
.r_con .event_content .item .info {
  flex: 1;
}
.r_con .event_content .item .info p {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 34px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}
.r_con .event_content .item .info p .title {
  color: #666;
  font-size: 18px;
}
.r_con .event_content .item .info p .text{
  font-size: 18px;
}
.r_con .event_content .item .info .peo {
  background-image: url(../images/con_spea.png);
}
.r_con .event_content .item .info .time {
  background-image: url(../images/con_time.png);
}
.r_con .event_content .item .info .ad {
  padding-bottom: 0;
  padding-top: 0;
  background-image: url(../images/con_loca.png);
  border-bottom: none;
}
.r_con .event_content .subtitle {
  background: url(../images/con_line.png) center center;
  background-repeat: repeat-x;
 text-indent: inherit;
}
.r_con .event_content .subtitle .sub_text{
  padding: 8px 23px;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
  background-color: #f2f3f7;
  text-indent: inherit;
border-radius: 20px;
    margin: 10px 0;
}




/* banner图 */
.banner {
  width: 100%;
  height: 230px;
  background: url(../images/list_banner.png) no-repeat center center;
  background-size: auto;
}
article {
  width: 100%;
}
.r_con {
  width: 100%;
  padding-left: 324px;
  margin-top: 22px;
}
.r_con .ad {
  border-bottom: 2px solid #003f88;
  padding-bottom: 22px;
  padding-top: 12px;
}
.r_con .ad span{
  color: #333333;
  font-size: 14px;
  font-family:threeFont;
}
.r_con .ad a {
  color: #333333;
  font-size: 14px;
  font-family:threeFont;
}
.r_con .ad a:nth-child(1) {
  background: url(../images/home_icon.png) no-repeat left center;
  padding-left: 26px;
}
.r_con .content h1 {
  color: #0555b0;
  font-size: 24px;
  font-family:Rabiola Serif;
  line-height: 38px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 35px;

}
.r_con .content .item_info {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #eeeeee;
}
.r_con .content .item_info span {
  color: #999999;
  font-size: 16px;
  font-family:Roboto-Regular;
  margin-left: 20px;
  line-height: 28px;
}
.r_con .content .item_info span:nth-child(1) {
  margin-left: 0;
  border-right: 2px solid #d0d0d0;
  padding-right: 20px;
}
.r_con .content .item_content {
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  font-family:threeFont;
  line-height: 31px;
  text-indent: 2em;
}
.r_con .content p{
  color: #333333;
  font-size: 16px;
  font-family:threeFont !important;
  line-height: 31px;
  text-indent: 2em;
}
.r_con .content span{
  font-family:threeFont !important;
}
.r_con .content img{
  width:auto;
 max-width:800px;
 }
@media screen and (max-width:950px){
  .r_con{
    padding-left: 0;
  }

}
@media screen and (max-width: 640px) {
  .r_con {
    width: 100%;
    padding-left: 0;
    margin-top: 22px;
  }
.r_con .content img{
  
 max-width:100%;
 }
  .r_con .content .item_content{
    padding-left: 10px;
    padding-right: 10px;
  }
}
