.executive-main .box {
    max-width: 395px;
}
.executive-main .box .thumb {
    width: 44%;
    border: 1px solid #e0e0e1;
    display: inline-block;
    float: left;
}
.executive-main .box .thumb:hover {
    box-shadow: 0 0 10px #808080;
}
.executive-main .box .info {
    width: 56%;
    float: left;
}
.executive-main .text {
    line-height: 22px;
}
.executive-main .text a {
    color: #2d3586;
}
.executive-main .text a:hover {
    color: #000;
}




@media screen and (max-width: 1362px) {
	.executive-main .box .info {
	    padding-left: 15px;
	}
	.executive-main .text, .executive-main .title {	
	    padding-top: 5px;	
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.executive-main .box .thumb {
	    display: none;
	}
	.executive-main .box .info {
	    padding: 0;
	    width: 100%;
	}
}