#mainPic{
    width: 100%;
    height: 320px;
    text-align: center;
}
#mainPic img{
    width:100%;
    height: 320px;
}
main{
    width: 1000px;
    height: 1100px;
    margin: 0 auto;
}
.bodyPic{
    width:1000px;
    margin:0 auto;
}
.bodyPicText{
    margin-top: 30px;
    margin-left: 16px;
}
.bodyPicText h3,p{
    margin-left: 20px;
    font-weight: 300;
}
.bodyPicText .leftBorder{
    float: left;
    height: 53px;
    border-left:10px solid #eaab51;
}
.mainPic{
    width: 1000px;
    overflow: hidden;
    position: relative;
}
.mainPics{
    width: 300px;
    height: 200px;
    background-color: #ddd;
    float: left;
    margin:25px 16px;
    position: relative;
}
.mainPics img{
    width: 300px;
    height: 200px;
}
.mainSmallShadow,.mainShadow{;
    width: 300px;
    height: 30px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
}
.mainBigShadow{
    display: none;
    width: 300px;
    height: 200px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    bottom:0;
}
.mainSmallShadowText,.mainShadowText{
    color: white;
    font-size: 16px;
    position: absolute;
    bottom:-6px;
    left: -8px;
    font-weight: 600;
}
.mainBigShadowText{
    display: none;
    position: absolute;
    top:25px;
    left:-8px;
}
.mainBigShadowText p{
    width: 280px;
    font-weight: 600;
    color: #fff;
}
.mainLeftPic{
    width: 316px;
    height: 450px;
    margin-top: 30px;
    overflow: hidden;
    float: left;
}
.mainLeftPic .mainPics{
    margin:0 0 20px 16px;
}
.mainLeftPic .mainPics p{
    color: #eaab51;
    padding-left: 5px;
    line-height: 30px;
    border-left: 10px solid #eaab51;
    left: -20px !important;
    bottom: -10px !important;
}
.mainLeftPic .mainPics p a{
    font-size: 16px;
    font-weight: 600;
    color: #eaab51;
}
.mainLeftPic .mainPics p a:hover{
    color: #eaab51;
    text-decoration: none;
}
.mainRightPic{
    width: 644px;
    height: 422px;
    margin: 30px 0 0 20px;
    float: left;
    border-left: 1px solid #c0c0c0;
}
.mainRightPic .news{
    margin:30px 0 0 13px;
}
.mainRightPic .news li{
    margin: 10px 0;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.mainRightPic .news li p{
    color: black;
    font-size: 16px;
    margin-left: 0!important;
}
.mainRightPic .news li img{
    width: 25px;
    height: 25px;
}

.mainRightPic .news li p span{
    float:right;
}

.images ,.images2,.images3{
    width: 100%;
    height: 320px;
    background-image: url(../images/滚动图片1.jpg);
    background-position: center;
    background-size: cover;
}
.images2{
    background-image: url(../images/滚动图片2.jpg);
}
.images3{
    background-image: url(../images/滚动图片3.jpg);
}
.carousel-caption b{
    display: block;
    text-align: center;
    width: 22px;
    border-top:3px solid white;
    margin: 10px 0 10px 559px;
}
.more{
    color: #1296db;
}
.more:hover{
    color: #1296db;
}

/* 20200806 yamaguchi add sta */

thead.scrollHead,tbody.scrollBody{
  display:block;
}
thead.scrollHead{
  width:955px;
  background-color:#4682B4;
  color: white;
}
tbody.scrollBody{
  overflow:auto;
  height:172px;
}
 

/*幅調整*/
td,th{
  table-layout:fixed;
  border: solid 2px white;
}
th{
  border-bottom: none;
  height:30px;
  text-align: center;
}
td{
  height:35px;
  text-align: left;
  padding: 0 0 0 10px; 
}


.thSemiDate{
  width:110px;
}
.thSemiCont{
  width:550px;
}
.thSemiVenue{
  width:180px;
}
.thSemiEntry{
  width:112px;
}
.tdSemiDate{
  width:110px;
}
.tdSemiCont{
  width:550px;
}
.tdSemiVenue{
  width:180px;
}
.tdSemiEntry{
  width:112px;
}


table.catalog {
 border-collapse: collapse;
 margin:23px 0 0 0;
}

tbody tr:nth-child(odd) {
 background: #E2EEFF;
} 
tbody tr:nth-child(even) {
 background: #EEEEEE;
}
    
/* 20200806 yamaguchi add end */




