*{
    list-style:none;
    margin: 0;
    padding: 0;
}
.typeContPg{
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.typeContPg .typeContItem{
    width: 285px;
    height: 178px;
    background: #F5F7FD;
    opacity: 1;
    text-align: center;
    cursor: pointer;
}
.typeContItem:hover{
    background-color: #1F58B5;
}
.typeContItem:hover :nth-child(2){
    color: #F5F7FD;
}
.typeContItem:hover :nth-child(3){
    color: #F5F7FD;
}
#itemType1:hover :nth-child(1){
    background-image: url(../image/typeIcon1.png);
}
#itemType2:hover :nth-child(1){
    background-image: url(../image/typeIcon2.png);
}
#itemType3:hover :nth-child(1){
    background-image: url(../image/typeIcon3.png);
}
#itemType4:hover :nth-child(1){
    background-image: url(../image/typeIcon4.png);
}
.typeContPg>:nth-child(1)>:first-child{
    width: 50px;
    height: 51px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 43px;
    background-image: url(../image/typeSelIcon1.png);
    background-repeat: no-repeat;
}
.typeContPg>:nth-child(2)>:first-child{
    width: 50px;
    height: 51px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 43px;
    background-image: url(../image/typeSelIcon2.png);
    background-repeat: no-repeat;
}
.typeContPg>:nth-child(3)>:first-child{
    width: 50px;
    height: 51px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 43px;
    background-image: url(../image/typeSelIcon3.png);
    background-repeat: no-repeat;
}
.typeContPg>:nth-child(4)>:first-child{
    width: 50px;
    height: 51px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 43px;
    background-image: url(../image/typeSelIcon4.png);
    background-repeat: no-repeat;
}

.typeContItem>:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.typeContItem>:nth-child(3){
    font-size: 10px;
    /*font-family: ArialMT;*/
    color: #999999;
}

.typeContPg>:nth-child(1){
    margin-right: 20px;
}
.typeContPg>:nth-child(2){
    margin-right: 20px;
}
.typeContPg>:nth-child(3){
    margin-right: 20px;
}


.newsPage{
    display: inline-flex;
}

.newsPage .newsListPage{
    width: 285px;
    height: 454px;
    background: #F5F7FD;
    opacity: 1;
    margin-right: 20px;
}
.newsListPage>:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
    margin-top: 30px;
}
.newsListPage>:nth-child(2){
    width: 37px;
    height: 3px;
    background: #1935A1;
    opacity: 1;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 4px;
}
.newsPage .newsImgPage{
    flex: 1;
    overflow: hidden;
}
.newsListPage ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}
.newsListPage li{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    text-align: left;
}
.pdtAmiPage-ul {
	position: absolute;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}
.pdtAmiPage-ul{
    margin: 0;
    padding: 0;
}
.pdtAmiPage-ul-li {
	display: inline-block;
	height: 454px;
	width: 895px;
	float: left;
}
.pdtAmiPage-ul-li img{
    height: 454px;
	width: 895px;
}

.videoPage{
    margin-bottom: 50px;
}
.videoPage>:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    /*margin-top: 50px;*/
}
.videoPage>:nth-child(2){
    width: 37px;
    height: 3px;
    background: #1935A1;
    opacity: 1;
    margin-bottom: 30px;
    margin-top: 4px;
}
.videoListPage{
    display: inline-flex;
}

.videoListItem{
    width: 290px;
    height: 180px;
    opacity: 1;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    position: relative;
}
.videoListItem>:nth-child(1){
    text-align: center;
    padding-top: 50px;
}
.videoListItem>:nth-child(2){
    background-color: #0000004f;
    position: absolute;
    bottom: 0;
    width: 280px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    padding-left: 10px;
}
.videoListItem .time{
    float: right;
    padding-right: 10px;
}

.videoListPage>:nth-child(1){
    margin-right: 15px;
}
.videoListPage>:nth-child(2){
    margin-right: 15px;
}
.videoListPage>:nth-child(3){
    margin-right: 15px;
}

.lineCompPage{
    display: flex;
}

.lineItem{
    width: 224px;
    height: 60px;
    background: #FFFFFF;
    opacity: 1;
    flex: 1;
    margin-bottom: 20px;
    text-align: center;
}
.lineItem img{
    width: 224px;
    height: 60px;
}

.videoPage .in-main{
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 30px;*/
}
.videoPage .in-main ul{
    width: 100%;
    /*margin-top: 38px;*/
}
.videoPage .in-main ul li{
    width: 235px;
    position: relative;
    float: left;
    margin-right:5px;
    margin-top: 10px;
}
.videoPage .in-main ul li:first-child{
    margin-left: 0;
}
.videoPage .in-main ul li:last-child{
    margin-right: 0;
}
.videoPage .in-main ul li a{
    font-size: 16px;
    color: #fff;
}
.videoPage .in-main ul li img{
    border-radius: 1px;
}
.videoPage .in-main ul li .cmake{
    position: absolute;
    bottom: 4px;
    height: 38px;
    width: 353px;
    line-height: 38px;
    padding: 0 20px;
    background-color:#000000;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
}
.videoPage .in-main ul li .cmake span{
    float: right;
}
.videoPage .in-main ul li .iconbofang{
    position: absolute;
    top: 52px;
    left: 174px;
    font-size: 46px;
}